mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 11:24:11 +01:00
Remove unused bukkit.yml options and update links / info.
This commit is contained in:
parent
6fe71f4c7f
commit
d33f0dd3ba
2 changed files with 4 additions and 11 deletions
|
@ -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");
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue