Zombie'ish entities glitching through walls on kill. #53
The multiply-exp options have been completely changed, remove the current ones and add the following:
Code (YAML):
# Multiplies the experience dropped on kill-all/kill-step. multiply-exp:
enabled: true
# Algorithms that should be used for multiplying experience. # LEGACY - algorithm used in StackMob v2.2.9 and older # MINIMAL - only add a small amount of extra experience. # NORMAL - the default amount of extra experience. # GENEROUS - adds a significant amount of extra expierence. # CUSTOM - use a custom multiplier for the extra experience. # CUSTOM_RANDOM - same as CUSTOM but makes multiplier a bit random. algorithm: NORMAL
# Used when the CUSTOM or CUSTOM_RANDOM mode is used above. custom-multiplier: 1.0