From 134819bfc409b2ca2969ac896c3618c7de39411e Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Sun, 22 Oct 2023 19:50:16 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 6f90daa..66a2f9c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -14,6 +14,7 @@ This section is used to enable/disable which lore gets displayed on each item. I * `armor-damage`: This tag is used for tracking damage taken with armor. * `dropped-by`: This tag is used for tracking tool/armor pieces being dropped from players/mobs. * `elytra-tag`: This tag is used for finding new Elytras in end cities. +* `arrows-shot`: This tag is used for tracking arrows shot from bows/crossbows. ## `messages` This section let's you set how the lore is displayed on the items. **It is best if you only change this once**, since it can cause problems with old lore from being updated (the plugin looks for matching text). @@ -28,7 +29,16 @@ Each section is easy to understand. Make sure to keep the placeholder codes in o * `{sheep}`: The total of sheep sheared. * `{name}`: Player/mob name. * `{damage}`: The total damage taken. +* `{crops}`: The total crops mined. +* `{arrows}`: The total arrows shot. ## `date-format` This let's you choose how dates are formatted. The default option is Month/Day/Year. If you wish to change it, refer to [this chart](https://www.digitalocean.com/community/tutorials/java-simpledateformat-java-date-format#java-simpledateformat) for formatting codes. -* `dd/MM/yyyy` - Day/Month/Year \ No newline at end of file +* `dd/MM/yyyy` - Day/Month/Year +* `M/dd/yyyy` - Month/Day/Year + +## `number-formats` +If you ever want to change how numbers are formatted, you can do it here. You probably do not need to change this. + +## `generate-hash-for-items` +When items are created (only items we want to track), we can add a hash to the item. Right now, this does not have a purpose. However, it can be used in the future to detect duplication glitches. \ No newline at end of file