mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:34:44 +01:00
Remove unused bukkit.yml options and update links / info.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
d51622e774
commit
a0a199a242
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"));
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue