Plugin will automatically check for updates, and if there is one available it will tell you in the console on start up. Also you can now set the maximum amount of regions a player can claim in config.yml. (If you don't want a limit just put a large number such as 99999.
Add these two options to your config.yml or else the plugin will error, or just delete your current WorldGuardRegionClaim folder and let the plugin load a new one:
Code (YAML):
update-check
: true
max-regions
: 5
Your config.yml should have each of these values in order to work. (doesn't matter the order they are in)
Code (Text):
# Set to false if you do not want the plugin checking for updates.
update-check: true
# If flat-rate is false, it will charge the player cost*volume.
# If flat-rate is true, it will charge the player the same cost no matter what the volume is.
# Example:
# If flat-rate is false, and cost is 0.50, and the volume of the player's selection is 10000 blocks, then
# the region will cost 5000 to claim.
flat-rate: false
cost: 0.50
# A player will not be allowed to claim more blocks then max-volume, at one time.
max-volume: 100000
max-regions: 5