SpinToWin icon

SpinToWin 3.7.0d

Hook into many item plugins - Texture UI - Custom frame - Last reward - and so on!

Page 1 ... 4 5 6 7
2.2.0 Aug 12, 2023
2.2.0
This update includes changes to the configuration file. Please read this update log carefully. Since the release of v2, we have been focusing on improving the user update experience. Therefore, despite significant changes to the configuration file, you can continue using the old file format without making any adjustments. However, we cannot guarantee that the support for the old configuration file format will be maintained in future updates.
  • In this update, we have made adjustments to the settings related to adding Lore to all reward items in SpinToWin. We realized that there was a limitation where only one line of Lore could be added. Therefore, in this update, we have made the following changes:
    • The options "last-reward-item-add-lore" and "common-reward-item-add-lore" have been moved from the "message.yml" file to the "config.yml" file. Additionally, these options have been changed to List type, allowing for multiple lines of Lore to be added.
    • In the "config.yml" file, we have added a new option called "add-lore-at-first-or-last". This option will determine whether the added Lore should be placed at the beginning or the end.
  • Previously, we were using the player's name as the data storage object, but we realized that this approach is insecure as players can change their usernames. Therefore, we have made a change and now we use the player's UUID as the storage object.
    • We have added a new option called "use-uuid-save-data" in the "config.yml" file. If you wish to continue using the player's name as the storage object, please set this option to false. For users of older versions, if you have not added this option to your "config.yml" file, the plugin will assume that this option is set to false.
  • Fixed PlaceholderAPI and color code does not working well in announcement option in UI configs.
  • Fixed player data not saved when server stopping.
  • Fixed config.yml not being reloaded with /s2w reload.
  • Now plugin will close all player's spin UI when plugin is reloading or server is stopping.
  • Now plugin will still try connect to MySQL database if your password is empty.
How to update to this version?
# If set to false, we will use player name save data.
use-uuid-save-data: true
# If set to true, we will add lore at first line.
# If set to false, we will add lore at last line.
add-lore-at-first-or-last: false
last-reward-item-add-lore:
  - '&3(Will obtain if all rewards have claimed!)'
common-reward-item-add-lore:
  - '&7Rate: %rate%%'
2.1.0 Aug 8, 2023
2.1.0
  • Finally fixed plugin always generate new custom model data for textures that already registered custom model data for them.
  • Added %display% and %amount% built-in placeholder. You can use them in commands, announcements, price placeholder and so on!
  • Added new placeholder option format: placeholders.<Use Times>.
placeholders:
  1: "First Spin Display"
  2: "You have spined 1 time, the second time?"
  3: "Good luck!"
  • Now replace item can use hook plugin item.
replace:
  hook-plugin: Oraxen
  hook-item: test
  amount: 1
  • Now display, lore, cmd option also support modify hook plugin item, like:
rewards:
  1:
    hook-plugin: ItemsAdder
    hook-item: 'cosmetics:icr_cream'
    display: '&#8b5cf6Ice Cream'
    lore:
      - '&f'
      - '&fBackpack Cosmetics'
    commands:
      - 'lp user %player_name% permission set cosmetics.ice_cream'
    give-item: false
    amount: 1
    rates:
      default: 1
      vip: 5
    rates-conditions:
      vip:
        - 'permission: group.vip'
2.0.12 Aug 2, 2023
2.0.12

Changelog:

  • No changelog for premium version, this a fix for free version.

How to update to this version:

  • You don't need to update to this version.
2.0.11 Aug 1, 2023
2.0.11
  • Hotfix for the resource pack.
2.0.11 Aug 1, 2023
2.0.11
  • Fix files.
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.5b Jul 28, 2023
2.0.5b
  • Fixed limits.default does not work well.
2.0.5 Jul 28, 2023
2.0.5
  • Added limits-conditions option in UI config.
  • Now limits use this new format:

attachment.png

2.0.4 Jul 28, 2023
2.0.4
  • Fixed plugin always only print 1 TabComplete result.
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:

   attachment.png

2.0.2 Jul 27, 2023
2.0.2
  • Fixed default example UI config.
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 Jul 19, 2023
2.0.0
  • Now replace item also support custom skull.
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.
Page 1 ... 4 5 6 7
You might also like...