Advertisement
Kacperski89

Untitled

Apr 6th, 2016
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #MaxStatystyki
  2.  
  3.  
  4. # ZMIENE
  5. variables:
  6.     {wykopany.stone.%player%} = 0
  7.     {wykopany.obsydian.%player%} = 0
  8.     {zjedzone.koxy.%player%} = 0
  9.     {zjedzone.refile.%player%} = 0
  10.     {postawione.bloki.%player%} = 0
  11.  
  12.  
  13.  
  14. mine of stone:
  15.     add 1 to {wykopany.stone.%player%}
  16. mine of obsidian:
  17.     add 1 to {wykopany.obsydian.%player%}
  18. eat of 322:1:
  19.     add 1 to {zjedzone.koxy.%player%}
  20. eat of 322:
  21.     add 1 to {zjedzone.refile.%player%}
  22. place:
  23.     add 1 to {postawione.bloki.%player%}
  24. right click with ender pearl:
  25.     add 1 to {rzucone.perly.%player%}
  26. death of player:
  27.     add 1 to {kill.%player%}
  28. mine of gold ore:
  29.     add 1 to {wykopane.zloto.%player%}
  30. command /stats [<text>]:
  31.     trigger:
  32.         open chest with 1 rows named "&4Statystyki Gracza" to player
  33.         wait 1 tick
  34.         format slot 0 of player with 1 of stone named "&bWykopany Stone" with lore "&4>> &6%{wykopany.stone.%player%}% &4<<" to be unstealable
  35.         format slot 1 of player with 1 of obsidian named "&bWykopany Obsydian" with lore "&4>> &6%{wykopany.obsydian.%player%}% &4<<" to be unstealable
  36.         format slot 2 of player with 1 of golden apple named "&bZjedzone refile!" with lore "&4>> &6%{zjedzone.refile.%player%}% &4<<" to be unstealable
  37.         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
  38.         format slot 4 of player with 1 of dirt named "&bPostawione bloki" with lore "&4>> &6%{postawione.bloki.%player%}% &4<<" to be unstealable
  39.         format slot 5 of player with 1 of ender pearl named "&6Rzucone perly" with lore "%{rzucone.perly.%player%}%" to be unstealable
  40.         format slot 6 of player with 1 of diamond sword named "&3Zabojstwa" with lore "%{kill.%player%}%" to be unstealable
  41.         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