Skip to content

quomy-dev/TagForItem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TagForItem

Signs any item in your hand with your username using a Name Tag

Server: Paper/Spigot 1.20+ | Java: 21


How it works

  • Hold any item (except a Name Tag) in your main hand
  • Make sure you have at least one Name Tag anywhere in your inventory
  • Shift + Right-Click → your signature is added to the item's lore
  • One Name Tag is consumed per use

config.yml

# Prefix that appears before the player's username in the signature
# Example: "#" produces → #Steve
# "by " produces → by Steve
tag-prefix: "#"

# Color of the signature text
#
# Available values:
#   black       dark_blue    dark_green   dark_aqua
#   dark_red    dark_purple  gold         gray
#   dark_gray   blue         green        aqua
#   red         light_purple yellow       white
#
# Any invalid value will fall back to gray and log a warning
tag-color: "gray"

# Maximum number of signatures allowed on a single item
# Set to 0 to disable the limit entirely
max-tags-per-item: 1

# Whether the same player can sign the same item more than once
# true - allowed
# false - blocked
allow-duplicate-tags: false

# /tfi reload - to reload your config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages