Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Fancy Tags
PluginApache-2.0

Fancy Tags

Simply put images in chat. No resource pack needed.

1.5K
Downloads
18
Followers
4 months ago
Updated
📦
9
Versions
decorationlibrarysocialpapervelocity
Download Latestv1.0.3View on Modrinth

📖About Fancy Tags

Plugin banner image with text: Fancy tags, simple & stylish tags, 100% vanilla.
Screenshot from ingame

Fancy Tags

A fully resource pack free solution for textured UI elements, such as rank tags and prefixes but also buttons and displays. Fancy Tags is an all in one tag management plugin that generates and keeps track of image components for you.

With support for PlaceholderAPI, MiniPlaceholders and a developer API, this plugin can be used easily by any server admin.

Conversation showing tags in chat

Features

Commands

The root command is /fancytags but /tags exist as a shorter alias.

All commands use the same permission fancytags.command.

Below is a list of all sub-commands.

Syntax Function
generate [file|url] Generates and imports a n*8 x 8 image remotely or locally as a tag.
list List all registered tags.
view View information and actions for a tag.
delete Delete a tag.
rename Rename a tag.
reload Reloads the plugin, and it's configs.

Usage

The plugin offers support for PlaceholderAPI, and the tags can be accessed via the placeholder %tags_<name>% (ex. %tags_admin% or %tags_youtube%). There is also support for MiniPlaceholders and can be accessed via the placeholder <fancytags_tag:<name>> (ex. <fancytags_tag:admin> or <fancytags_tag:youtube>)

⚠️ DISCLAIMER

MiniMessage currently does not support these kind of head components, and thus don't work at all right now when using PlaceholderAPI. This is not a bug. This will be fixed when MiniMessage adds support. MiniPlaceholders does work!

Config

Full config
# The tags are only cached on the client for 5 minutes after rendering,
# which means to have a seamless experience with no visual "skin loading"
# the players have to be sent all the tags regularly.
# This is done by sending a title pushed off-screen on join, and continuously on a timer.
cacheSettings:

  # Whether cache updates should be sent.
  enabled: true

  # Whether players should be sent cache updates on join.
  onJoin: true

  # Whether players should continue being sent cache updates.
  onTimer: true

  # How frequent the timer runs, in seconds.
  intervalDuration: 300

  # The ratio of how much spacing is needed to push the tags off-screen in the title
  # Each "spacing" consists of 2 spaces, which is as wide as a player head component,
  # and the ratio is how many spacings per player head.
  # If the tags are visible on-screen, consider raising this number.
  # (This is mostly because the title feature has not been tested on larger screen sizes,
  # this is very likely subject to change)
  offScreenRatio: 2.5

# Settings for the MineSkin API (mineskin.org).
# MineSkin is used for the skin signature generation.
mineSkinSettings:

  # Your project's MineSkin API key.
  # If you don't have one already, create an account and get one at https://account.mineskin.org/keys/
  apiKey: ""

  # The visibility of the generated skin.
  # PUBLIC - Will be publicly shown on the MineSkin website
  # UNLISTED - Can only be accessed via the link
  # PRIVATE - Not accessible by anyone besides the account owner. NOTE: This option is locked to paid plans only.
  visibility: UNLISTED

  # If you have a paid plan on MineSkin for faster generation,
  # you can put your higher limits below.
  # If you don't have a paid plan, this can be ignored
  # If you however don't know what to put, leave the mode at AUTO and it will sort itself out
  limits:

    # The mode for what limits to use. Can be AUTO for automatic allowance retrieving, or CUSTOM to use your own values.
    mode: AUTO

    # How many milliseconds between each request.
    # This value is ignored when mode is set to AUTO
    intervalMillis: 200

    # How many requests to handle concurrently.
    # This value is ignored when mode is set to AUTO
    concurrency: 1

Showcase

There are so many things you can do with tags, and these are only a handful that I've done myself.

Buttons

Cursor hovering over a delete tag in the form of a button
This is a menu used in this plugin itself, which utilizes tags in the form of buttons.

Colored tags

A gray team tag that when colored produces colored team tags
By coloring grayscale tags, the same texture can be reused for more customization. Here they are used for showing what team a player might be on.

Tall and rounded

Tag missing the bottom and right side, with the text "simple"
9 pixels tall tag with 2 rounded corners, with the text "simple"
It is possible to achieve 9 pixel tall tags that come with 2 rounded corners. In this example, it was done by deliberately making the tag missing the bottom and right side, and then apply a full opacity black shadow. This is shown in the before and after images (image 1 and image 2).

👥 Team & Contributors

V
vattenOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
papervelocity
Minecraft Versions
1.21.91.21.101.21.11

🔗 Links

Modrinth Page