hello, im losing braincells from this but im trying to disable certain commands in a specific region, is there anyone that can help me out with this?
Using Multiverse for worlds and regions
just feel like ive tried everything that people have suggested online, nothing seems to work, just going round in circles at this point, tried alot more then showed here but just dont know what to do, if anyone can help out that'd be great thank you in advance
if command contains "/":
if player is in world "events":
send "command not allowed in events"
cancel event
#on command "/spawn" or "/back":
# if player's world is not "Overworld":
# cancel event
# send "You can only use this command in the survival world"
on world change:
if player is in world "events":
message "test for events check"```