Configure regions

On this page I will show you, how to define a WorldGuard region as catchable. And how you could set the options of a region.

General

All options would set, saved and managed by WorldGuard (more specifically by WorldGuard Custom Flags). So you only need to set WorldGuard flags with the /region flag {regionname} {flagname} {value} (you also could use /rg instead of /region).

To clear a flag and use the default value use the same command, without a value for the flag: /rg flag {regionname} {flagname}

Flags

flagdescriptionpossible valuesdefault value
catchabledefine a region to catchableallow / denydeny
shownamethe name of the region to show in messagesStringthe region ID
catching-timethe time in seconds to conquer the regionpositive integer900 = 15 minutes
catch-periodthe period in seconds to earn money for holding the regionpositive integer3600 = 1 hour
catch-durationthe count of the peroids, when the region should be neutralize
set to 0 to deactived the neutralization of this region
non-negative integer0
catch-moneyamount of money (in the mayor unit) to earn for holding the regionfloating point number50.0
catchgroupslist of factions, which are allowed to conquer the region
Format: faction1;faction2
if the list is empty, any faction could conquer the region
list of faction namesnone
catch-ffaset to allow to let a player conquer the region instead of a factionallow / denydeny
necessary-regionslist of regions, which are must be also conquered, to conquer this region
Format: world1:regionID1;world2:regionID2
list of world names and region idsnone

Examples

  • Set the region "ConquerCity" to catchable:
    /rg flag ConquerCity catchable allow
  • Set amount of money for "FrozenForest" to 157.6:
    /rg flag FrozenForest catch-money 157.6
  • Set the region "FrozenForest" in the world "defaultWorld" and the region "LavaFields" in the world "netherWorld" as necessary regions of "ConquerCity" in the world, where the command sender is:
    /rg flag ConquerCity necessary-regions defaultWorld:FrozenForest;netherWorld:LavaFields

Comments

Posts Quoted:
Reply
Clear All Quotes