Update permission range declaration

This commit is contained in:
N0tMyFaultOG 2020-12-28 15:38:42 +01:00
parent 0fcca4c141
commit 4200bbfd0a
No known key found for this signature in database
GPG Key ID: 823348042DA95A81

View File

@ -475,8 +475,8 @@ public class Settings extends Config {
public static final class Limit { public static final class Limit {
@Comment("Should the limit be global (over multiple worlds)") public static boolean GLOBAL = @Comment("Should the limit be global (over multiple worlds)") public static boolean GLOBAL =
false; false;
@Comment({"The max. range of permissions to check e.g. plots.plot.127", @Comment({"The max range of permissions to check for, e.g. plots.plot.127",
"The value covers the range to check only, you need to assign the permission to players/groups still", "The value covers the permission range to check, you need to assign the permission to players/groups still",
"Modifying the value does NOT change the amount of plots players can claim"}) "Modifying the value does NOT change the amount of plots players can claim"})
public static int MAX_PLOTS = 127; public static int MAX_PLOTS = 127;
} }
@ -609,7 +609,7 @@ public class Settings extends Config {
true; true;
@Comment("Allow WorldEdit to be restricted to plots") public static boolean @Comment("Allow WorldEdit to be restricted to plots") public static boolean
WORLDEDIT_RESTRICTIONS = true; WORLDEDIT_RESTRICTIONS = true;
@Comment("Allow economy to be used to sell, claim or buy plots.") public static boolean ECONOMY = true; @Comment("Allow economy to be used to sell, claim or buy plots.") public static boolean ECONOMY = false;
@Comment("Expiry will clear old or simplistic plots") public static boolean PLOT_EXPIRY = @Comment("Expiry will clear old or simplistic plots") public static boolean PLOT_EXPIRY =
false; false;
@Comment("Processes chunks (trimming, or entity/tile limits) ") public static boolean @Comment("Processes chunks (trimming, or entity/tile limits) ") public static boolean