#Why is this not workingn
1 messages · Page 1 of 1 (latest)
why dont you test it yourself
I would recommend using regions for this and checking if player is in the region
How
create a region with worldedit/worldguard like normal
then listen to this https://skripthub.net/docs/?id=1099
I tested it in Minecraft and it said it skript reloaded successfully, but it isn’t working
Can’t I do it in skript?
Like this used to work, on another server
But idk why it isn’t working
this is with skript
is the world called 'parkour'
or is it world_parkour or something
current way is harder to make, read, and worse for performance
with the region method: define a region with a name, then with skript listen to whenever player enters the region and run win code
much better than looping all players every few ticks
not sure exactly why its not working tho
Alr how do I make a region in world edit
ah maybe because you have 193 and 189
maybe swap those
you need worldguard plugin as well
Alr wait I’ll try
you select an area with worldedit and then /rg define "name"
Alr wait I’ll install worldgaurd rq
Sorry for the late response, now what do I do?
after defining a region, you can listen to when a player enters it with skript with this event https://skripthub.net/docs/?id=1099
In line 6, you put if player instead of if loop-player