on armor change:
event-item is elytra
while chestplate of player is elytra:
set {_x} to round down x-location of player
set {_y} to round down y-location of player
set {_z} to round down z-location of player
send actionbar "&6x: &e%{_x}% &6y: &e%{_y}% &6z: &e%{_z}%"
wait 1 tick
Powinno działać (Potrzebny dodatek: Skellett)
Prefiks nie ustawia się, ponieważ źle wytabowałem skrypt. Z tego samego powodu wyskakiwał błąd. Już to poprawiłem (z edytowałem poprzednią wiadomość) i teraz powinno działać
Powinno działać
command /prefix [<text>] [<player>] [<text>]:
permission: admin.prefix
trigger:
if arg 1 is not set:
send "Poprawne użycie: /prefix <ustaw/usuń> <gracz> [prefix]"
stop
if arg 2 is not set:
send "Poprawne użycie: /prefix <ustaw/usuń> <gracz> [prefix]"
stop
if arg 1 is not "ustaw" or "usuń" or "usun":
send "Poprawne użycie: /prefix <ustaw/usuń> <gracz> [prefix]"
stop
if arg 1 is "usun" or "usuń":
set player's display name to player's name
send "Poprawnie usunięto prefiks gracza %arg 2%."
stop
if arg 1 is "ustaw":
if arg 3 is not set:
send "Poprawne użycie: /prefix <ustaw/usuń> <gracz> [prefix]"
stop
set player's display name to "%arg 3% %player's name%"
send "Poprawnie ustawiono prefiks gracza %arg 2%."
Powinno działać
command /prefix [<text>] [<player>] [<text>]:
permission: admin.prefix
trigger:
if arg 1 is not set:
send "Poprawne użycie: /prefix <ustaw/usuń> <gracz> [prefix]"
stop
if arg 2 is not set:
send "Poprawne użycie: /prefix <ustaw/usuń> <gracz> [prefix]"
stop
if arg 1 is not "ustaw" or "usuń" or "usun":
send "Poprawne użycie: /prefix <ustaw/usuń> <gracz> [prefix]"
stop
if arg 1 is "usun" or "usuń":
set player's display name to player's name
send "Poprawnie usunięto prefiks gracza %arg 2%."
stop
if arg 1 is "ustaw":
if arg 3 is not set:
send "Poprawne użycie: /prefix <ustaw/usuń> <gracz> [prefix]"
stop
set player's display name to "%arg 3% %player's name%"
send "Poprawnie ustawiono prefiks gracza %arg 2%."
Czy masz najnowszą wersję Skripta? U mnie wszystko działa, bez żadnego błędu.
[11:24:01 INFO]: [Skript] Reloading swiaty.sk...
[11:24:01 INFO]: [Skript] Successfully reloaded swiaty.sk.
Powinno działać
https://code.skript.pl/JqaUb52E
Komenda /world (do ustawienia w options) do otwierania GUI oraz /blokuj dla adminów, do blokowania światów. Skrypt zrobiony dla 3 światów (Jakbyś potrzebował do innej ilości to napisz )
@Norbi353 proszę
on break of any flowers:
if {kwiatek::%uuid of player%} is not set:
set {kwiatek::%uuid of player%} to now
stop
if difference between {kwiatek::%uuid of player%} and now <= 8 seconds:
send "Nie możesz tak szybko niszczyć kwiatków!"
cancel event
stop
set {kwiatek::%uuid of player%} to now
Powinno działać
on break of any flowers:
if {kwiatek::%uuid of player%} is not set:
set {kwiatek::%uuid of player%} to now
stop
if difference between {kwiatek::%uuid of player%} and now <= 8 seconds:
cancel event
stop
set {kwiatek::%uuid of player%} to now