Region Groups
Region Groups
All the described functions and usages are only planned! There meight be changes on them, so you can help to improve it, before its out with the ticket function of BukkitDev. New Features and ideas are welcome
What is it
A Region Group is, as the name says, a group of multiple WorldGuardRegions. It gives you some features, which make handling of regions easier.
For example you can sell or lease multiple regions in one go, set flags and much more.
They are needed for the Region Blackboard, where they are listed.
How do you create them
Creation is very simple. You have only to enter the command:
/rm rgroup create (name) [region1] [region2] [region...]
Thats it, now you have a region group!
The length of the name can't be longer than 15 letters, because more letters aren't allowed on signs.
Adding regions to a regiongroup
Adding is as simple as creating them. Only enter the command:
/rm rgroup add (name) (region1) [region2] [region...]
Removing regions from an regiongroup
Removing is also very simple with the short command:
/rm rgroup rem (name) (region1) [region2] [region...]
Its important that you enter a region, because if you don't to that, the group will be deleted.
Removing a regiongroup
It's the same command as removing regions, with fewer arguments:
/rm rgroup rem (name)
Listing all regions of a regiongroup
You have only to enter the command:
/rm rgroup list (name) [#]
to list all regions.
Listing all regiongroups
This command is similar to the regionlisting, only less arguments:
/rm rgroup list [#]
Comments