Support for the CAPI plugin.

This commit is contained in:
Olof Larsson
2011-10-14 15:03:23 +02:00
parent 3967579884
commit 00f6f4ab05
7 changed files with 141 additions and 10 deletions

View File

@@ -15,13 +15,6 @@ public class Conf
public static ChatColor colorAlly = ChatColor.LIGHT_PURPLE;
public static ChatColor colorNeutral = ChatColor.WHITE;
public static ChatColor colorEnemy = ChatColor.RED;
/*
public static ChatColor colorSystem = ChatColor.YELLOW;
public static ChatColor colorChrome = ChatColor.GOLD;
public static ChatColor colorCommand = ChatColor.AQUA;
public static ChatColor colorParameter = ChatColor.DARK_AQUA;
*/
// Power
public static double powerPlayerMax = 10.0;