Option for building restriction on finished plots

This commit is contained in:
boy0001
2015-08-19 06:44:32 +10:00
parent be6705241c
commit be94aa53d3
6 changed files with 12 additions and 9 deletions

View File

@ -46,13 +46,14 @@ public class Settings {
*/
public static String WEB_URL = "http://empcraft.com/plots/";
public static String WEB_IP = "your.ip.here";
/**
* Ratings
*/
public static List<String> RATING_CATEGORIES = null;
public static boolean REQUIRE_DONE = false;
public static boolean DONE_COUNTS_TOWARDS_LIMIT = false;
public static boolean DONE_RESTRICTS_BUILDING = false;
/**
* PlotMe settings
*/