
SpinToWin-Trial 3.6.2
Texture UI - Custom frame - Last reward - and so on!
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.5
Oct 22, 2023
2.5.5
- Added new action: sound.
- 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.
2.5.2
Sep 30, 2023
2.5.2
- Now plugin will close inventory after try reset player data.
- Updated plugin.yml softdepend.
2.5.0
Sep 19, 2023
2.5.0
- Added action system. Old commands and announcements option can still be used in this version, however, we will remove them in future updates.
- Added custom button feature, you can now add more buttons in spin UI.
- Added RedisEconomy price support.