Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #MaxStatystyki
- # ZMIENE
- variables:
- {wykopany.stone.%player%} = 0
- {wykopany.obsydian.%player%} = 0
- {zjedzone.koxy.%player%} = 0
- {zjedzone.refile.%player%} = 0
- {postawione.bloki.%player%} = 0
- mine of stone:
- add 1 to {wykopany.stone.%player%}
- mine of obsidian:
- add 1 to {wykopany.obsydian.%player%}
- eat of 322:1:
- add 1 to {zjedzone.koxy.%player%}
- eat of 322:
- add 1 to {zjedzone.refile.%player%}
- place:
- add 1 to {postawione.bloki.%player%}
- right click with ender pearl:
- add 1 to {rzucone.perly.%player%}
- death of player:
- add 1 to {kill.%player%}
- mine of gold ore:
- add 1 to {wykopane.zloto.%player%}
- command /stats [<text>]:
- trigger:
- open chest with 1 rows named "&4Statystyki Gracza" to player
- wait 1 tick
- format slot 0 of player with 1 of stone named "&bWykopany Stone" with lore "&4>> &6%{wykopany.stone.%player%}% &4<<" to be unstealable
- format slot 1 of player with 1 of obsidian named "&bWykopany Obsydian" with lore "&4>> &6%{wykopany.obsydian.%player%}% &4<<" to be unstealable
- format slot 2 of player with 1 of golden apple named "&bZjedzone refile!" with lore "&4>> &6%{zjedzone.refile.%player%}% &4<<" to be unstealable
- format slot 3 of player with 1 of enchanted golden apple named "&bZjedzone koxy!" with lore "&4>> &6%{zjedzone.koxy.%player%}% &4<<" to be unstealable
- format slot 4 of player with 1 of dirt named "&bPostawione bloki" with lore "&4>> &6%{postawione.bloki.%player%}% &4<<" to be unstealable
- format slot 5 of player with 1 of ender pearl named "&6Rzucone perly" with lore "%{rzucone.perly.%player%}%" to be unstealable
- format slot 6 of player with 1 of diamond sword named "&3Zabojstwa" with lore "%{kill.%player%}%" to be unstealable
- format slot 7 of player with 1 of gold ingot named "&eWykopane zloto" with lore "%{wykopane.zloto.%player%}%" to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement