
SpinToWin 3.6.3
Hook into many item plugins - Texture UI - Custom frame - Last reward - and so on!
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.
2.8.1
Jan 12, 2024
2.8.1
- Added NeigeItems translate hook.
- Now plugin will auto translate vanilla item display name in reward or price configs if you have NeigeItems installed.
- Download NeigeItems here: Releases · ankhorg/NeigeItems-Kotlin (github.com)
- Fixed %display% placeholder always display item type name instead of custom display name.
2.8.0
Jan 11, 2024
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
Jan 10, 2024
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
Jan 5, 2024
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
Jan 4, 2024
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.3
Dec 28, 2023
2.6.3
- Added new action: entity_spawn.
- Spawn a zombie: entity_spawn: ZOMBIE
- Spawn a zombie at specified location: entity_spawn: ZOMBIE;;world;;0;;0;;0
- Added new action: mythicmobs_spawn.
- Spawn a MM mob: mythicmobs_spawn: Magic_Skeleton;;1 (1 is level)
- Spawn a MM mob at specified location: mythicmobs_spawn: Magic_Skeleton;;world;;0;;0;;0
2.6.2
Dec 23, 2023
2.6.2
- Improved language system.
- Now if plugin find your language file missing some keys, plugin will auto generate default value for it so you no need to manually update langauge file anymore.
- Now message.yml can be deleted after first load, if you delete it, plugin will generate new language file after next load. (not reload)
2.6.0
Nov 7, 2023
2.6.0
- Improved plugin performance in the server.
- Removed MySQL database limit, now free version can also use MySQL database!
- Removed third plugin hook limit, now free version can also use third plugin like MMOItems, EcoItems, Vault and so on!
2.5.7
Nov 2, 2023
2.5.7
- Improved placeholder condition.
- Added *= check symbol, which means placeholder is not equal with specified value.
- Added *!= check symbol, which means placeholder is not contains value string.
- Now =,>,>=,<,<= check symbol supports decimal.
2.5.4
Oct 9, 2023
2.5.4
- Added RoyaleEconomy price support.
- Removed lower case support in economy-plugin and hook-plugin option, now the 2 option value must 100% same as plugin name.
2.5.3
Oct 8, 2023
2.5.3
- Now if language message is empty, plugin won't send message to player with blank content.