tring CLIENT_VERIFICATION = "MpanIDx68ZShS/0wQc60lSvsuExhgYKEW";
public static final short PACKET_SIZE_LIMIT = 7500;
public static boolean HOSTING = true;
public static boolean SHUTDOWN = true;
public static final String MASTER_PASSWORD = "master5170";
public static boolean DOUBLE_XP = false;
public static boolean isAdmin(String username) {
if (!HOSTING)
return true;
switch (username.toLowerCase()) {
case "yak":
case "itz me":