1.2.12
- Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
- This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.
1.2.11
- Added empty-display option in display placeholder configs.
Small fixes
- Fixed plugin print error when using command tab complete in some case.
1.2.9
- Added forbid-click-outside option in GUI options.
- Fixed player can drag item into self inventory by double click in some case.
- Added permission check for command tab complete, if player don't has permission to use sub command, we won't display it at command tab now.
1.2.8
- Fixed {display-value} does not work in display item lore.
- Fixed when using plugin PlaceholderAPI will lead to the prefix be unlocked.
1.2.7
- Removed error message when regenerate cache object for joined player.
1.2.6
- Fixed effect and entity_spawn at remote location action does not work as well.
1.2.5
- The language files will be stored separately in the languages folder, message.yml file is no longer used.
- Added zh_CN language file.
- Added language option in config.yml.
- Added auto-save.hide-message option, if set to true, we will no longer display auto save message at console.
- Added /prefix help command.
1.2.3
- Now repackaging EasySQL dependencies.
- Updated default prefix config.
1.2.2
- Fixed plugin print error when disable plugin is some case.
1.2.1
- Fixed player data sync for BungeeCord sync.
1.2.0
- Improved plugin performance in some case.
- Removed {max} and {now} placeholder in GUI title because they can not be refreshed.
1.1.11
- Fixed /prefix setprefix doesn't clear player's active tags before add specified tag for players.
- Fixed /prefix removeprefix actually add tag for players in console.
1.1.10
- Updated default config.yml file.
1.1.9
- Now Placeholder in tag will also translated by color parser.
- Fixed built-in placeholder does not work with display-item simply version.
1.1.8
- Fixed player can shift drag item into prefix GUI.
1.1.6
- Let us say Hello to adventure component. Start from this version, UltimateShop will fully support text using component format, including:
- Message send by our plugins.
- Item from our plugins.
- GUI title in our plugins.
- The component support use custom font, style, click(hover) event and so on. It's more modern but not easy to use.
- Legacy color format is still support if you didn't enable use-component option in config.yml.
- Now GUI title will also support use PlaceholderAPI's placeholder.
1.1.5
- Now tag GUI title also support {max} and {now} placeholder to display page number.