Updated NBTAPI to 2.14.0.
Recoded menu functions to help improve overall handling of tags/categories.
Added Itemsadder Support. (itemsadder-<id> - WITHOUT THE <>)
Added HeadDatabase/Basehead/Itemsadder Support for categories material. (WITHOUT THE <>)
- hdb-<id>
- basehead-<id>
- itemsadder-<id>
Implemented automatic color formatting: (𞉀, #123456, <𞉀>, <#123456> <color-here or text-style>)
- now supports 5 different hex color variations.
- All automatic, no longer needing to enable anything from config.
- supports examples like; <reset> <bold> <yellow> <blue>
Updated to 1.21.3
Added categories.yml, this will fix regenerating issues as well for categories.
Added options to change SQL pool settings, this will make connections more stable.
Added PlaceholderAPI support for tag descriptions & lore.
Fixed Color formatting parsing issue when legacy hex format is set to false.
Fixed some indexing issues for tag menus.
YAML:# mysql data settings. # make sure you can check your panel database info to make sure everything is correct. data: # Should SupremeTags cache data? this will optimize the amount of connections being used but will minimize db use across servers. # If disabled, this setting only applies to MySQL type. cache-data: true # types: [H2 OR MYSQL] type: 'H2' # The address for the database server. # - to enable this part, change type to 'MYSQL' # - some hosts can use your domain or server ip. address: 'host' # The standard DB engine port is used by default port: 3306 # The name of the database to store tag data in. database: 'database' # Credentials for the database. username: 'user' password: 'pass' useSSL: false # connection pool settings. mysql-pool-settings: minimum-idle: 10 maximum-pool-size: 20 timeouts: idle: 870000000 connection: 870000000 max-lifetime: 870000000
Just copy and past over your old categories section in config.yml to the new file.
Sorry its been a while, builtbybit is not the main site i post my plugins on, heres the latest version of supremetags.
This version contains new files, please read all new features below.
Updated to 1.20.6 + 1.21
Updated to all latest dependencies & libs.
Added tags.yml new file, all you have to do is copy and paste your old config.yml tags into your tags.yml.
Fixed bound issue from version checker.
Fixed Enchant issue for active-tag.
Fixed Config issue regenerating default tags on restart.
Fixed reload from loading tags twice.
Removed Latest-Config file from being used and will auto delete if exists, use github if you need anything latest.
Fixed null error when loading.
Fixed config.yml not generating all content properly on first instalment.
Fixed MySQL table not exist issue.
Fixed Color Codes not working on newer versions.
Fixed MySQL create player handling.
Fixed MySQL table not exist issue.
Fixed MySQL database issues.
AddeduseSSL: falseto data information in config.yml. Make sure this is added before updating to this version.
Additions:
Added 2 boolean PAPI placeholders:
- %supremetags_hastag_selected% > returns true/false if the player has an active tag selected.
- %supremetags_hastag_tags% > returns true/false if the player has any accessible tags.
