Silent Nametags
Allows you to craft and use a Silent Nametag on a mob. Using a normal name tag on a mob will undo the silence. A Silent Nametag can be used in an Anvil to give the mob a name.
Crafting Recipe
By default, it is a shapeless White Wool + Nametag recipe.
You’ll get one
Silent Nametag per recipe. All recipe values can be edited under
config.yml.
Permissions
- silentnametags.use - default true, Grants the ability to craft the item as well as silence or unsilence mobs with the item.
Configuration (config.yml)
On first run, a default `config.yml` will be created in `plugins/SilentNametags/`. Here’s what a shaped recipe config looks like:
Code (Text):
messages:
no_permission: "&cYou do not have permission to use Silent Nametags."
silent-nametag:
display-name: "&bSilent Nametag"
lore:
- "&7Use to make a mob silent."
- "&7Rename in anvil to name silently."
recipe:
type: shaped
shape:
- "NW "
- " "
- " "
ingredients:
N: "NAMETAG"
W: "WHITE_WOOL"
Usage Guide
After crafting (or obtaining) a Silent Nametag, you can rename it in an anvil if you want your mob to get a custom name. Right-clicking on a mob with the Silent Nametag will activate its silence. To remove the silence you must use another non-silent nametag on the mob.
Compatibility & Requirements
- Tested on Spigot 1.21.5
- Requires Java 17+.