Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {kam::%player%} = 0
- {obs::%player%} = 0
- command /kilof:
- trigger:
- give diamond pickaxe with lore "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%" named "&6&lSTAT-TRAK" to player
- on mine of stone:
- player's tool is diamond pickaxe with lore "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%" named "&6&lSTAT-TRAK":
- add 1 to {kam::%player%}
- set lore of player's tool to "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%"
- on mine of obsidian:
- player's tool is diamond pickaxe with lore "&7Wykopany stone: &f%{kam::%player%}%||&7Wykopany obsidian: &f%{obs::%player%}%" named "&6&lSTAT-TRAK":
- add 1 to {obs::%player%}
- 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