
SpinToWin 3.6.2
Hook into many item plugins - Texture UI - Custom frame - Last reward - and so on!
2.0.11
Aug 1, 2023
2.0.11
Changelog:
- Fixed full drop message print in console instead of player.
How to update to this version:
- Just drop to /plugins/ folder.
2.0.10
Aug 1, 2023
2.0.10
Changelog:
- Fixed plugin always generate new custom model data even the icon/frame item model already generated.
- Improved error system, now plugin won't spam your console if its catch error.
How to update to this version?
- Just drop to /plugins/ folders.
2.0.9
Jul 31, 2023
2.0.9
Changelog:
- Fixed gui option does not parse color code.
- Now placeholder option in UI prices configs will also parse color code.
- Added new animation: Last Reward claimed!
How to update to this version?
- Open your message files, added those contents at gui options.
gui:
last-reward-item-add-lore: '&3(Will obtain if all rewards have claimed!)'
common-reward-item-add-lore: '&7Rate: %rate%%'
last-reward-received-title: '&3Last reward received!' # <--- Added line.
last-reward-received-subtitle: '%display% has been sent to your inventory' # <--- Added line.
2.0.8
Jul 30, 2023
2.0.8
Changelog:
- Fixed plugin will fail to copy resourcepack when you are first use auto-copy-resourcepack feature.
- Plugin will auto add white color code to your GUI title if you are try using ItemsAdder or Oraxen image symbol, placeholder.
- Added history_gui and history_size_dynamic option in UI config, this will help you edit history GUI!
How to update to this version?
- Just copy to your plugins folder. (if you need use 2 new histroy gui options, just add them by yourself, plugin won't get error if you didn't add the 2 options)
2.0.7
Jul 30, 2023
2.0.7
Changelog:
- Changed auto-copy-resourcepack.path option default value, it was flipcard's, now fixed to spintowin.
How to update to this version:
- Don't need update to this version if you have downloaded 2.0.6, just change auto-copy-resourcpack.path value to /contents/spintowin/resourcepack.
2.0.6
Jul 29, 2023
2.0.6
Changelog:
- Added auto copy resource pack features. Default support ItemsAdder plugin, you can set your own copy rule to support other plugins!
How to update to this version?
- Added those contents in your config.yml file:
auto-copy-resourcepack:
enabled: true
# If you are using Oraxen, please change this to Oraxen.
# Other plugins is OK, you just need put correct path in path option.
plugin: "ItemsAdder"
# If you are using Oraxen, please change this to "/pack/assets".
path: "/contents/flipcard/resourcepack/"
2.0.5
Jul 28, 2023
2.0.5
- Added limits-conditions option in UI config.
- Now limits use this new format:
2.0.3
Jul 27, 2023
2.0.3
- Fixed rates option does not work well.
- Breaking change: Now rates option does not support permission as sub-option, because we find YAML format does not allow use do that, now use this format:
2.0.1
Jul 26, 2023
2.0.1
- Added chinese language file, if you have generated plugin config files, you have to regenerate plugin config files to get the new language files.
2.0.0 - BETA
Jul 11, 2023
2.0.0 - BETA
- Added /s2w save command.
- Added conditions sub-option for prices option.
- Fixed check-condition option does not work well.
- Added modern error tip.
- Now plugin will print more info about error, this will help you solve it.
2.0.0 - Alpha 6
Jul 10, 2023
2.0.0 - Alpha 6
- Added math support in rate option.
- Now rates option also support PlaceholderAPI.
- Fixed reward amounts and command times always be 0.
2.0.0 - Alpha 5
Jul 8, 2023
2.0.0 - Alpha 5
- Added rates-conditions sub-option in rewards option.
- Added announcement sub-option in rewards option.
- Added times sub-option in rewards option.
2.0.0 - Alpha 3
Jul 4, 2023
2.0.0 - Alpha 3
- Fixed vanilla item price check. (>1 amount)
- Added MythicMobs v4 support.
- Added PlaceholderAPI support in rates system. (Wow)
- FlipCard 2.0.0 Alpha 6 is also added this feature, but I forgot write it. :)
2.0.0 - Alpha 2
Jun 25, 2023
2.0.0 - Alpha 2
- Added permission based rate system!
- In this system, rewards rate is based on player permission, you can set different reward rate for VIP players or MVP players.
- This also can be a check, if players already have VIP rank, they won't be able to get VIP rank reward because you set this rewards rate to 0 for players who already have VIP permission.
- Enjoy this update, more features will be added soon as we recode prices and rewards system in past 2.0.0 update.
2.0.0 - Alpha
Jun 23, 2023
2.0.0 - Alpha
- Better vanilla item support for prices.
- Added custom skull support.
- Added apply and cost option for spin UI. (just like FlipCard)
- Fixed double EcoItems hook.
- Updated config.
- Old configs are supported.