You have to update your blocks.yml file after installing this version! Use command /bm update to perform conversion. This will not touch other data.
Changelog:
- Different block variants are now fully supported (e.g. granite block = STONE;1).
- Simplified Money and XP rewards in blocks.yml. You have to convert your old config (3.0-3.2) by typing
/bm update.
Before:
Code (YAML):
Money:
min
: 1.0
max
: 1.0
XP:
min
: 1
max
: 2
After:
Code (YAML):
Money
: 1
XP
: 1-2
- Removed remaining console spam when using command rewards