Custom Community Board support.

This commit is contained in:
mobius
2015-01-04 13:34:52 +00:00
parent da39f39543
commit 4628368579
5 changed files with 48 additions and 3 deletions

View File

@@ -817,6 +817,7 @@ public final class Config
public static int SHOP_MIN_RANGE_FROM_NPC;
public static int SHOP_MIN_RANGE_FROM_PLAYER;
public static boolean FREE_JUMPS_FOR_ALL;
public static boolean CUSTOM_CB_ENABLED;
// --------------------------------------------------
// NPC Settings
@@ -2606,6 +2607,8 @@ public final class Config
FREE_JUMPS_FOR_ALL = CustomSettings.getBoolean("FreeJumpsForAll", false);
CUSTOM_CB_ENABLED = CustomSettings.getBoolean("CustomCommunityBoard", false);
// Load PvP L2Properties file (if exists)
final PropertiesParser PVPSettings = new PropertiesParser(PVP_CONFIG_FILE);