The problem that I am having, is that when using.
on region enter | on region leave, it does not detect the regions and does not execute any conditional that I specify.
Code #1:
Code #2:
Code #3:
None of these code blocks is working.
Skript: 2.2-dev25
Addon: SkQuery 3
WorldGuard: 5.8
on region enter | on region leave, it does not detect the regions and does not execute any conditional that I specify.
Code #1:
code_language.skript:
on region enter | on region leave:
wait 5 ticks
if %region at player% contains "<NombreRegion>":
send "<Messge>" to player
stop
Code #2:
code_language.skript:
on region enter | on region leave:
wait 5 ticks
if %region at player% contains "<NombreRegion> in <World>":
send "<Messge>" to player
stop
Code #3:
code_language.skript:
on region enter | on region leave:
wait 5 ticks
if %region% is "<NombreRegion> in <World>":
send "<Messge>" to player
stop
None of these code blocks is working.
Skript: 2.2-dev25
Addon: SkQuery 3
WorldGuard: 5.8