Remove unused bukkit.yml options and update links / info.

This commit is contained in:
md_5
2015-05-31 12:11:56 +10:00
parent 6fe71f4c7f
commit d33f0dd3ba
2 changed files with 4 additions and 11 deletions

View File

@@ -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");