Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 13:00:06 +01:00
Remove unused bukkit.yml options and update links / info.
Dieser Commit ist enthalten in:
Ursprung
6fe71f4c7f
Commit
d33f0dd3ba
@ -553,10 +553,6 @@ public final class CraftServer implements Server {
|
|||||||
return new File((File) console.options.valueOf("plugins"), this.configuration.getString("settings.update-folder", "update"));
|
return new File((File) console.options.valueOf("plugins"), this.configuration.getString("settings.update-folder", "update"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getPingPacketLimit() {
|
|
||||||
return this.configuration.getInt("settings.ping-packet-limit", 100);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long getConnectionThrottle() {
|
public long getConnectionThrottle() {
|
||||||
return this.configuration.getInt("settings.connection-throttle");
|
return this.configuration.getInt("settings.connection-throttle");
|
||||||
|
@ -6,11 +6,10 @@
|
|||||||
# If you need help on this file, feel free to join us on irc or leave a message
|
# If you need help on this file, feel free to join us on irc or leave a message
|
||||||
# on the forums asking for advice.
|
# on the forums asking for advice.
|
||||||
#
|
#
|
||||||
# IRC: #bukkit @ esper.net
|
# IRC: #spigot @ irc.spi.gt
|
||||||
# (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
|
# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
|
||||||
# Forums: http://forums.bukkit.org/forums/bukkit-help.6/
|
# Forums: http://www.spigotmc.org/
|
||||||
# Twitter: http://twitter.com/CraftBukkit
|
# Bug tracker: http://www.spigotmc.org/go/bugs
|
||||||
# Bug tracker: http://leaky.bukkit.org/
|
|
||||||
|
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
@ -18,8 +17,6 @@ settings:
|
|||||||
warn-on-overload: true
|
warn-on-overload: true
|
||||||
permissions-file: permissions.yml
|
permissions-file: permissions.yml
|
||||||
update-folder: update
|
update-folder: update
|
||||||
ping-packet-limit: 100
|
|
||||||
use-exact-login-location: false
|
|
||||||
plugin-profiling: false
|
plugin-profiling: false
|
||||||
connection-throttle: 4000
|
connection-throttle: 4000
|
||||||
query-plugins: true
|
query-plugins: true
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren