UltimateTags icon

UltimateTags 1.3.2

The ultimate solution for tags on your server. Don't limit your players to a single tag!

Page 1
1.3.2 2 days ago
v1.3.2

Changes:
* Fixed error when using the new use-legacy-chat-event setting.
* Updated cloud command framework.
* Bumped kotlin version to 2.2.21.

1.3.1 9 days ago
v1.3.1

Changes:

  • Fixed Oraxen and ItemsAdder support.
  • Log error when itemStack is null in TagSelectorMenu.
  • Added use-legacy-chat-event setting. (If for whatever reason you're using a chat plugin that is not officially compatible with paper)
  • Added support for Nexo fonts (untested).
  • Added support for MiniPlaceholders v3. This drops support for MiniPlaceholders v2. The MiniPlaceholders hook is also disabled by default to minimize initial issues when installing the plugin with MiniPlaceholders v2.
1.3.0 Jun 26, 2025
v1.3.0

Changes:

  • Java 21 is now required to use UltimateTags on your server.
  • Added support for Oraxen.
  • Added support for Nexo.
  • Added LuckPerms Hook which adds ultimatetags:has-tag context to luckperms.
  • Added importer to import tags from EternalTags.
  • Removed EssentialsChat support because it was no longer working and their support discord didn't respond to any of my questions.
  • Fixed color values applying incorrectly to colorable items.
  • Return legacy tag formatted in placeholderapi expansion.
  • Added api module which can be used on velocity and paper and is available on my maven repository.
  • Removed bukkit based events from the jar and replaced them with custom events usable on both paper and velocity.
  • Added support for oraxen and itemsadder emojis.
  • Added support for permission on items in tag selector.
  • You can now set a position for items in the tag selector. (Existing configurations need to add this manually or remove their tagSelector config!) See this wiki page as example.
  • Removed and refactored some code.
1.2.0 Apr 3, 2025
v1.2.0

Changes:

  • Fixed import with overwrite flag not working.
  • Fixed menus not closing when reloading the plugin.
  • Added setting for default tag that applies to new users.
  • Added support for libreforge which allow you to add effects to certain tags. There is a lot of cool things you can do with this!
  • Added support for ItemsAdder.
  • Allow tag argument for /tag manager command to open the edit menu of a tag directly.
  • Added /tags create command that will create a dialog allowing for easier tag creation in chat.
  • Added backup feature which only works when using sqlite.
  • Updated some dependencies.
1.1.2 Dec 2, 2024
v1.1.2

Changes:

  • Made all events async.
  • Bumped a few libraries and dependencies.
  • Added force tags setting
  • Added /tags about command.
  • Added libby to velocity module to make the jar for velocity smaller.
  • Fixed placeholders not working in NetworkManager when player is offline.
1.1.1 Nov 10, 2024
v1.1.1

Changes:
- Added experimental Folia support.
- Bumped the version of a few libraries.
- Fixed DeluxeTags Importer not working with the latest DeluxeTags version.
- Fixed No parser was specified message when trying to import tags from a plugin.
- Call TagUpdateEvent when changing permission of tag.
- Fixed the tags_total placeholder not working in placeholder api when player is offline.
- Added search item to tag selector and improved reloading the selector menu.
Reset the tagSelector menu file or add this section to the file:

  SearchMenuItem:
    ItemData:
      - material:COMPASS
      - 'name:<white><bold>Search Tag'
      - 'lore:<gray>Search tags by name.'
1.1.0 Jul 14, 2024
v1.1.0

Changes:

  • Fixed gui errors on 1.21.
  • Fixed warning on 1.21 about commands.
  • Fixed missing page argument in /tag list command
  • Updates a few dependencies
1.0.10 Jun 23, 2024
v1.0.10

Changes:

  • Fixed menus not working on 1.20.5, 1.20.6 and 1.21.
  • Quick temporary fix for commands on 1.21
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.9-beta-1 Mar 18, 2024
 Beta
v1.0.9-beta-1

Changes:

  • Don't registerAsynchronousCompletions if server has brigadier capability.
  • Added EssentialsChat support.
  • Prevent database lockups when using SQLite.
  • Bump kotlin to 1.9.23
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
Page 1

paper

tag

tags

velocity

chat

social

folia

network

effect

You might also like...