- Added support for 1.13.
- Item materials how have to be definded by their name in capital letters insteads of the item id.
- Added a new variable in the particle config to define block materials for the BLOCK_CRACK, BLOCK_DUST or FALLING_DUST Particles and the redstone color in 1.13. This value looks like this:
Code (YAML):
particleNames:
x:
particle
:
"FALLING_DUST"
1
: 0
2
: 0
3
: 0
4
: 0
data
: QUARTZ_BLOCK
You will have to add this manually or let the plugin create a new config or the plugin will not work.