File Details
chatmanager-NEOFORGE-1.3.2.jar
- R
- Jul 10, 2025
- 81.86 KB
- 346
- 1.21.1
- NeoForge
File Name
chatmanager-NEOFORGE-1.3.2.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Add new placeholders
{player_armor:defense,SLOT} -- Shows defense amount of the armor in the given slot.
{player_armor:color,COLOR,SLOT} -- For dyed armor, gets the color component (CHOICES: red, green, blue, hex) in the slot.
{player_armor:durability,MODE,SLOT} -- Durability info: current or max for the slot. (choices are: "current" or "max")
{player_armor:material,SLOT} -- Name of the armor material in the slot.
rewrite the placeholder system to allow for arguments to be used

