mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 21:19:00 +01:00
Reload ban files when reloading the server. Adds BUKKIT-3470
This commit is contained in:
parent
641ecc4f34
commit
488e45b4ff
@ -544,6 +544,9 @@ public final class CraftServer implements Server {
|
|||||||
chunkGCPeriod = configuration.getInt("chunk-gc.period-in-ticks");
|
chunkGCPeriod = configuration.getInt("chunk-gc.period-in-ticks");
|
||||||
chunkGCLoadThresh = configuration.getInt("chunk-gc.load-threshold");
|
chunkGCLoadThresh = configuration.getInt("chunk-gc.load-threshold");
|
||||||
|
|
||||||
|
playerList.getIPBans().load();
|
||||||
|
playerList.getNameBans().load();
|
||||||
|
|
||||||
for (WorldServer world : console.worlds) {
|
for (WorldServer world : console.worlds) {
|
||||||
world.difficulty = difficulty;
|
world.difficulty = difficulty;
|
||||||
world.setSpawnFlags(monsters, animals);
|
world.setSpawnFlags(monsters, animals);
|
||||||
|
Loading…
Reference in New Issue
Block a user