Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
๐ท๏ธ AdvancedTags
A modern, high-performance tag management system for Minecraft servers. Built with a focus on aesthetics and performance, it offers a premium experience for both players and administrators.
๐ Multi-Language Support
AdvancedTags comes with built-in support for 28 different languages, allowing your community to interact with the plugin in their native tongue:
๐บ๐ธ English (en) | ๐น๐ท Turkish (tr) | ๐ฉ๐ช German (de) | ๐ช๐ธ Spanish (es) | ๐ท๐บ Russian (ru) | ๐จ๐ณ Chinese (zh) | ๐ฏ๐ต Japanese (ja) | ๐ฆ๐ฟ Azerbaijani (az) | ๐ซ๐ท French (fr) | ๐ธ๐ฆ Arabic (ar) | ๐ณ๐ฑ Dutch (nl) | ๐ฎ๐ฉ Indonesian (id) | ๐ฆ๐ฒ Armenian (hy) | ๐ฎ๐น Italian (it) | ๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ Scottish Gaelic (gd) | ๐ธ๐ช Swedish (sv) | ๐ฐ๐ฌ Kyrgyz (ky) | ๐ฐ๐ท Korean (ko) | ๐ญ๐บ Hungarian (hu) | ๐จ๐ฟ Czech (cs) | ๐ฌ๐ท Greek (el) | ๐ฎ๐ท Persian (fa) | ๐ต๐ฑ Polish (pl) | ๐ท๐ด Romanian (ro) | ๐ป๐ณ Vietnamese (vi) | ๐ต๐น Portuguese (pt) | ๐น๐ญ Thai (th) | ๐บ๐ฆ Ukrainian (uk)
The language can be easily selected from the config file, and all translation files are located in: /plugins/AdvancedTags/lang
๐ Features
- Modern Visuals (MiniMessage)
- Full support for RGB colors, HEX codes, and Gradients.
- Create eye-catching titles like
<gradient:#FFD700:#FFA500>KING</gradient>
- Smart GUI System
- Infinite Pagination: Automatically divides your tags into pages.
- Selection Glow: Active titles have a magical enchantment glow in the menu.
- Reset Button: Players can easily clear their current tag with a dedicated button.
- Performance & Stability
- Folia Ready: 100% compatible with multi-threaded server environments.
- Fully Asynchronous: Zero impact on server TPS.
- JSON Storage: Fast and reliable player data management.
- PlaceholderAPI Integration
- Display tags anywhere (Chat, Tab, Scoreboards) using
%advancedtags_unvan%.
- Display tags anywhere (Chat, Tab, Scoreboards) using
๐ ๏ธ Configuration
The config.yml file allows you to customize every aspect of the plugin, from menu layouts to individual tag permissions.
๐ General Settings
- lang: Set your preferred language (e.g.,
en,tr,de). The plugin automatically generates all 28 language files in the/langfolder. - cooldown: Defines the wait time (in seconds) between tag changes to prevent server spam. Administrators with
advancedtags.bypass.cooldownare unaffected.
๐ฆ Menu Customization
You have full control over the Tag Selection GUI:
- size: Define the inventory size (must be a multiple of 9:
9, 18, 27, 36, 45, 54). - title: Supports full MiniMessage for beautiful gradients and HEX colors.
- fill_material: Custom item to fill empty slots in the menu.
- Buttons: Fully customizable materials and display names for "Next Page", "Previous Page", and "Reset Tag" buttons.

๐ Creating Tags & Permissions
The system is dynamic. The ID you give to a tag in the config automatically determines its permission node.
tags:
tag1: # ID: tag1
display_name: "<#FF7F50>[โ]"
material: PAPER
lore:
- "&7For beginners."
- "&7Everyone can select."
Permission: To use the tag above, give the player:
advancedtags.tag.tag1
- Visuals: You can use HEX (
<#RRGGBB>), Gradients (<gradient:color1:color2>), and traditional color codes (&6). - Locked State: If a player doesn't have permission, the item automatically switches to the
lockedmaterial (default: Gray Dye) defined in your config.
โก Commands
| Command | Permission | Description | Aliases Usage |
|---|---|---|---|
/tags |
advancedtags.command | Opens the tag selection menu | /unvan /รผnvan |
/advancedtags reload |
advancedtags.admin | Reloads config and lang files | /at reload |
๐ก๏ธ Permissions
| Permission | Description |
|---|---|
advancedtags.command |
Permission to open the menu (Available to everyone). |
advancedtags.admin |
Permission to use the reload command (OP) and bypass the cooldown. |
advancedtags.bypass.cooldown |
Permission to bypass the cooldown. |
advancedtags.tag.<id> |
Permission to access a specific tag (e.g., advancedtags.tag.tag1). |
advancedtags.tag.* |
Wildcard permission granting access to all tags. |
โ๏ธ Supported Forks
| Fork / Build | Support Status |
|---|---|
| โ Paper | Fully Supported |
| โ Purpur | Fully Supported |
| โ Folia | Fully Supported |
| โ Spigot | Fully Supported |
| โ Bukkit | Fully Supported |
- Optimized for modern server software. Fully compatible with Spigot, Bukkit, Paper, Folia, and all their fork (Purpur, Pufferfish, etc.).
๐งฉ Placeholders
Make sure that PlaceholderAPI is installed to use the AdvancedTags plugin.
%advancedtags_unvan%- Returns the player's active tag (with colors).
โ๏ธ License
Licensed under CC BY-NC 4.0 (Attribution-NonCommercial 4.0 International). Commercial use and resale are strictly prohibited


