mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Follow up to 4ff50525ed
Skipping deprecation here, this exists for so long and and has been superseded by permissions now.
This commit is contained in:
parent
4ff50525ed
commit
cfd3c159f9
@ -466,7 +466,6 @@ public abstract class PlotArea {
|
|||||||
options.put("event.spawn.custom", this.isSpawnCustom());
|
options.put("event.spawn.custom", this.isSpawnCustom());
|
||||||
options.put("event.spawn.breeding", this.isSpawnBreeding());
|
options.put("event.spawn.breeding", this.isSpawnBreeding());
|
||||||
options.put("world.border", this.hasWorldBorder());
|
options.put("world.border", this.hasWorldBorder());
|
||||||
options.put("limits.max-members", this.getMaxPlotMembers());
|
|
||||||
options.put("home.default", "side");
|
options.put("home.default", "side");
|
||||||
String position = config.getString("home.nonmembers",
|
String position = config.getString("home.nonmembers",
|
||||||
config.getBoolean("home.allow-nonmembers", false) ?
|
config.getBoolean("home.allow-nonmembers", false) ?
|
||||||
@ -1232,10 +1231,6 @@ public abstract class PlotArea {
|
|||||||
return this.generator;
|
return this.generator;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getMaxPlotMembers() {
|
|
||||||
return this.maxPlotMembers;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAutoMerge() {
|
public boolean isAutoMerge() {
|
||||||
return this.autoMerge;
|
return this.autoMerge;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user