Advertisement
dasOlli

ToolStats config.yml preview

May 9th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.19 KB | None | 0 0
  1. toolstats-command:
  2.   usage: "&3➽ &6/toolstats sort &7to &fre-order &7tool stats\n&6   /toolstats clear &7to &fcompletely remove &7tool stats"
  3.   usage-clear: "&3➽ &7You're about to clear all stats from your current held item. Confirm with &6/toolstats clear yes&7."
  4.   invalid-tool: "&c✘ &7Unsupported item type!"
  5.   no-stats: "&c✘ &7Your tool has no stats."
  6.   success-sort: "&a✔ &7Re-ordered stats of your tool."
  7.   success-clear: "&a✔ &7Cleared stats of your tool."
  8.   # second parameter to confirm removal of tool stats: /toolstats clear <confirmationWord>
  9.   confirm-clear-with: "yes"
  10. tracking:
  11.   color:
  12.    # <triggerColor>Stone<ColonColor>: <counterColor>42
  13.     trigger: "&7"
  14.     colon: "&8"
  15.     counter: "&6"
  16.   # tools
  17.   PICKAXE:
  18.     enabled: true
  19.     first-line: "&3Blocks mined"
  20.     trigger:
  21.      - STONE
  22.       - COAL_ORE
  23.       - IRON_ORE
  24.       - GOLD_ORE
  25.       - DIAMOND_ORE
  26.       - EMERALD_ORE
  27.       - REDSTONE_ORE
  28.       - LAPIS_ORE
  29.       - QUARTZ_ORE
  30.       - miscellaneous
  31.   AXE:
  32.     enabled: true
  33.     first-line: "&3Blocks chopped"
  34.     trigger:
  35.      - LOG
  36.       - LOG2
  37.       - miscellaneous
  38.   SPADE:
  39.     enabled: true
  40.     first-line: "&3Blocks dug"
  41.     trigger:
  42.      - DIRT
  43.       - GRASS
  44.       - FARMLAND
  45.       - MYCEL
  46.       - GRAVEL
  47.       - SAND
  48.       - CLAY
  49.       - miscellaneous
  50.   HOE:
  51.     enabled: true
  52.     first-line: "&3Blocks hoed"
  53.   FISHING_ROD:
  54.     enabled: true
  55.     first-line: "&3Items fished"
  56.     trigger:
  57.      - FISH
  58.       - TREASURE
  59.       - JUNK
  60.   FLINT_AND_STEEL:
  61.     first-line: "&3Blocks ignited"
  62.     enabled: true
  63.   SHEARS:
  64.     first-line: "&3Things sheared"
  65.     enabled: true
  66.     trigger:
  67.      - LEAVES
  68.       - LEAVES_2
  69.       - WEB
  70.       - SHEEP
  71.   # weapons
  72.   SWORD:
  73.     enabled: true
  74.     first-line: "&3Kills"
  75.     trigger:
  76.      - ZOMBIE
  77.       - SKELETON
  78.       - CREERER
  79.       - SPIDER
  80.       - ENDERMAN
  81.       - hostile
  82.       - passive
  83.       - players
  84.   BOW:
  85.     enabled: true
  86.     first-line: "&3Kills"
  87.     trigger:
  88.      - ZOMBIE
  89.       - SKELETON
  90.       - CREERER
  91.       - SPIDER
  92.       - ENDERMAN
  93.       - hostile
  94.       - passive
  95.       - players
  96.   SHIELD:
  97.     enabled: true
  98.     first-line: "&3Attacks blocked"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement