ApoTags

โญ โ€” (1 endorsements) ๐Ÿ“ฅ 63 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 3/12/2026
๐ŸŸก Updated this year

By ApoloCR ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 3/10/2026 ๐Ÿ“… Created: 3/12/2026

๐Ÿ” 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: '&#00f2ff&l ' lore: - '&#00f2ffExclusive 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: '&#00f2ff&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

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by ApoloCR ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods