Page: 1 2

2.0.6.1 Mar 25, 2024
2.0.6.1

Hot Fixed all files not loading on first load.


2.0.6 Mar 25, 2024
2.0.6

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.


2.0.5 Mar 22, 2024
2.0.5

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!'

 


2.0.4.1 Mar 22, 2024
2.0.4.1

Removed debug messages from 2.0.4


2.0.4 Mar 22, 2024
2.0.4

Fixed 'received-voucher' not being implemented in messages.yml.

Fixed Custom items 'click-commands' not working.


2.0.3 Mar 20, 2024
2.0.3

Added an data option to disable caching database on mysql.

Fixed bug where players couldn't move items in inventory.

 

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


2.0.2 Mar 19, 2024
2.0.2

Added an 'prioritise-selected-tag' config option to disable active tag going to first tag slot (default 'true')

Added voucher-item section for each tag.

Added Itemsadder Support: eg. itemsadder-<nameID>

Added option to back item in tag editor, go back to tag normal tag page. (Depends on categories enabled or disabled.)

Changed voucher system to support VaultAPI and not only luckperms.

Updated '/tag debug' command to show more information.

Fixed Glow option for active tag.

Fixed formatted costs placeholder, now has built in placeholders [%cost_formatted%, %cost_formatted_raw%]


Fixed bug where players could place items inside the menus.

 

prioritise-selected-tag: true # set false if you don't want selected tag to force at first slot.

 

   voucher-item:
      material: NAME_TAG
      displayname: '&8[&c&lSanta&8] &f&lVoucher'
      custom-model-data: 0
      lore:
       - '&7&m-----------------------------'
        - '&eClick to equip!'
        - '&7&m-----------


2.0.1 Mar 12, 2024
2.0.1

Fixed configs not loading.


2.0 Mar 12, 2024
2.0

Before Updating
- As there are new files that will be generated, please see new features from the default configurations;
https://github.com/NoScapeDev/SupremeTags-Premium

Added PLAYERPOINTS support.
Added guis.yml + data.yml.
Added Economy option in config.yml.
Added The ability to add custom items in tag guis.
Added 'no-permission-message' message to specify for each category in catorgies.yml.
Added %supremetags_cost_formatted% & %supremetags_cost_formatted_raw%
Fixed all Commands.
Fixed Tags Editor.
Fixed Personal tags not being able to delete or edit.
Fixed Update Checker version control.
Fixed CustomModelData for layout items not being set.
Fixed MySQL table not exist issue.


1.9.16 Feb 24, 2024
1.9.16

Fixed an null error when trying to grab personal tags when a players doesn't have any.
Fixed an causing sql crash of creating player in database on event of joining.


1.9.15 Feb 22, 2024
1.9.15
​​Recoded databases.
Removed MariaDB > if you have mariadb is the db type it will connect as HikariaCP instance of mysql.
Added `useSSL: false` to data information in config.yml. Make sure this is added before updating to this version.
Fixed an issue causing player active tag to get reset on joins.
Fixed setup messages to use messages.yml to prevent returning null error.
Added PlaceholderAPI support to insufficient message incase you're using other economies.
Added "active tag" to gui tag sorting, now your active tag will be showcased before other sorting's.
Added new permission 'supremetags.withdraw' for /tags withdraw <...> command
Removed tag-vouchers check from voucher items, so they can still be access if you sell tags in a shop.

1.9.14 Jan 20, 2024
1.9.14

Added givevoucher commands, usage; /tags givevoucher <player> <tagName>.
Added 3 more messages to message.yml file, please make sure you add them or you will get a null error on the message. please look below!
Fixed 
tag create command.

  player-not-online: '%prefix% &cThis player is not online!'
  given-voucher: '%prefix% &7You have given &f%target%&7 the &e%identifier% &7voucher!'
  received-voucher: '%prefix% &7You have received voucher: &e%identifier%'

1.9.13 Jan 20, 2024
1.9.13

Fixed %identifier% placeholder in vouchers.
Fixed Permission removal in vouchers, preventing players from getting unlimited tag vouchers.


1.9.12 Jan 19, 2024
1.9.12
I suggest resetting the messages.yml as there are load of new editable messages added.
 
Added missing located messages.
Added %prefix% to be used/edited in messages.yml.
Added owned error message when trying to claim a tag voucher you already own.
Changed help message, now there's an admin help and player help depending on permission.
Fixed tag editors from not working.
Fixed tag editor changing problems.

1.9.11 Jan 18, 2024
1.9.11

Fixed Tag editor from not working.


1.9.10 Jan 18, 2024
1.9.10

Fixed reload command not saving/reloading config.yml
Fixed setup messages to use messages.yml to prevent returning null error.


1.9.9 Jan 2, 2024
1.9.9
Implemented database SQL query changes to help prevent performance issues.
New Placeholder %supremetags_has_access_<identifier>% - returns true/false if player has access to that tag.
Added Tag editor item titles are now editable! Make sure this goes under 'tag-editor-menu' in config.
 
editor-items:
      change-tag: '&e&lChange Tag'
      change-description: '&e&lChange Description'
      change-permission: '&e&lChange Permission'
      change-category: '&e&lChange Category'
      delete-tag: '&c&lDelete Tag'
 
 

1.9.8 Dec 28, 2023
1.9.8
Sorry for the delay, I've been busy IRL.
 
This version has been through many fixes and additions with dev builds.
 
Updated to 1.20.4
Updated all Dependencies
Added /tag debug - sends a debug info message about the plugin.
Added /tag removetagp <player> <tag> - removes the permission and assigned specific tag from the player.
Fixed database loading/saving issues.
Fixed MySQL & MariaDB 'setActive', Field 'Name' doesn't have a default value
Fixed File changes with reload command.
Fixed "Profile name must not be null" on BaseHead input material.
 
Any issues please report them in our discord! You can find it on the main page.

1.9.7 Sep 26, 2023
1.9.7

Additions:
Added 1.20.2 Support
Updated all dependency versions.

Fixes:
Fixed Config GUI close item.


1.9.6 Sep 10, 2023
1.9.6
Additions:
Added Config validate Checking, this  now checks if new content has been added to the current config or not.
Added `personal-tags` & `personal-tags-editor` to be able to change titles.
 
Bug Fixes:
Fixed `Tag validate checking`.

1.9.5 Sep 9, 2023
1.9.5
Additions:
Added Tag validate checking, will check for missing content and place default values to prevent errors.
 
Bug Fixes:
The `Tag validate checking` should fix the null error due to missing `locked-tag` values.
 
Changes:
Removed `DEFAULT-CONFIG-LATEST.yml` file. (You can now remove this)

1.9.4 Aug 14, 2023
1.9.4
This update allows for more customization on locked tags and placeholders.
 
Additions:
Added %supremetags_tags_amount% this new placeholder shows how many tags a player has access to.
Added %supremetags_tags_total% this new placeholder shows how many tags are successfully loaded on the server.
Added locked-tag settings for each tag:
    locked-tag:
      displayname: '&7Tag: %tag%'
      display-item: 'BARRIER'
      custom-model-data: 0
 
Bug Fixes:
Fixed an issue where custom-model-data would not work with category tags.
Fixed where stage messages in config would not apply/change to setup tags.
Fixed an issue causing locked-permission to not apply properly.

1.9.3 Aug 9, 2023
1.9.3

Bug Fixes:
Fixed an bug where "next" item wouldn't load.
Fixed an issue causing main menu items with custom basehead or headdb type material would not work.
Fixed an issue where selected_lore would not apply to active tags.


1.9.2 Aug 8, 2023
1.9.2

Bug Fixes:
Fixed an issue where messages would not generate in config.


1.9.1 Aug 8, 2023
1.9.1

Additions:
Added main menu item support with headdb / basehead & normal materials.
Added new tag lore selected_lore to indicate you have that tag selected.

[code=YAML]    # used for selected tag view
    selected-lore:
      - '&7&m-----------------------------'
      - ''
      - '&bIdentifier: &7%identifier%'
      - ''
      - '&dDescription:'
      - '&7%description%'
      - ''
      - '&eThis tag is selected!'
      - '&7&m-----------------------------'[/code]

Page: 1 2