This plugin saves the player's previous safe place and, if he fell into lava or into water (can be configured), returns him to this safe place.
Keeps players nervous when they accidentally fall in nether.
If plugin can't find any saved secure place, player will not teleport. (If player quit server before he was teleported or if he was spawned already in lava)
Commands: /bewareliquids or just (bl)
/bewareliquids reload - reload configuration file.
/bewareliquids help - show help message.
Permissions: bewareliquids.use - default permission, if the player does not have these permission, then he will not be moved to a safe place. (Enabled by default)
bewareliquids.reload - permission to reload plugin.
Code (YAML):
forbiddenLiquids: - Lava
#- Water messages:
help: '§9
[BewareLiquids
] §6/bl reload - Reload the plugin.'
reload: '§9
[BewareLiquids
] §aPlugin reloaded!'
permission: '§9
[BewareLiquids
] §4You dont have enough permission!'
# Set fire ticks to 0 when teleport to secure place removeFire: true
# Ignore forbidden liquids if player is in boat. allowBoats: true
# Worlds where plugin will work. worlds: - world
- world_nether