
SupremeTags2 PREMIUM 2.1.5
Allow player to show off their premium supreme tags!
Fixed all tags loading when the player doesn't have permission or view/cost settings are off.
Fixed tag vouchers for version less then < 1.14.
I will be adding Nexo Support once its been fully released.
Updated NBTAPI to 2.14.0
Updated ItemsAdder API
Added 40+ premade default tags.
Added back interaction for personal tags menu if on page 0.
Fixed some tab complete arguments.
Fixed permission message on commands not getting the messages.yml "no-permission".
Fixed command tab complete showing tab args to player with no permissions to that command. (Player now needs the specific command permission to see tab complete for /tags)
Fixed Custom model data on variant tags.
Fixed selected message not assigned in personal tags menu.
Added option to enable specific tag cost in tags.yml, this allows you to choose what tags are buyable individually without having to enable the full category. Category Cost will override this option if enabled (Should update into tags.yml automatically)
search:enable: trueslot: 45displayname: '&e&lSearch Tags'material: 'OAK_SIGN'custom-model-data: 0lore:- '&7Search for tags!'
search-invalid-1: '%prefix% &7Invalid Search, search a tag name or category.'search-invalid-2: '%prefix% &7Invalid Search, line 2 is empty.'[/code]
Fixed help command not showing commands.
Fixed Tab Complete for commands (Only works with the main command.)
!! IF YOU'RE UPDATING FROM 2.0.9 OR BELOW MAKE SURE YOU CHECK THE GITHUB RESOURCES FIRST, THIS VERSION CONTAINS NEW CONFIGURATION CONTENT FOR ALL CONFIGS. !!
v1.21.1 Version Support
Compiled in Java 8 for wider server support.
New Features
- Tag Variants: Allows unlimited sub-tags for each tag.
- Bungee Messaging Sync: Synchronize tags across servers (default is off).
- Slot customization in GUIs, with support for multiple slots using slots.
- Control tag locations in menus for better organization.
- Customizable main command.
- Global lore for easier mass-editing.
- Local SQL caching for slow connections, ensuring sync is unaffected.
- Unified color formatting, with two new hex formats: <&#HEXCOLOR> and <#HEXCOLOR>.
- Multi-line descriptions and support for [broadcast] in custom items.
- Free tags available for users with the 'none' permission.
New Integration Merges
- AlonsoTags and EternalTags can now be merged.
New Economy Types
- Added support for EXP_LEVELS and TOKENMANAGER.
Additional updates
- Animated tag speed for individual tags.
- %command% placeholder for help messages.
Fixes
- Addressed version/debug issues, merge manager problems, console errors, editor navigation, HikariCP improvements, and command alias bugs.
Removed Option (REWORKED)
- The hide-next-item option has been removed, with its functionality reworked.
Added support for prefixes for messages.yml messages from 2.0.9.
Fixed instant deactivation-click bug when selecting a tag it would instant reset.
Fixed error of invalid tag check still trying to receive tag data for vouchers.
This version to contains new file contents in more than 1 configurations, please check the github for updated files.
Added a option to deactivate tag when clicking the activated tag again. (Uses the reset message)
Added help message to be editable for '/tags help' in messages.yml.
Added more messages into messages.yml to be editable. *Please report any that I've missed.*
Added hide-next-item in config.yml, this option will allow you to keep the "next-item" always shown if false.
Fixed voucher item giving enchant error.
Added delay on withdraw command of 3 seconds to prevent a spam dupe.
Fixed voucher interact event null error.
Fixed permission condition on voucher check.
Fixed a bug where you could assign the voucher on mobs.
This update includes new permissions and new configuration options.
Added option to add glow effect to each voucher. 'glow: true'
Added per permission voucher when redeeming it. `supremetags.voucher.[identifier]`
Added 'voucher-redeem-permission' setting for config.yml, this will allow you to enable/disable permission applying when redeeming the voucher. (Default: true)
Fixed Voucher Items from not being able to redeemed if not a NAME_TAG.
For config.yml
voucher-redeem-permission: true
For messages.yml
no-permission-voucher: '%prefix% &cYou don''t have permission to redeem the &7%identifier% &cvoucher!'
Fixed 'received-voucher' not being implemented in messages.yml.
Fixed Custom items 'click-commands' not working.