This update contains config.yml changes. Please see all the changes here or down below.
If you found a bug - please let me know through GitHub Issues or plugin's Discussion thread - help me help you
FIXED
- Removed deprecated protection mode section.
- Lands plugin is now in soft-dependencies just in case.
- Fixed config reload order, so changing some values should work fine just by reloading plugin once. This bug is kinda old one...
- Lava Creeper explosion radius calculation should work fine now. Was using wrong method to calculate power of two, huh.
- Ambient Sounds were playing only on one spot ignoring
caverns.ambient.near value.
- Fixed version check for
mobs.use-prespawn. I guess that's why I don't see many Paper users on latest versions?
- Fixed some regions checks - Cave Ins and worldguard-flags mode were inverted.
ADDED
- Added PlaceholderAPI placeholder
%dangerouscaves_hypoxia_chance%. You can turn it on in the config. I feel like chance calculating is kinda heavy, so I decided to update placeholder once in a while(configurable). Will optimize it once more in the next version.
- New optional light check for mobs spawning. It won't allow you to spawn mobs in any bright places, but could help you if you have some problems with spawning.
- Minor internal changes.
CONFIG
Code (Text):
integration:
placeholders:
hypoxia-chance:
enabled: false
schedule: 200
respect-try-chance: true
calculate-on-join: true
mobs:
max-light-level: 16