mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-13 16:14:57 +00:00
added config support
This commit is contained in:
39
src/main/resources/config.yml
Normal file
39
src/main/resources/config.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
enabled:
|
||||
crafted-by:
|
||||
pickaxe: true
|
||||
sword: true
|
||||
shovel: true
|
||||
axe: true
|
||||
hoe: true
|
||||
shears: true
|
||||
bow: true
|
||||
armor: true
|
||||
crafted-date:
|
||||
pickaxe: true
|
||||
sword: true
|
||||
shovel: true
|
||||
axe: true
|
||||
hoe: true
|
||||
shears: true
|
||||
bow: true
|
||||
armor: true
|
||||
player-kills:
|
||||
sword: true
|
||||
axe: true
|
||||
trident: true
|
||||
mob-kills:
|
||||
sword: true
|
||||
axe: true
|
||||
trident: true
|
||||
blocks-mined:
|
||||
pickaxe: true
|
||||
shovel: true
|
||||
axe: true
|
||||
hoe: true
|
||||
shears: true
|
||||
fish-caught: true
|
||||
sheep-sheared: true
|
||||
armor-damage: true
|
||||
dropped-by: true
|
||||
|
||||
config-version: 1
|
||||
Reference in New Issue
Block a user