A few fixes, multi version support and Fairy update.
Fixes:
- Armor reduction damage works properly now, before the internal call wasnt mapped to the yml entry correctly.
- You can no longer place heads that are part of an armor set if you have armor switch disabled
- Armor sets are no longer loaded 10 seconds after the server has booted, this was causing errors with people joining and getting their active set. The reason this was done was for HDB support, now each piece gets loaded again when the give command is run.
Version Support:
- Tried to add some reflection for sound and item types so that the legacy ones will work in the newer versions, it is basic but should cover most sounds.
Fairy:
- I am giving more control to server owners, you can now alter the amount the color changes, so you can make it cycle much faster. You can also add top-to-bottom-delay which will make the colors cycle from top to bottom, this isnt that smooth however.
- Please add this to add Fairy set data:
Code (Text):
runnable-delay: 0 # delay in ticks that the runnable will run, the higher this is the less lag it will cause
color-jump: 17 # valid values are: 1, 5, 15, 17, 51 (anything that fits into 255 perfectly)
top-to-bottom-delay: -1 # set this to -1 if you want all pieces to be the same color at the same time.