command /halloweeneffect:
trigger:
spawn lightning at player
wait 2 seconds
set {_amount} to random integer between 1 and 5
spawn {_amount} bat at player
message "&7Użyto efektu &6&lHALLOWENOWEGO!"
stop
Sprawdź
command /podpis:
trigger:
if player has permission "jakasranga.podpis":
give the player a diamond named "&aXYZ" with lore "&7Podpis gracza: %player%"
send "&cPodaj nazwę itemu!" to player
else:
send "&cNie masz uprawnien do tej komendy! Zakup range blablabla..." to player
command /podpis:
trigger:
if player has permission "podpis.bypass":
give the player a diamond named "&aXYZ" with lore "&7Podpis gracza: %player%%nl%&7Miłego dnia :D"
else:
send "Nie masz uprawnień do użycia tej komendy!" to player
Proszę