mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 03:34:42 +02:00
Sponge stuff + done flag
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user