This update is only for 1.13+ and WorldGuard 7! Look below for updated plugin for 1.9-1.12
- Now you can edit region group values in GUI (use shift + left click). Possible values are: ALL, NONE, OWNERS, MEMBERS, NON_MEMBERS, NON_OWNERS.
- Now you can set commands allowed when doing chat-related actions. For example, you can use //pos1, //pos2. You can configure it in config.yml.
lang.yml & config.yml need to be updated! Re-generate these files or add lines showed below:
lang.yml
Code (YAML):
GUI:
ValueNames:
ALLOW
:
"ALLOW"
DENY
:
"DENY"
DEFAULT
:
"&fDEFAULT"
NONE
:
"NONE"
ALL
:
"ALL"
MEMBERS
:
"MEMBERS"
OWNERS
:
"OWNERS"
NON_MEMBERS
:
"NON_MEMBERS"
NON_OWNERS
:
"NON_OWNERS"
true
:
"TRUE"
false
:
"FALSE"
config.yml
Add wherever you want:
Code (YAML):
AllowedEditCommands
:
-
"//pos1"
-
"//pos2"
-
"/gamemode 1"
-
"/gamemode 3"