Guest User

Untitled

a guest
Jul 17th, 2016
1,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. #============[ Licencja by xBarteG ]============#
  2. #| Zezwalam na : |#
  3. #| 1. Zmiane wiadomosci |#
  4. #| Nie zezwalam na: |#
  5. #| 1. Podszywanie sie pod autora |#
  6. #| 2. Kasowanie linijek |#
  7. #============[ Licencja by xBarteG ]============#
  8.  
  9.  
  10. # ZMIENNE
  11. variables:
  12. {wykopany.stone.%player%} = 0
  13. {wykopany.obsydian.%player%} = 0
  14. {zjedzone.koxy.%player%} = 0
  15. {zjedzone.refile.%player%} = 0
  16. {postawione.bloki.%player%} = 0
  17. {dedy.sk.%player%} = 0
  18. {wykopane.zloto.%player%} = 0
  19. {kile.sk.%player%} = 0
  20.  
  21.  
  22.  
  23. # KOD
  24.  
  25. on mine of stone:
  26. add 1 to {wykopany.stone.%player%}
  27. on mine of obsidian:
  28. add 1 to {wykopany.obsydian.%player%}
  29. on eat of enchanted golden apple:
  30. add 1 to {zjedzone.koxy.%player%}
  31. on eat of golden apple:
  32. add 1 to {zjedzone.refile.%player%}
  33. on place:
  34. add 1 to {postawione.bloki.%player%}
  35. on death:
  36. add 1 to {dedy.sk.%player%}
  37. on death of player:
  38. add 1 to {kile.sk.%player%}
  39.  
  40. command /staty [<text>]:
  41. trigger:
  42. open chest with 1 rows named "&6&lStatystyki Gracza" to player
  43. wait 3 tick
  44. format slot 0 of player with 1 of Stone named "&7&lWykopany Stone" with lore "&4>> &6%{wykopany.stone.%player%}% " to close
  45. format slot 1 of player with 1 of Obsidian named "&9&lWykopany Obsydian" with lore "&4>> &6%{wykopany.obsydian.%player%}% " to close
  46. format slot 2 of player with 1 of Golden Apple named "&b&lZjedzone refile" with lore "&4>> &6%{zjedzone.refile.%player%}% " to close
  47. format slot 3 of player with 1 of Enchanted Golden apple named "&b&lZjedzone koxy" with lore "&4>> &6%{zjedzone.koxy.%player%}% " to close
  48. format slot 4 of player with 1 of Dirt named "&b&lPostawione bloki" with lore "&4>> &6%{postawione.bloki.%player%}% " to close
  49. format slot 5 of player with 1 of Player head named "&b&lDedy" with lore "&4>> &6%{dedy.sk.%player%}% " to close
  50. format slot 6 of player with 1 of diamond sword named "&b&lZabici gracze" with lore "&4>> &6%{kile.sk.%player%}% " to close
Add Comment
Please, Sign In to add comment