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 - help me help you
FIXED
- Fixed
extinguish-damage Magma Monster behaviour.
- Fixed health recovery for Mimic. Mob will be reworked soon.
- Fixed that if
mobs.replace-mobs is not defined, mobs will not spawn at all.
- Fixed Cave Golems appearance from blocks ignoring world restrictions.
ADDED
- Changed project license from GPL-3 to MIT. Don't worry about it, just a small note for other devs.
- Refactored and fixed
without-target Dead Miner behaviour. It was inverted and renamed to
requires-target.
- Added
requires-target Magma Monster behaviour - mob will not change blocks if it has no target.
- Added square root operator for formuals. Write
#expression to use it. So,
#(153 - 32) + #4 will result you
13. Also added a note about formuals at the start of the config.
- Added
server-wise option for Ambient Sounds. It will play sounds server(world)-wise, so more than one player will hear it at once. Also
server-wise-distance which prevents sounds from playing at close locations; may affect performance, so disabled by default.
CONFIG
Code (Text):
version: 24
# NOTE: Formulas
# For formulas you can use all common operators + - * / ^ ( ), for square roots you can use operator #
# Also plugin will give you some variables to use in your expression
# So, "12^2 * (45.342+32.1) / #43.1" will result you approximately "1698.6" (which is right)
caverns:
ambient:
server-wise: true
server-wise-distance: 0
mobs:
dead-miner:
requires-target: false
magma-monster:
requires-target: true