- No longer package EasySQL project, plugin will auto download it after first load. Plugin is 300Kb+ smaller than before.
- Added NeigeItems translate hook.
- Now plugin will auto translate vanilla item display name in reward or price configs if you have NeigeItems installed.
- Download NeigeItems here: Releases · ankhorg/NeigeItems-Kotlin (github.com)
- Fixed %display% placeholder always display item type name instead of custom display name.
- Fixed op player will lose op after using op_command action.
- Now items option use ItemFormat simple version.
- For SpinToWin, you can now use flags, enchants option in item option.
- Cleaned the codes.
- Removed /s2w updateconfigs command.
- Added use-component-title option in config.yml, default to false, if set to true, we will use TextComponent in the GUI title.
- Added empty_amount option in UI configs, can set the checked empty amount in auto_close_when_empty and auto_reset_when_empty amount, default to 0, set to 13 to make the UI can reset after each spin.
- Added font option in UI configs, can set the GUI title font.
- Fixed price check problem encountered while detecting newer versions of MMOItems.
- This lead to if your server has MMOItems, plugin will has item price check problem with EcoItems, EcoArmor, NeigeItems.
- Improved math calculate codes.
- Now if the reward item you set in config does not exist, we will auto use STONE to replace it instead put error in console.
- Removed announcements and commands option in reward config, please use actions option instead.
- Added new action: op_command, can run command as op.
- Added new action: entity_spawn.
- Spawn a zombie: entity_spawn: ZOMBIE
- Spawn a zombie at specified location: entity_spawn: ZOMBIE;;world;;0;;0;;0
- Added new action: mythicmobs_spawn.
- Spawn a MM mob: mythicmobs_spawn: Magic_Skeleton;;1 (1 is level)
- Spawn a MM mob at specified location: mythicmobs_spawn: Magic_Skeleton;;world;;0;;0;;0
