3.0.4
- Added auto-save.hide-message option, if set to true, we will no longer display auto save message at console.
3.0.3
- Fixed effect and entity_spawn at remote location action does not work as well.
3.0.2
- Updated default config.yml file.
3.0.0
- No longer support use Mini Message at item.
- Added full new Item Format support.
- Rewrite command manager codes.
- Start use new language manager.
2.9.4
- Now hex color code in PlaceholderAPI will also be parsed.
2.9.3b
- Now repackaging EasySQL dependencies.
2.9.2
- Removed double hook item check. Becuase our NBT check method has been used for months and no one said it has problems, so now we remove the second hook item check way and only use NBT check method for now. This will also improve plugin performance in some case.
2.9.1
- Removed check-condition option in config.yml, this option will always be true after this version.
2.9.0
- Added spin-ui.can-not-close-when-spinning option in config.yml. If enabled, player can not close spin UI when spinning.
- Changed some config key, but old version's key is still supported.
- Fixed component support.
2.8.9
- Fixed history gui title.
2.8.8
- Improved vanilla item name display.
2.8.7
- Let us say Hello to adventure component. Start from this version, SpinToWin will fully support text using component format, including:
- Message send by our plugins.
- Item from our plugins.
- GUI title in our plugins.
- The component support use custom font, style, click(hover) event and so on. It's more modern but not easy to use.
- Legacy color format is still support if you didn't enable use-component option in config.yml.
- Added support for sell suspicious sand/gravel which includes loot item.
- Now GUI title will also support use PlaceholderAPI's placeholder.
2.8.6
- Readded %amount% and %times% placeholder in reward items.
2.8.5
- Fixed vanilla item with more than 1 amount price check since 2.8.0.
- Improved double hook item price check feature.
2.8.3
- After version 2.8.0, the Item Format used the name option as the display name for the item. However, previous versions used the display option as the display name for the item. Now, the plugin will read both options simultaneously to avoid situations where the new version cannot recognize the corresponding custom item name after the old version configuration is loaded.
2.8.2
- No longer package EasySQL project, plugin will auto download it after first load. Plugin is 300Kb+ smaller than before.
2.8.1
- Added NeigeItems translate hook.
- Fixed %display% placeholder always display item type name instead of custom display name.
2.8.0
- 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.