Guest User

STATTRACK

a guest
Jul 6th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. variables:
  2. {kam::%player%} = 0
  3. {obs::%player%} = 0
  4. command /kilof:
  5. trigger:
  6. give diamond pickaxe with lore "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%" named "&6&lSTAT-TRAK" to player
  7. on mine of stone:
  8. player's tool is diamond pickaxe with lore "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%" named "&6&lSTAT-TRAK":
  9. add 1 to {kam::%player%}
  10. set lore of player's tool to "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%"
  11. on mine of obsidian:
  12. player's tool is diamond pickaxe with lore "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%" named "&6&lSTAT-TRAK":
  13. add 1 to {obs::%player%}
  14. set lore of player's tool to "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%"
Advertisement
Add Comment
Please, Sign In to add comment