This update contains changes to config.yml, please read carefully.
Added weight to multiplier groups. Add
weight: <number> in your multiplier groups in config.yml so they can work properly. If no weight is assigned it will default to the lowest priority.
Code (YAML):
multipliers:
example
:
# Higher the number, heavier the group, higher priority.
weight
: 1
# Specific mob multipliers.
mobs
:
- CHICKEN 1.1
- PIG 1.1
- COW 1.1
# The tool used to kill the mob.
weapons
:
- DIAMOND_SWORD 1.2
# The world the mob died in.
worlds
:
- real_world 1.1
This should fix all the bugs with assigning groups.
Fixed hook files generating when they aren't enabled/on the server.
Thanks for waiting for this update. Please contact me immediately if you find any issues.