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..
- Requirement:
java 21
- Download: Download the plugin's JAR file from the actions page or Hangar.
- Place JAR file: Place the JAR file in the
plugins
folder of your PaperMC or Folia Minecraft server. - Restart: Restart the server.
The plugin does not require additional configuration. After installation, it will automatically prevent cobblestone creation from lava.
To build the plugin from source code, follow these steps:
- Requirement:
java 21
& Gradle
-
Navigate to the source code directory:
cd AntiLavaCast
- Install Gradle:
- Visit the Gradle installation page to download and install Gradle..
- Installation on Github workspace / Linux
gradle wrapper
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.
The plugin is released under the GNU License v3.