
SpinToWin-Trial 3.6.2
Texture UI - Custom frame - Last reward - and so on!
3.0.6
Jun 17, 2024
3.0.6
- Changed UI configs options key, don't worry, old UI config can still use in this version.
- Fixed plugin ger error when use wrong UI id in /s2w open command.
- Changed default empty-amount option value to 1 in UI config to fix auto reset system doesn't work as well with default value to 0.
3.0.4
May 22, 2024
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
May 6, 2024
3.0.3
- Fixed effect and entity_spawn at remote location action does not work as well.
3.0.0
Apr 29, 2024
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.2
Mar 7, 2024
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
Feb 29, 2024
2.9.1
- Removed check-condition option in config.yml, this option will always be true after this version.
2.9.0
Jan 29, 2024
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.7
Jan 25, 2024
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.5
Jan 16, 2024
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
Jan 13, 2024
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
Jan 13, 2024
2.8.2
- No longer package EasySQL project, plugin will auto download it after first load. Plugin is 300Kb+ smaller than before.