ApoTags
๐ก Updated this yearPreview

๐ Analysis
- ๐ #360 of 1080 bukkit mods in this game by downloads
๐ About This Mod
# ๐ท๏ธ ApoTags <div align="center"> <!-- Replace with your actual banner URL --> !(https://cdn.modrinth.com/data/cached_images/c96e2e37685dac49275f185bb51e761d764d281f_0.webp) **The complete RGB tag manager for Paper servers.** Give your players beautifully colored prefix tags โ with full GUI, PlaceholderAPI support, and zero file editing required. (https://img.shields.io/badge/Paper-1.19.4-blue?style=flat-square)](https://papermc.io) (https://img.shields.io/badge/Java-17-orange?style=flat-square)](https://adoptium.net) (https://img.shields.io/badge/PlaceholderAPI-optional-green?style=flat-square)](https://www.spigotmc.org/resources/6245/) </div> --- ## โจ Features - ๐จ **Full RGB / HEX color support** โ use `&#RRGGBB` hex codes and legacy `&` codes anywhere - ๐ฅ๏ธ **Paginated player GUI** โ browse and equip tags with a clean inventory menu - ๐ ๏ธ **Admin GUI** โ manage all tags in-game, toggle enable/disable with Shift+Click - ๐พ **H2 embedded database** or **FlatFile** storage โ no external database setup required - ๐ก **PlaceholderAPI** โ display active tags in chat, tab, scoreboards, and more - ๐ **Multi-language** โ built-in English and Spanish, easily add any language - โ๏ธ **Fully customizable GUIs** โ separate `gui_user.yml` and `gui_admin.yml` config files - ๐ **Granular permissions** โ one permission node per subcommand for maximum control - ๐ **Live reload** โ apply any config or tag changes without restarting the server - ๐ท๏ธ **Multi-line tag lore** โ add rich descriptions to each tag shown in the GUI - ๐ก **Zero hardcoded text** โ every player-facing message lives in the language file --- ## ๐ฆ Requirements | Dependency | Type | Version | |---|---|---| | Paper | Required | 1.19.4 | | Java | Required | 17+ | | PlaceholderAPI | Optional | 2.11.6+ | --- ## ๐ Installation 1. Download `ApoTags.jar` and drop it into your `/plugins/` folder 2. Start or restart your server 3. All config files are generated automatically on first launch 4. Install (https://www.spigotmc.org/resources/6245/) if you want to display tags in chat or tab --- ## ๐ Default Configuration ### `config.yml` ```yaml # โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ # ApoTags Configuration # Authors: ApoloCR & ApoStudios # Version: 1.0.0 # โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ # Plugin locale: en / es locale: 'en' # Storage type: H2 / FLATFILE storage: 'H2' # GUI Settings gui_settings: title: 'ApoTags - Select your Tag' rows: 6 # Items for GUI navigation (Material names) next_page_item: 'ARROW' previous_page_item: 'ARROW' reset_tag_item: 'BARRIER' # Slot positions in row 6 (0-indexed from row start = slot 45) # Row 6: slots 45-53 prev_slot: 45 next_slot: 53 reset_slot: 49 # Filler item for empty slots (set to 'NONE' to disable) filler_item: 'GRAY_STAINED_GLASS_PANE' filler_name: ' ' ``` ### `tags.yml` โ Default tags ```yaml VIP: order: 1 tag: '&7' lore: - '&eAwarded to VIP members' - '&7Thank you for your support!' permission: apotags.tag.vip enabled: true MVP: order: 2 tag: '&7' lore: - '&bAwarded to MVP members' - '&7The highest donor rank.' permission: apotags.tag.mvp enabled: true Apolo: order: 3 tag: '�f2ff&l ' lore: - '�f2ffExclusive Developer Tag' - '&7Reserved for ApoStudios staff.' permission: none enabled: true Staff: order: 4 tag: '&7' lore: - '&cFor server staff members' - '&7Helping keep the server safe.' permission: apotags.tag.staff enabled: true Helper: order: 5 tag: '&7' lore: - '&aFor server helpers' - '&7Always ready to assist.' permission: apotags.tag.helper enabled: true Builder: order: 6 tag: '&#ff9900&l ' lore: - '&#ff9900For talented builders' - '&7Creating amazing things.' permission: apotags.tag.builder enabled: true ``` > **Tip:** Tags with `permission: none` are available to every player for free. ### `gui/gui_user.yml` โ Player GUI appearance ```yaml title: '�f2ff&lApoTags &8โ &7Select your Tag' rows: 6 tag_item_material: 'NAME_TAG' tag_item_locked_material: 'PAPER' filler_material: 'GRAY_STAINED_GLASS_PANE' prev_page: material: 'ARROW' slot: 45 # leftmost slot of row 6 next_page: material: 'ARROW' slot: 53 # rightmost slot of row 6 reset_tag: material: 'BARRIER' slot: 49 # center of row 6 glow_active_tag: true custom_model_data_available: 0 custom_model_data_active: 1 custom_model_data_locked: 2 ``` ### `gui/gui_admin.yml` โ Admin GUI appearance ```yaml title_prefix: '&c&l &r' enabled_tag_material: 'NAME_TAG' disabled_tag_material: 'PAPER' glow_enabled_tags: true filler_material: 'BLACK_STAINED_GLASS_PANE' info_item: material: 'COMMAND_BLOCK' slot: 49 ``` --- ## ๐ฌ Commands All commands use `/tags` as the main label. Aliases: `/apotags`, `/tag` ### Player C
# ๐ท๏ธ ApoTags
!(https://cdn.modrinth.com/data/cached_images/c96e2e37685dac49275f185bb51e761d764d281f_0.webp)
The complete RGB tag manager for Paper servers. Give your players beautifully colored prefix tags โ with full GUI, PlaceholderAPI support, and zero file editing required.
[!(https://img.shields.io/badge/Paper-1. 19. 4-blue?style=flat-square)](https://papermc.io) [!(https://img.shields.io/badge/Java-17-orange?style=flat-square)](https://adoptium.net) [!(https://img.shields.io/badge/PlaceholderAPI-optional-green?style=flat-square)](https://www.spigotmc.org/resources/6245/)
## โจ Features
- ๐จ Full RGB / HEX color support โ use `RRGGBB` hex codes and legacy `&` codes anywhere
- ๐ฅ๏ธ Paginated player GUI โ browse and equip tags with a clean inventory menu
- ๐ ๏ธ Admin GUI โ manage all tags in-game, toggle enable/disable with Shift+Click
- ๐พ H2 embedded database or FlatFile storage โ no external database setup required
- ๐ก PlaceholderAPI โ display active tags in chat, tab, scoreboards, and more
- ๐ Multi-language โ built-in English and Spanish, easily add any language
- โ๏ธ Fully customizable GUIs โ separate `gui_user.yml` and `gui_admin.yml` config files
- ๐ Granular permissions โ one permission node per subcommand for maximum control
- ๐ Live reload โ apply any config or tag changes without restarting the server
- ๐ท๏ธ Multi-line tag lore โ add rich descriptions to each tag shown in the GUI
- ๐ก Zero hardcoded text โ every player-facing message lives in the language file
## ๐ฆ Requirements
| Dependency | Type | Version | |---|---|---| | Paper | Required | 1. 19. 4 | | Java | Required | 17+ | | PlaceholderAPI | Optional | 2. 11. 6+ |
## ๐ Installation
1. Download `ApoTags.jar` and drop it into your `/plugins/` folder 2. Start or restart your server 3. All config files are generated automatically on first launch 4. Install (https://www.spigotmc.org/resources/6245/) if you want to display tags in chat or tab
## ๐ Default Configuration
### `config.yml` ```yaml # โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ # ApoTags Configuration # Authors: ApoloCR & ApoStudios # Version: 1. 0. 0 # โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# Plugin locale: en / es locale: 'en'
# Storage type: H2 / FLATFILE storage: 'H2'
# GUI Settings gui_settings: title: 'ApoTags - Select your Tag' rows: 6
# Items for GUI navigation (Material names) next_page_item: 'ARROW' previous_page_item: 'ARROW' reset_tag_item: 'BARRIER'
# Slot positions in row 6 (0-indexed from row start = slot 45) # Row 6: slots 45-53 prev_slot: 45 next_slot: 53 reset_slot: 49
# Filler item for empty slots (set to 'NONE' to disable) filler_item: 'GRAY_STAINED_GLASS_PANE' filler_name: ' ' ```
### `tags.yml` โ Default tags ```yaml VIP: order: 1 tag: '&7[&eVIP&7]' lore: - '&eAwarded to VIP members' - '&7Thank you for your support!' permission: apotags.tag.vip enabled: true
MVP: order: 2 tag: '&7[&bMVP&7]' lore: - '&bAwarded to MVP members' - '&7The highest donor rank.' permission: apotags.tag.mvp enabled: true
Apolo: order: 3 tag: 'f2ff&l ' lore: - 'f2ffExclusive Developer Tag' - '&7Reserved for ApoStudios staff.' permission: none enabled: true
Staff: order: 4 tag: '&7[&cStaff&7]' lore: - '&cFor server staff members' - '&7Helping keep the server safe.' permission: apotags.tag.staff enabled: true
Helper: order: 5 tag: '&7[&aHelper&7]' lore: - '&aFor server helpers' - '&7Always ready to assist.' permission: apotags.tag.helper enabled: true
Builder: order: 6 tag: 'ff9900&l ' lore: - 'ff9900For talented builders' - '&7Creating amazing things.' permission: apotags.tag.builder enabled: true ```
> Tip: Tags with `permission: none` are available to every player for free.
### `gui/gui_user.yml` โ Player GUI appearance ```yaml title: 'f2ff&lApoTags &8โ &7Select your Tag' rows: 6 tag_item_material: 'NAME_TAG' tag_item_locked_material: 'PAPER' filler_material: 'GRAY_STAINED_GLASS_PANE'
prev_page: material: 'ARROW' slot: 45 # leftmost slot of row 6
next_page: material: 'ARROW' slot: 53 # rightmost slot of row 6
reset_tag: material: 'BARRIER' slot: 49 # center of row 6
glow_active_tag: true custom_model_data_available: 0 custom_model_data_active: 1 custom_model_data_locked: 2 ```
### `gui/gui_admin.yml` โ Admin GUI appearance ```yaml title_prefix: '&c&l &r' enabled_tag_material: 'NAME_TAG' disabled_tag_material: 'PAPER' glow_enabled_tags: true filler_material: 'BLACK_STAINED_GLASS_PANE'
info_item: material: 'COMMAND_BLOCK' slot: 49 ```
## ๐ฌ Commands
All commands use `/tags` as the main label. Aliases: `/apotags`, `/tag`
### Player C
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- ApoloCR
- Version
- 1.0.0
- Downloads
- 63
- Endorsements
- 1
- Category
- bukkit
- Created
- 3/12/2026
- Updated
- 3/10/2026
- Game Versions
- 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
- Tags
- decoration, social
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does ApoTags support?
The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.
What is the latest version of ApoTags?
Version 1.0.0, published 2026-03-10 with 63 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await