GamePL7

gStats

Sep 11th, 2016
1,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. #Od GamePL7
  2. #Dla KrainaPikseli.pl
  3. variables:
  4. {stone.%player%} = 0
  5. {obsydian.%player%} = 0
  6. {koxy.%player%} = 0
  7. {refile.%player%} = 0
  8. {bloki.%player%} = 0
  9. {deady.%player%} = 0
  10. {kille.%player%} = 0
  11. on mine of stone:
  12. add 1 to {stone.%player%}
  13. on mine of obsidian:
  14. add 1 to {obsydian.%player%}
  15. on eat of enchanted golden apple:
  16. add 1 to {koxy.%player%}
  17. on eat of golden apple:
  18. add 1 to {refile.%player%}
  19. on place:
  20. add 1 to {bloki.%player%}
  21. on death:
  22. add 1 to {deady.%player%}
  23. on death of player:
  24. add 1 to {kille.%attacker%}
  25. command /staty [<text>]:
  26. trigger:
  27. open chest with 1 rows named "&6&lStatystyki Gracza" to player
  28. wait 5 tick
  29. format slot 0 of player with 1 of glass pane named "&7&lKrainaPikseli.pl <--- strona skryptu" with lore "&4>> &6ZAPRASZAMY &4<<" to close
  30. format slot 1 of player with 1 of Stone named "&7&lWykopany Stone" with lore "&4>> &6%{stone.%player%}% " to close
  31. format slot 2 of player with 1 of Obsidian named "&9&lWykopany Obsydian" with lore "&4>> &6%{obsydian.%player%}% " to close
  32. format slot 3 of player with 1 of 322:0 named "&b&lZjedzone refile" with lore "&4>> &6%{refile.%player%}% " to close
  33. format slot 4 of player with 1 of 322:1 named "&b&lZjedzone koxy" with lore "&4>> &6%{koxy.%player%}% " to close
  34. format slot 5 of player with 1 of Dirt named "&b&lPostawione bloki" with lore "&4>> &6%{bloki.%player%}% " to close
  35. format slot 6 of player with 1 of Player head named "&b&lDedy" with lore "&4>> &6%{deady.%player%}% " to close
  36. format slot 7 of player with 1 of diamond sword named "&b&lZabici gracze" with lore "&4>> &6%{kille.%player%}% " to close
  37. format slot 8 of player with 1 of glass pane named "&7&lKrainaPikseli.pl <--- strona skryptu" with lore "&4>> &6ZAPRASZAMY &4<<" to close
Advertisement
Add Comment
Please, Sign In to add comment