So this is my skript:
on region enter:
wait 2 ticks
if "%region at player%" contains "theoffice":
execute console command "spawn %player%"
everything works except for "spawn %player%". I have EssentialsX and EssentialsSpawn as plugins, as well as Worldguard. There also are no errors.
If you need further information you can just ask
EDIT: SOLVED. FIGURED IT OUT.
on region enter:
wait 2 ticks
if "%region at player%" contains "theoffice":
execute console command "spawn %player%"
everything works except for "spawn %player%". I have EssentialsX and EssentialsSpawn as plugins, as well as Worldguard. There also are no errors.
If you need further information you can just ask
EDIT: SOLVED. FIGURED IT OUT.
Last edited: