2.9.4
- Now hex color code in PlaceholderAPI will also be parsed.
2.9.3b
- Now repackaging EasySQL dependencies.
2.9.3
- Improved the speed of obtaining third-party plugin items.
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-BETA
- 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.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.
2.7.2
- 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.
2.7.1
- 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.
2.7.0
- Removed announcements and commands option in reward config, please use actions option instead.
- Added new action: op_command, can run command as op.
2.6.4
- Removed GamePoints price hook, use CoinsEngine instead.