Skip to content

Hiyurin/AntiLavaCast

Repository files navigation

Banner

AntiLavaCast Plugin

AntiLavaCast is a Minecraft plugin designed to prevent the creation of cobblestone from lava, thus stopping the lavacasting technique in the game.

Folia Support

If you are using Folia, ensure that your Folia version is compatible with your PaperMC version. AntiLavaCast supports Folia and can work on compatible versions. To ensure compatibility, check the Folia documentation and guidelines..

Installation

  • Requirement: java 21
  1. Download: Download the plugin's JAR file from the actions page or Hangar.
  2. Place JAR file: Place the JAR file in the plugins folder of your PaperMC or Folia Minecraft server.
  3. Restart: Restart the server.

Configuration

The plugin does not require additional configuration. After installation, it will automatically prevent cobblestone creation from lava.

Building the Plugin

To build the plugin from source code, follow these steps:

  • Requirement: java 21 & Gradle

Download Source Code

  1. Download Source Code

  2. Navigate to the source code directory:

    cd AntiLavaCast

Install Gradle

  1. Install Gradle:
    • Visit the Gradle installation page to download and install Gradle..
    • Installation on Github workspace / Linux
    gradle wrapper

Build the Plugin

Run the build command: Use Gradle to build the plugin

gradle build

After a successful build, the plugin's JAR file will be created in the build/libs directory.

License

The plugin is released under the GNU License v3.