Lava v1.0.3 is out now!
Bug Fixes
What's Changed?
- Fixed rising radius being too big using FAWE
- Added bStats Metrics
Changelogs for Lava v1.0.1
- Added
should_gravity_fall
option to the configuration. - Added
processing_power
to the configuration.- This allows you to control how many blocks update a tick when filling in a layer. The lower it is, the slower it is to fill a layer, but it would be easier on clients or servers that can't handle the plugin.
- Made punishing a player way harsher to prevent escape.
- Added watermark disabling for users with a membership.
- You can purchase a membership at https://lode.gg/memberships
- Changed timer display default to
NONE
. - Added Version Checker for Modrinth.
Commands
All commands are locked to the permission of lodestone.lava.commands.name
Consider using LuckPerms for a permission overhaul.
/lava reload
- Reloads the configuration (Located at /plugins/Lava/config.yml
)
/lava start
- Starts the lava rising countdown.
/lava stop
- Stops the lava rising countdown.
/lava step
- Steps into the next layer of lava (Skipping the countdown)
Configurable Commands
/lava modify can_fill_bucket
- Can players pick up lava with their buckets.
/lava modify interval seconds [value]
- In seconds, how fast should the lava rise?
/lava modify interval ticks [value]
- In ticks, how fast should the lava rise?
/lava modify origin [x] [y] [z]
- Where should the origin point of the lava rise at?
/lava modify radius [value]
- How far should the lava rise based on its origin point?
/lava modify replace_layer [value]
- Should the lava replace the entire layer or only empty blocks?
/lava modify should_flow [value]
- Should lava flow at all? (Reduces lag)
/lava modify should_punish [value]
- Should players under the lava layer be punished?
/lava modify timer [NONE|BOSSBAR|ACTION_BAR]
- Where should the lava rising timer be?