Siemaneczko ,sporo szukam tego ,,jak blokować bugowanie w skrzyni'' i nie mogę znaleźć jeśli moglibyście zmienić to na tym przykładzie:
on mine of stone:
add 1 to {wykopanystone::%player%}
on mine of obsidian:
add 1 to {wykopanyobsydian::%player%}
on place:
add 1 to {postawionebloki::%player%}
on eat golden apple:
add 1 to {zjedzonerefy::%player%}
on eat enchanted golden apple:
add 1 to {zjedzonekoxy::%player%}
command /statystyki:
aliases: staty
trigger:
open chest with 6 rows named "&e&lStatystki" to player
wait 1 tick
set {_slot} to 0
loop 54 times:
format slot {_slot} of player with 1 of 160:5 to be unstealable
add 1 to {_slot}
set {_slot} to 9
loop 36 times:
format slot {_slot} of player with 1 of 160:5 to be unstealable
add 1 to {_slot}
set {_slot} to 9
loop 5 times:
format slot {_slot} of player with 1 of 160:5 to be unstealable
add 9 to {_slot}
set {_slot} to 17
loop 5 times:
format slot {_slot} of player with 1 of 160:5 to be unstealable
add 9 to {_slot}
format slot 30 of player with 1 of stone named "&e&lWykopanego kamienia" with lore "&7Wykopales: &e%{wykopanystone::%player%}% &7kamienia!" to be unstealable
format slot 13 of player with 1 of player head named "&e&lGraczy online:" with lore "&7Obecnie jest: &e%number of all players% &7graczy!" to be unstealable
format slot 40 of player with 1 of sponge named "&e&lPostawionych bloków:" with lore "&7Postawiles: &e%{postawionebloki::%player%}% &7bloków!" to be unstealable
format slot 32 of player with 1 of obsidian named "&e&lWykopanego obsydianu:" with lore "&7Wykopales: &e%{wykopanyobsydian::%player%}% &7obsydianu!" to be unstealable
format slot 31 of player with 1 of 322 named "&e&lZjedzone reffy:" with lore "&7Zjadles: &e%{zjedzonerefy::%player%}% &7reffów!" to be unstealable
format slot 22 of player with 1 of 322:1 named "&e&lZjedzone koxy:" with lore "&7Zjadles: &e%{zjedzonekoxy::%player%}% &7koxów!" to be unstealable
i jeszcze jedno jak zrobić że zamiast <none> w tym gui będzie pisać 0?
Pytanie
PiTeKLive 19
Siemaneczko ,sporo szukam tego ,,jak blokować bugowanie w skrzyni'' i nie mogę znaleźć jeśli moglibyście zmienić to na tym przykładzie:
on mine of stone:
add 1 to {wykopanystone::%player%}
on mine of obsidian:
add 1 to {wykopanyobsydian::%player%}
on place:
add 1 to {postawionebloki::%player%}
on eat golden apple:
add 1 to {zjedzonerefy::%player%}
on eat enchanted golden apple:
add 1 to {zjedzonekoxy::%player%}
command /statystyki:
aliases: staty
trigger:
open chest with 6 rows named "&e&lStatystki" to player
wait 1 tick
set {_slot} to 0
loop 54 times:
format slot {_slot} of player with 1 of 160:5 to be unstealable
add 1 to {_slot}
set {_slot} to 9
loop 36 times:
format slot {_slot} of player with 1 of 160:5 to be unstealable
add 1 to {_slot}
set {_slot} to 9
loop 5 times:
format slot {_slot} of player with 1 of 160:5 to be unstealable
add 9 to {_slot}
set {_slot} to 17
loop 5 times:
format slot {_slot} of player with 1 of 160:5 to be unstealable
add 9 to {_slot}
format slot 30 of player with 1 of stone named "&e&lWykopanego kamienia" with lore "&7Wykopales: &e%{wykopanystone::%player%}% &7kamienia!" to be unstealable
format slot 13 of player with 1 of player head named "&e&lGraczy online:" with lore "&7Obecnie jest: &e%number of all players% &7graczy!" to be unstealable
format slot 40 of player with 1 of sponge named "&e&lPostawionych bloków:" with lore "&7Postawiles: &e%{postawionebloki::%player%}% &7bloków!" to be unstealable
format slot 32 of player with 1 of obsidian named "&e&lWykopanego obsydianu:" with lore "&7Wykopales: &e%{wykopanyobsydian::%player%}% &7obsydianu!" to be unstealable
format slot 31 of player with 1 of 322 named "&e&lZjedzone reffy:" with lore "&7Zjadles: &e%{zjedzonerefy::%player%}% &7reffów!" to be unstealable
format slot 22 of player with 1 of 322:1 named "&e&lZjedzone koxy:" with lore "&7Zjadles: &e%{zjedzonekoxy::%player%}% &7koxów!" to be unstealable
i jeszcze jedno jak zrobić że zamiast <none> w tym gui będzie pisać 0?
Odnośnik do komentarza
Udostępnij na innych stronach
13 odpowiedzi na to pytanie
Rekomendowane odpowiedzi