Each recipe can now have a new
announcement field which announces to all players when someone crafts it!
Also has support for placeholders.
{player}: Replaced with the player crafting it
{recipe}: Replaced with the id of the recipe
{result}: Replaced with the display name (or material name if it has no display name) of the result item
For example,
Code (YAML):
epicWeaponThing :
result
: diamond sword
announcement
:
"&6&l{player} crafted the {recipe}!"
somethingElse :
result
: gold ingot
announcement
:
-
"I don't know why this {result} is so special"
-
"But {player} crafted it so congrats"