Bukkit plugin for Minecraft that changes the rules for the Factions plugin a bit. If your faction has too few members, you can claim less territory than normal. This is to prevent small groups and solo players from littering the map with claimed terrain.
See the config.yml (auto-created in the plugins/FactionsClaimLimiter folder when starting the server)
- message: "my message" // The message to display if one of the rules is met
- rules:
-
- players_in_faction: 2 // Number of players you need in your faction for this rule to trigger
-
- max_claims: 4 // Max amount of claimed chunks you're allowed to have with the above number of players