mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Update permission range declaration
This commit is contained in:
parent
0fcca4c141
commit
4200bbfd0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user