-
Notifications
You must be signed in to change notification settings - Fork 7
Configuration
See Token System.
This section is used to enable/disable which data gets tracked on each item. It's best if you test the plugin and decide which data you do not want.
-
created-by
: This tag is used for tracking who crafts any tool/armor pieces. -
created-date
: This tag is used for tracking when any tool/armor pieces were crafted. -
fished-tag
: This tag is used for when players fish any tool/armor piece. -
looted-tag
: This tag is used for when players find any tool/armor piece in unlooted chests. -
traded-tag
: This tag is used for when players trade any tool/armor piece. -
player-kills
: This tag is used for tracking player kills on weapons. -
mob-kills
: This tag is used for tracking mob kills on weapons. -
blocks-mined
: This tag is used for tracking blocks mined on various tools. -
fish-caught
: This tag is used for tracking how many successful catches from a fishing rod. -
sheep-sheared
: This tag is used for tracking how many sheep were sheared from shears. -
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. -
flight-time
: This tag is used for tracking elytra flight time.
This section let's you set how the lore is displayed on the items.
Each section is easy to understand. Make sure to keep the placeholder codes in order for the lore to show correctly. Some placeholders cannot be used for other sections.
Caution
You should set these values once, as the plugin uses these messages to match current lore on items. If you change the text, it might break existing items!
-
{player}
: Player's name. -
{date}
: The date of that action. -
{fish}
: The total caught fish. -
{kills}
: The total mob/player kills. -
{blocks}
: The total blocks mined. -
{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.
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 for formatting codes.
-
dd/MM/yyyy
- Day/Month/Year -
M/dd/yyyy
- Month/Day/Year
If you ever want to change how numbers are formatted, you can do it here. You probably do not need to change this.
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.