mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-13 16:14:57 +00:00
tokens update
This commit is contained in:
@@ -1,3 +1,46 @@
|
||||
# Use token system for tracking stats.
|
||||
# See https://github.com/hyperdefined/ToolStats/wiki/Token-System
|
||||
tokens:
|
||||
enabled: true
|
||||
craft-tokens: true
|
||||
data:
|
||||
player-kills:
|
||||
title: "&7ToolStats: &8Player Kills Token"
|
||||
lore: "&8Combine with a melee or ranged weapon in an anvil to track player kills."
|
||||
levels: 1
|
||||
mob-kills:
|
||||
title: "&7ToolStats: &8Mob Kills Token"
|
||||
lore: "&8Combine with a melee or ranged weapon in an anvil to track mob kills."
|
||||
levels: 1
|
||||
blocks-mined:
|
||||
title: "&7ToolStats: &8Blocks Mined Token"
|
||||
lore: "&8Combine with a pickaxe, axe, shovel, or shears in an anvil to track blocks mined."
|
||||
levels: 1
|
||||
crops-mined:
|
||||
title: "&7ToolStats: &8Crops Mined Token"
|
||||
lore: "&8Combine with a hoe in an anvil to track crops broken."
|
||||
levels: 1
|
||||
fish-caught:
|
||||
title: "&7ToolStats: &8Fish Caught Token"
|
||||
lore: "&8Combine with a fishing rod in an anvil to track fish caught."
|
||||
levels: 1
|
||||
sheep-sheared:
|
||||
title: "&7ToolStats: &8Sheep Sheared Token"
|
||||
lore: "&8Combine with shears in an anvil to track sheep sheared."
|
||||
levels: 1
|
||||
damage-taken:
|
||||
title: "&7ToolStats: &8Damage Taken Token"
|
||||
lore: "&8Combine with an armor piece in an anvil to track damage taken."
|
||||
levels: 1
|
||||
arrows-shot:
|
||||
title: "&7ToolStats: &8Arrows Shot Token"
|
||||
lore: "&8Combine with a bow or crossbow in an anvil to track arrows shot."
|
||||
levels: 1
|
||||
flight-time:
|
||||
title: "&7ToolStats: &8Flight Time Token"
|
||||
lore: "&8Combine with an elytra in an anvil to track flight time."
|
||||
levels: 1
|
||||
|
||||
enabled:
|
||||
# Will show ownership of items when they are created/found.
|
||||
created-by:
|
||||
@@ -132,11 +175,11 @@ number-formats:
|
||||
comma-separator: ","
|
||||
decimal-separator: "."
|
||||
comma-format: "#,###"
|
||||
decimal-format: "#,###.00"
|
||||
decimal-format: "#,##0.00"
|
||||
|
||||
# When any tool is created, it will generate a hash for the item.
|
||||
# This hash is not on the item lore, only stored in the NBT data.
|
||||
# This has no use currently, but can be used for future features for dupe detection.
|
||||
generate-hash-for-items: true
|
||||
|
||||
config-version: 8
|
||||
config-version: 9
|
||||
@@ -22,4 +22,7 @@ permissions:
|
||||
default: true
|
||||
toolstats.reset.confirm:
|
||||
description: Allows the usage of /toolstats reset confirm.
|
||||
default: true
|
||||
default: true
|
||||
toolstats.givetokens:
|
||||
description: Allows the usage of /toolstats givetoken.
|
||||
default: op
|
||||
Reference in New Issue
Block a user