WorldGuard Command Flags
"WorldGuard" extension to allow or block commands in specific regions.
current version: 0.1
How to use this?
this plugin adds two new region flags to worldguard: "cmds-block" and "cmds-allow"
it will deny the execution of all commands in the block list.
use the allow list to override blocking by any parents.
A whitelist function is not supported, yet.
so simply use the usual worldguard region command, like this:
/region flag <region> cmds-block heal
or:
/region flag <region> cmds-block /heal
to set the denied list to "/heal", or:
/region flag <region> cmds-block /heal, /food
or:
/region flag <region> cmds-block heal,food
to set the denied list to "/heal, /food", or:
/region flag <region> cmds-block
to set the block list to "null" (all commands allowed).
Any Permissions?
- None. any needed?
Default Config
messages: blocked: You are not allowed to execute this command in this region.
Dependencies
The plugin requires the latest WorldGuard Custom Flags.
Click here for some other plugins using WorldGuard Custom Flags.
Problems ?
If you have problems with this plugin read the F.A.Q.. If this did not help you, you can receive help here.

