Added stat.STAT_NAME placeholder authored by Dante's avatar Dante
......@@ -32,4 +32,9 @@ These placeholders will return whatever attribute of the item that caused the sk
-----------------
| Trigger Placeholders | Function |
|:--------------------:|----------------------------------------------------------------------------------------|
| <trigger.item.hand.nbt.KEY> | Returns the specified NBT key of the trigger's hand item. |
\ No newline at end of file
| <trigger.item.hand.nbt.KEY> | Returns the specified NBT key of the trigger's hand item. |
-----------------
| Stat Placeholders | Function |
|:--------------------:|----------------------------------------------------------------------------------------|
| <stat.STAT_NAME> | Returns the value of the specified stat. |
\ No newline at end of file