This update is only for 1.13+ and WorldGuard 7! Look below for updated plugin for 1.9-1.12
- Changed how templates file looks. Now you're able to put default groupname, which will be used with flag value.
If you didn't modified templates file (used default one) just remove it and let it to be re-generated.
How to update templates file:
Code (YAML):
MyTemplate:
Flags:
invincible: allow
Code (YAML):
MyTemplate:
Flags:
invincible:
value: allow
Code (YAML):
MyTemplate:
Flags:
invincible:
value: allow
group: members
-
Added missing message to help item in region editing.
Code (YAML):
HelpItemLore: - '&3 Left Click - Change flag value'
- '&3 Right Click - Reset flag to default value'
- '&3 Shift + Left Click - Change regiongroup' <-- ADD THIS
- Fixed bug causing some flags to show values as "null" where shouldn't (in 1.3). - Fixed bug causing messages to not be read properly on first run (in all versions).