1.0.9 Apr 29, 2024
v1.0.9

Changes:

  • Fixed error when HeadDatabase is installed
  • Don't registerAsynchronousCompletions if server has brigadier capability.
  • Added EssentialsChat support.
  • Update player tags when tags change. Also reload player data when plugin reloads.
  • Added HikariCP for connection pooling and also fixed sqlite database lock.
  • Added pooling settings to the settings.yml

1.0.8-Hotfix Mar 5, 2024
v1.0.8 Hotfix

Changes:

  • Hotfix for failing HeadDatabase hook

1.0.8 Mar 4, 2024
v1.0.8

Changes:

  • Fixed setserver without argument causing error. Now it will set the server to null.
  • The syntax for /tags create is now /tags create \<name> \<tag> \<description> [permission] [server] which makes a bit more sense since standalone servers won't define a server.
  • Removed input checks for server in create and edit tag menu to unset server.
  • Added overwrite flag to /tags import command
  • Added per-tag customizable item by checking for the tag name in the menu config. See more about this here
  • Added support for heads from HeadDatabase. Check the skull itemdata here 

1.0.7 Dec 15, 2023
v1.0.7

Changes:

  • Fixed tags_legacy_limit placeholder in networkmanager.
  • Added <permission> placeholder to tag selector menu.
  • Added has_tags_available placeholder.
  • Changed import command to import yml files that have been exported.
  • Bumped Kotlin to 1.9.21.
  • Bumped exposed to 0.45.0.
  • Bumped mariadb-java-client to 3.3.1.

1.0.6 Nov 7, 2023
v1.0.6

Changes:
- MiniPlaceholders support.
- Removed TAB support since that is no longer necessary and causes errors on TAB 4.x.x.
- Added configurable tag permissions. Each individual tag can now have a custom permission.
- Made a experimental version for Velocity that is available for download on my Discord server.
- Fixed NametagEdit support.
- Use paper methods to create customskulls.
- Added tags_total placeholder
- Added tags_available placeholder
- Added has_tag_<name> placeholder
- Improved Tag Manage menus.
- Fixed a few performance issues.


1.0.5 May 16, 2023
New importer

Changes:
- Added NetworkManager Importer to import tags from NetworkManager.
- Made some minor improvements to the DeluxeTags Importer.
- Updated Kotlin and MariaDB client.


1.0.4 Apr 28, 2023
TAB support and hooks config

Changes:
- Added support for the populair TAB plugin.
- Added config for enabling and disabling each hook. For example if you don't want them to refresh when a player changes his tag(s).


1.0.3 Apr 18, 2023
Fixed error when using some commands

Changes:
- Fixed commands causing errors due to events being called async.


1.0.2 Apr 10, 2023
New stuff

Changes:

- Added TagsSelectEvent
- Added NametagEdit support (Update nametag when tag changes)
- Added DeluxeTag importer (Import your deluxetags into UltimateTags)


1.0.1 Apr 3, 2023
Bug fixes and improvements