Huge UUID Update.

This commit is contained in:
Sauilitired
2015-07-24 16:06:58 +02:00
parent 57c849cbaa
commit 2a52ad4702
23 changed files with 1013 additions and 241 deletions

View File

@ -282,6 +282,7 @@ public enum C {
/*
* Player not found
*/
INVALID_PLAYER_WAIT("$2Player not found: $1%s$2, fetching it. Try again soon.", "Errors"),
INVALID_PLAYER("$2Player not found: $1%s.", "Errors"),
// SETTINGS_PASTE_UPLOADED("$2settings.yml was uploaded to: $1%url%", "Paste"),
// LATEST_LOG_UPLOADED("$2latest.log was uploaded to: $1%url%", "Paste"),

View File

@ -30,6 +30,8 @@ import java.util.List;
* @author Empire92
*/
public class Settings {
public static boolean USE_SQLUUIDHANDLER = false;
public static boolean ENABLE_CLUSTERS = false;
public static boolean FAST_CLEAR = false;
/**