1
Blocking commands
We are making a new server and while working on things like special events and such we ran into a problem. We know how to use world guard to block commands inside of a specific region, but we are looking for a way to block a command from being used to get to a region.
For example we want people to be able to teleport out of a certain area, without being able to use the /back command to get back into the area. If we use the blocked-cmds command it only blocks /back within the specific region but if someone is in another region, say spawn or their home, they are able to use /back to get back to where they were.
None of us have a lot of experience with running a server and we would greatly appreciate any help given, even if someone can point us in the right direction.
SicknessEvo
Owner of Pixelmon Evolved
For example we want people to be able to teleport out of a certain area, without being able to use the /back command to get back into the area. If we use the blocked-cmds command it only blocks /back within the specific region but if someone is in another region, say spawn or their home, they are able to use /back to get back to where they were.
None of us have a lot of experience with running a server and we would greatly appreciate any help given, even if someone can point us in the right direction.
SicknessEvo
Owner of Pixelmon Evolved
2
Thanks for the response. We arent looking to totally deny entry to anyone, more along the lines of trying to stop re entry through use of commands such as /back. Do you know if there is a way to allow entry once per week or something similar to that?
The flag 'entry' is what you are looking for, it allows you to deny the entry of user groups to the region in question, they can still leave though, since that's denied through a separate flag 'exit'. Have a look at this for information on how to set up the specific groups http://wiki.sk89q.com/wiki/WorldGuard/R ... ing_Groups
