Skip to content

Configuration

hyperdefined edited this page Dec 18, 2023 · 4 revisions

enabled

This section is used to enable/disable which lore gets displayed on each item. If something is disabled under here, the lore does not display, but the plugin still tracks the data regardless. This is just in case you want to enable the lore later on, the data is there. It's best if you test the plugin and decide which lore you do not want. If you don't want certain lore from showing on certain items, you can disable them here. Each section has which tool the lore will be added to.

  • 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.

messages

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.

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 for formatting codes.

  • 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.

Clone this wiki locally