Updated Configuration (markdown)

hyperdefined
2023-10-22 19:50:16 -04:00
parent 4b73c4f245
commit 134819bfc4

@@ -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
* `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.