Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Paper
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
FloorIsLava Minecraft Plugin
This Minecraft plugin is a simple survival game where lava gradually rises over time.
Features
- Rising Block: The lava slowly rises from the bottom of the world of y-level -64 (Configurable).
- Bossbar Countdown: Creates a Bossbar that countdowns for the grace period and how long it takes for the lava to rise.
- Save File: If the server stops or the plugin gets disabled, the match will be saved and can be loaded using
/fl load
. - Customizable Settings: Adjust the speed, block, and amount at which the lava rises to suit your difficulty.
Installation
-
Download the Plugin
-
Add to your Server:
- Ensure your server runs SpigotMC
1.21+
(and its forks). - Place the downloaded
.jar
file into your server’splugins
directory.
- Ensure your server runs SpigotMC
Configuration
After installing the plugin and restarting your server, you can configure it to fit your needs:
-
Open the Configuration File:
- Navigate to
plugins/FloorIsLava/config.yml
.
- Navigate to
-
Adjust Settings:
- Modify the settings in the configuration file to your liking.
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
Commands
/fl start
- Starts a new match./fl load
- Loads an existing match./fl end
- Ends the current match.
Permissions
floorislava.commands
- Gives access to all the plugin's commands.