Sponge stuff + done flag

This commit is contained in:
boy0001
2015-08-14 08:52:31 +10:00
parent 393a85c1bc
commit ccbd2ab30f
19 changed files with 211 additions and 40 deletions

View File

@ -174,8 +174,10 @@ public enum C {
* Done
*/
DONE_ALREADY_DONE("$2This plot is already marked as done.","Done"),
DONE_NOT_DONE("$2This plot is not marked as done.","Done"),
DONE_INSUFFICIENT_COMPLEXITY("$2This plot is too simple. Please add more detail before using this command.","Done"),
DONE_SUCCESS("$1Successfully marked this plot as done.","Done"),
DONE_REMOVED("$1You may now continue building in this plot.","Done"),
/*
* Ratings
*/

View File

@ -52,6 +52,7 @@ public class Settings {
*/
public static List<String> RATING_CATEGORIES = null;
public static boolean REQUIRE_DONE = false;
public static boolean DONE_COUNTS_TOWARDS_LIMIT = false;
/**
* PlotMe settings
*/