WorldGuard

WorldGuard

8M Downloads

Limit the Volume of a region a player can claim.

NobodyOfNaught opened this issue ยท 7 comments

commented

As I mentioned in the World guard thread this would be more complicated then I thought at first, because there can be multiple owners in a region perhaps adding a creator or primary owner section.

commented

Maybe it can give a quota per some time period, although I don't really like that solution.

commented

What if WorldGuard kept track of how many cubes were claimed by each player? If a saved file maintained each claimed region by player then the cube count could be added up and checked when claim command is executed. Then when a claimed region is removed the cube count would automatically be reduced.
Or else, it might be possible to put a claimant field (aside from owner, since there can be more than one of those) in the region save file... which would be the better solution I think since the data system is already in place.

commented

What about allowing only one owner and adding everyone else as member?

commented

Would it be possible to integrate that with an economy, so that the claimed region would be limited by the player's currency?

commented

I suppose, but not all servers have economy.

commented

Would it be possible to have your plugin check if there is one and use that, or would you have to support specific economy plugins?