- Now plugin won't load PlaceholderAPI extension if left times feature is disabled in config.yml.
How to update to this version?
- 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.
- Added a new option called use-left-times-feature in the "config.yml" file.
- If you just want to use "/fc forceopen" command to help players open the flip UI (and you want to its the only way), then just set this option to false, plugin will disable all data save system, then improve your server performance.
- 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.
You should add those contents to config.yml:
YAML:# Left times if a new point built-in plugin, player can cost a left time to start flip event. # You can also disable this system, then plugin will only able to start flip event with /fc forcenopen command. use-left-times-feature: true # If set to false, we will use player name save data. use-uuid-save-data: true
- Now if owners setting wrong item ID in reward configs, plugin will auto generate bedrock item to avoid error spam in console.
- Now display, lore, cmd option also support modify hook plugin item, like:
YAML:rewards: 1: edge: common hook-plugin: ItemsAdder hook-item: 'cosmetics:icr_cream' display: 'b5cf6Ice 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'
Changelog:
How to update to this version?
- Fixed a possible technical issue of resource pack generator when try using /fc reload.
- Improved error system, now plugin won't spam your console if its catch error.
- Just drop to /plugins/ folders.
