mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-07 13:15:02 +00:00
Created Configuration (markdown)
30
Configuration.md
Normal file
30
Configuration.md
Normal file
@@ -0,0 +1,30 @@
|
||||
## `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.
|
||||
|
||||
## `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).
|
||||
|
||||
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.
|
||||
|
||||
* `{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.
|
||||
Reference in New Issue
Block a user