There is a new config option that allows you to declare the rate at which tokens drop.
Example:
Code (YAML):
1:
name
: zombie
amount
: 1
rate
: 0.1
There is also a new option to have tokens drop for every living mob that is killed.
Example
Code (YAML):
kill-rewards:
all-mobs:
enabled
: true
amount
: 1
rate
: 0.1
The manually entered mobs will overwrite the given tokens if all-mobs is enabled