Allow Warzone and Safezone f map colors to be configurable
Disable /f fly on teleport
Expose default /f fly perms for each relation in the conf.json. This means that if the /f perm is undefined, it checks the relation setting in the conf.json.
Default f fly settings:
Code (Text):
public static boolean defaultFlyPermEnemy = false;
public static boolean defaultFlyPermNeutral = false;
public static boolean defaultFlyPermTruce = false;
public static boolean defaultFlyPermAlly = false;
public static boolean defaultFlyPermMember = true;