HomeJavaModsDropTags
ᴅʀᴏᴘᴛᴀɢꜱ
ᴄʟᴇᴀɴ ꜰʟᴏᴀᴛɪɴɢ ʟᴀʙᴇʟꜱ ꜰᴏʀ ᴅʀᴏᴘᴘᴇᴅ ɪᴛᴇᴍꜱ
Ever stared at a pile of pixels on the floor wondering what it is and how many? DropTags puts a clean floating tag above every dropped item — the item's name in small caps plus the stack count, styled with a subtle gold gradient out of the box:
ᴅɪᴀᴍᴏɴᴅ ꜱᴡᴏʀᴅ [x2] · ʙʟᴜᴇ ᴛᴇʀʀᴀᴄᴏᴛᴛᴀ [x14] · ᴇɴᴅᴇʀ ᴘᴇᴀʀʟ
Features
Commands & Permissions
/droptags and /dt both work.
Configuration
Spoiler: Default config.yml
Code (YAML):

# ------------------------------------------------------------------
#  DropTags - floating labels above dropped items
# ------------------------------------------------------------------
# Master switch for the whole plugin (labels and merging). Players can
# hide labels just for themselves with /droptags toggle.
enabled
: true
# The label shown above a dropped stack of 2 or more items.
# Placeholders:
#   <name>  - the item name, converted to small caps
#   <count> - the stack size
# Full MiniMessage styling is supported (colors, gradients, ...).
format
: "<gradient:#ffd75e:#ffab2e><name></gradient> <dark_gray>[<white>x<count></white>]</dark_gray>"
# The label for single items, used while show-count-only-when-stacked
# is true. No count, just the name.
format-single
: "<gradient:#ffd75e:#ffab2e><name></gradient>"
# When true, single items use format-single and the count only appears
# for stacks of 2 or more. When false, every drop uses the main format.
show-count-only-when-stacked
: true
# Fallback color for any part of the label the format itself does not
# color. Named colors (white, gold, aqua, ...) or hex ("#7df9ff").
color
: white
# Items dropped in these worlds never get a label.
blacklisted-worlds
: [ ]
# blacklisted-worlds:
#   - world_nether
#   - minigame_lobby
# These materials never get a label. Handy for high-volume junk drops.
blacklisted-materials
: [ ]
# blacklisted-materials:
#   - COBBLESTONE
#   - ROTTEN_FLESH
# ------------------------------------------------------------------
#  Stack merging
# ------------------------------------------------------------------
# Vanilla only combines drops that practically touch. This pulls
# matching stacks lying within "radius" blocks of each other into one
# labeled pile. Never goes above the item's normal max stack size, and
# never touches drops that another plugin has named.
merge
:
  enabled
: true
  radius
: 2.5
# ------------------------------------------------------------------
#  Update checking
# ------------------------------------------------------------------
update-check
:
  # Check SpigotMC for new releases (on startup, every 6 hours, and
  # whenever /droptags version runs).
  enabled
: true
  # Tell admins (anyone with droptags.version) about pending updates
  # when they join.
  notify-on-join
: true
 
Requirements
FAQ
Will this lag my server?
No. A label is one lightweight text display riding the item, removed automatically with it. No databases, no disk writes, no packet manipulation.
Can players who hate floating text get rid of it?
Yes — /dt toggle hides every label for that player only, and remembers it forever.
Will it fight with my crates / shops / hologram plugins?
No. Any item entity that another plugin has named is treated as off-limits and never labeled or merged.
Found a bug or want a feature? Post in the discussion tab and I'll take a look.
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

DropTags is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.1, 26.2. Downloaded 26 times (via Spigot). Download it and open it directly in the game.

Explore more