Signs any item in your hand with your username using a Name Tag
Server: Paper/Spigot 1.20+ | Java: 21
- 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
# 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