SimpleClans

SimpleClans

467k Downloads

Clan

Endergirl2900 opened this issue ยท 1 comments

commented

Is it possible to maximize the numbers of clans? as for ex. max 3 clans per world??

commented

It's not possible,
But you could create a plugin to do such thing:
Listen to this event: https://github.com/marcelo-mason/SimpleClans/blob/master/src/main/java/net/sacredlabyrinth/phaed/simpleclans/events/CreateClanEvent.java
Get player's world. Check in config if max clans is reached in this world.
If not, save the new number of clans.
If so, disband the clan.
Just an idea.

@marcelo-mason
I think you can close it.