Dla czego ten skrypt nie działa na 1.12.2 nie pokazuje żadnych błeów a nie działa
options:
x-min: -1400
x-max: 1400
z-min: -1400
z-max: 1400
on right click:
if clicked block is stone button:
if block behind clicked block is sponge:
set {_x} to random integer between {@x-min} and {@x-max}
set {_y} to 150
set {_z} to random integer between {@z-min} and {@z-max}
set {_location} to location at {_x}, {_y}, {_z}
set {randomtp.god.%player%} to true
teleport player to {_location}
send "&7Przeteleportowano w losowe koordynaty &2(x: %{_x}% | z: %{_z}%)&7."
stop
on damage:
if victim is player:
if {randomtp.god.%victim%} is true:
cancel event
delete {randomtp.god.%victim%}
stop
Pytanie
jogurcik122pl 10
Dla czego ten skrypt nie działa na 1.12.2 nie pokazuje żadnych błeów a nie działa
options: x-min: -1400 x-max: 1400 z-min: -1400 z-max: 1400 on right click: if clicked block is stone button: if block behind clicked block is sponge: set {_x} to random integer between {@x-min} and {@x-max} set {_y} to 150 set {_z} to random integer between {@z-min} and {@z-max} set {_location} to location at {_x}, {_y}, {_z} set {randomtp.god.%player%} to true teleport player to {_location} send "&7Przeteleportowano w losowe koordynaty &2(x: %{_x}% | z: %{_z}%)&7." stop on damage: if victim is player: if {randomtp.god.%victim%} is true: cancel event delete {randomtp.god.%victim%} stop
Odnośnik do komentarza
Udostępnij na innych stronach
8 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.