If you update the plugin add or modify the code manually or delete old files and restart the server
- Fixed update-checker
- Added player.yml
- 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
# Chat prefix for plugin messages
chat-prefix
: '&4
[&6&lLavaRecovery&4
]&f'
- Modified config in config.yml:
Before
Code (YAML):
config
:
# Enable/Disable the turn obsidian into lava option
obsidian-to-lava
: true
After
Code (YAML):
config
:
# Enable/Disable the lava recovery from obsidian
lava-recovery
: true
- Added more messages in messages/en.yml:
Code (YAML):
config:
lava-recovery-times
: '
%chatplugin% &aYou have collected lava from obsidian &e%lavatimes% &aout of &e%maxlavatimes% &atimes'
max-lava-recovery-reached
: '
%chatplugin% &cYou have reached the max times you can collect lava from obsidian'