
BattleProtections is a lightweight protection module that uses WorldGuard. Players can select the regions they would like to protect, as if they are using worldguard, but the size and number of protected areas they can create are limited by the permissions you give them. All regions inherit properties from a single Parent Region, making it easy to customize what Flags you want all regions to have.
Features
- Control the size of any player protected region
- Control the number of player protected regions
- Control the totalArea of the player protected regions
- Everything inherits from a single parent. "PlayerDefault"
- size,number, and totalArea can be customized per permission group or player
- Players can share their region with other players
Commands
- /protect add <region>
- /protect delete <region>
- /protect share <region> <player>
- /protect unshare <region> <player>
- /protect list
Requirements
- WorldEdit/WorldGuard
- Vault and some Permissions plugin that allows Integer options.
Permissions
- nRegions: <int> <- how many regions the player can have
- allowedPerRegionArea: <int> <- how much area per region they can protect
- allowedTotalArea: <int> <- how much total area can be protected
- prot.share : allow player to share region
- prot.unshare : allow player to unshare region
- prot.add : player can add regions
- prot.delete : player can delete regions
Adding Integer Permissions
See this Permissions. If you know the commands for other perm systems let me know and i'll update the list!