New setting factionMemberLimit (default 0, no limit), which will prevent players from joining any faction that has reached this membership limit.

This commit is contained in:
Brettflan
2012-02-24 06:30:28 -06:00
parent 2a667a294d
commit 817a43b5e0
2 changed files with 14 additions and 5 deletions

View File

@@ -51,6 +51,9 @@ public class Conf
public static boolean newFactionsDefaultOpen = false;
// when faction membership hits this limit, players will no longer be able to join using /f join; default is 0, no limit
public static int factionMemberLimit = 0;
// what faction ID to start new players in when they first join the server; default is 0, "no faction"
public static String newPlayerStartingFactionID = "0";