If you update the plugin add or modify the code manually or delete old files and restart the server
- Added more config in config.yml:
Code (YAML):
config
:
# Maximum number of recovery times allowed per player
max-recovery-times-player
: 5
# Set -1 to disable
- Modified config in config.yml:
Before
Code (YAML):
config
:
# Cooldown setting to turn obsidian into lava
cooldown:
enable
: true
time
: 60
# Time in seconds
After
Code (YAML):
config
:
# Amount of time to recover lava from obsidian
lava-recovery-cooldown
: 60
# Time in seconds, Set -1 to disable
- Modified player in player.yml:
Before
Code (YAML):
player:
<UUID>:
<USERNAME>:
recovery-times
: 0
After
Code (YAML):
player:
<UUID>:
<USERNAME>:
allowed-worlds-name:
<world1>:
recovery-times
: 0
<world2>:
recovery-times
: 0