3
0
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:
md_5 2015-05-31 12:11:56 +10:00
Ursprung 6fe71f4c7f
Commit d33f0dd3ba
2 geänderte Dateien mit 4 neuen und 11 gelöschten Zeilen

Datei anzeigen

@ -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"));
}
public int getPingPacketLimit() {
return this.configuration.getInt("settings.ping-packet-limit", 100);
}
@Override
public long getConnectionThrottle() {
return this.configuration.getInt("settings.connection-throttle");

Datei anzeigen

@ -6,11 +6,10 @@
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
#
# IRC: #bukkit @ esper.net
# (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
# Forums: http://forums.bukkit.org/forums/bukkit-help.6/
# Twitter: http://twitter.com/CraftBukkit
# Bug tracker: http://leaky.bukkit.org/
# IRC: #spigot @ irc.spi.gt
# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/
# Bug tracker: http://www.spigotmc.org/go/bugs
settings:
@ -18,8 +17,6 @@ settings:
warn-on-overload: true
permissions-file: permissions.yml
update-folder: update
ping-packet-limit: 100
use-exact-login-location: false
plugin-profiling: false
connection-throttle: 4000
query-plugins: true