
A simple survival game where lava gradually rises over time.
A simple survival game where lava gradually rises over time in Minecraft.
/fl load.Download the Plugin
Add to your Server:
1.21+ (or one of its forks)..jar file into your server’s plugins directory.After installing the plugin and restarting your server, you can configure it to fit your needs:
Open the Configuration File:
plugins/FloorIsLava/config.yml.Adjust Settings:
risingBlock: "LAVA" # WATER is also supported
forceTeleport: true
forceClear: true
clearActionBar: false # Remove the action bar that shows the lava's current y-level
startingHeight: -64
heightIncrease: 1 # How much the lava rises in y-level
heightDelay: 5 # Time it takes for the lava to rise
gracePeriod: 600 # Grace period in seconds (Setting it to 0 skips it)
borderSize: 200
startPosition:
x: 0
z: 0
/fl start - Starts a new match./fl load - Loads an existing match./fl end - Ends the current match.floorislava.commands - Gives access to all the plugin's commands.