Czemu mi w tym skrypcie wyskakuje błąd?
variables:
{regulamin.%player%} = false
every 5 seconds:
if {regulamin.%player%} is false:
set player god mode to true
execute console command "effect give %player% minecraft:slowness 10000 100"
send "&6&lPrzeczytaj regulamin na stronie: KapucynkaMC.pl/regulamin , a nastepnie wpisz /akceptujeregulamin"
stop
command /akceptujeregulamin [<text>]:
trigger:
send title "&2&lKapucynka&f&lMC.PL" with subtitle "&c&lAkceptowałeś regulamin"
set {regulamin.%player%} to true
stop
Tutaj screen z błędem