Trzeba było dodać Loop-player, bo zmienna %player% nie działa z every 5 seconds: , bo osoba w tym wydarzeniu jest nie wiadoma, dlatego trzeba określić do kogo to ma się wykonywać.
Proszę:
variables:
{regulamin.%player%} = false
every 5 seconds:
loop all players:
if {regulamin.%loop-player%} is false:
execute console command "god %loop-player%"
execute console command "effect give %loop-player% minecraft:slowness 10000 100"
send "&6&lPrzeczytaj regulamin na stronie: KapucynkaMC.pl/regulamin , a nastepnie wpisz /akceptujeregulamin" to loop-player
stop
command /akceptujeregulamin [<text>]:
trigger:
send title "&2&lKapucynka&f&lMC.PL" with subtitle "&c&lAkceptowałeś regulamin"
set {regulamin.%player%} to true
stop