-
Notifications
You must be signed in to change notification settings - Fork 1
Config
netcrafter edited this page Nov 18, 2015
·
1 revision
There is only one configuration file for WGPG which is located in /plugins/WorldGuardPolygonGenerator/config.yml.
All the configuration options are documented in the file. The default configuration below.
# Language file to use for strings. Currently only english available.
# Default: en
lang: en
# If set to true existing Worldguard region will be overridden if one with the same name already exists.
# You can also use the permissions node 'wgpg.generate.override' to allow specific players to override existing region.
# Default: false
override-existing-region: false
# If set to true the player who executed the command will be added to the region as the owner of the region.
# Default: false
add-as-owner: false
# If set to true the player who executed the command will be added to the region as a member.
# Default: false
add-as-member: false