Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Od GamePL7
- #Dla KrainaPikseli.pl
- variables:
- {stone.%player%} = 0
- {obsydian.%player%} = 0
- {koxy.%player%} = 0
- {refile.%player%} = 0
- {bloki.%player%} = 0
- {deady.%player%} = 0
- {kille.%player%} = 0
- on mine of stone:
- add 1 to {stone.%player%}
- on mine of obsidian:
- add 1 to {obsydian.%player%}
- on eat of enchanted golden apple:
- add 1 to {koxy.%player%}
- on eat of golden apple:
- add 1 to {refile.%player%}
- on place:
- add 1 to {bloki.%player%}
- on death:
- add 1 to {deady.%player%}
- on death of player:
- add 1 to {kille.%attacker%}
- command /staty [<text>]:
- trigger:
- open chest with 1 rows named "&6&lStatystyki Gracza" to player
- wait 5 tick
- format slot 0 of player with 1 of glass pane named "&7&lKrainaPikseli.pl <--- strona skryptu" with lore "&4>> &6ZAPRASZAMY &4<<" to close
- format slot 1 of player with 1 of Stone named "&7&lWykopany Stone" with lore "&4>> &6%{stone.%player%}% " to close
- format slot 2 of player with 1 of Obsidian named "&9&lWykopany Obsydian" with lore "&4>> &6%{obsydian.%player%}% " to close
- format slot 3 of player with 1 of 322:0 named "&b&lZjedzone refile" with lore "&4>> &6%{refile.%player%}% " to close
- format slot 4 of player with 1 of 322:1 named "&b&lZjedzone koxy" with lore "&4>> &6%{koxy.%player%}% " to close
- format slot 5 of player with 1 of Dirt named "&b&lPostawione bloki" with lore "&4>> &6%{bloki.%player%}% " to close
- format slot 6 of player with 1 of Player head named "&b&lDedy" with lore "&4>> &6%{deady.%player%}% " to close
- format slot 7 of player with 1 of diamond sword named "&b&lZabici gracze" with lore "&4>> &6%{kille.%player%}% " to close
- 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