
SpinToWin 3.7.0d
Hook into many item plugins - Texture UI - Custom frame - Last reward - and so on!
3.1.0
Jul 16, 2024
3.1.0
- Added Standard Localized Item Name Translate feature.
- Due to the fact that the Minecraft server does not store client language files, the plugin cannot know the name of the item you hold displayed on your client. Therefore, in most scenarios where the item name is displayed, we directly display its English name. Now this new feature will automatically download the client language file and translate your item name.
- You have to setup this feature first to enable this feature.
- Removed check-full-drop option in config.yml. Plugin now will always try drop reward items when player's inventory is full.
3.0.9
Jul 12, 2024
Hook Update
- Added VotingPlugin economy hook support.
- Added ExecutableItems item hook support.
3.0.8
Jun 26, 2024
3.0.8
- Added price.ignore-item-format-keys option, useful for people want to use fuzzy checking item price.
- Fixed ItemFormat sell method does not work in some case.
- If this plugin print error on pre-1.21 server, for now it should be solved.
3.0.7
Jun 23, 2024
1.20.6 and 1.21 support
- Added 1.20.6 and 1.21 support
- Added FoodComponent, ToolComponent and JukeboxPlayableComponent support in Item Format.
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 28, 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-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.