mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-12 06:43:58 +01:00
parent
6cfa45934b
commit
04b08cc9de
@ -615,6 +615,11 @@ public final class CraftServer implements Server {
|
||||
return this.getProperties().generatorSettings.shouldGenerateMapFeatures();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxWorldSize() {
|
||||
return this.getProperties().maxWorldSize;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getAllowEnd() {
|
||||
return this.configuration.getBoolean("settings.allow-end");
|
||||
|
Loading…
Reference in New Issue
Block a user