Managed to get rid of some commands. This needs to be rethought even more though.
This commit is contained in:
@@ -16,10 +16,9 @@ public class Conf
|
||||
public static ChatColor colorNeutral = ChatColor.WHITE;
|
||||
public static ChatColor colorEnemy = ChatColor.RED;
|
||||
|
||||
// TODO: We need to change the relation color system.
|
||||
// I would like peaceful factions to have the relation color gold.
|
||||
// For this to be possible some refactoring needs to be done.
|
||||
public static ChatColor colorPeaceful = ChatColor.GOLD;
|
||||
public static ChatColor colorWar = ChatColor.DARK_RED;
|
||||
//public static ChatColor colorWilderness = ChatColor.DARK_GREEN;
|
||||
|
||||
// Power
|
||||
public static double powerPlayerMax = 10.0;
|
||||
|
||||
Reference in New Issue
Block a user