Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-17 13:30:06 +01:00
Adds a method that returns the File representation of the update folder. Thanks raphfrk
Dieser Commit ist enthalten in:
Ursprung
3c7a843944
Commit
cb49379b24
@ -319,6 +319,10 @@ public final class CraftServer implements Server {
|
|||||||
return this.configuration.getString("settings.update-folder", "update");
|
return this.configuration.getString("settings.update-folder", "update");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public File getUpdateFolderFile() {
|
||||||
|
return new File((File) console.options.valueOf("plugins"), this.configuration.getString("settings.update-folder", "update"));
|
||||||
|
}
|
||||||
|
|
||||||
public int getPingPacketLimit() {
|
public int getPingPacketLimit() {
|
||||||
return this.configuration.getInt("settings.ping-packet-limit", 100);
|
return this.configuration.getInt("settings.ping-packet-limit", 100);
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren