mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
server.reload() now reloads plugins
This commit is contained in:
parent
c2d9af58fe
commit
b6b5a1ef77
@ -175,5 +175,9 @@ public final class CraftServer implements Server {
|
||||
|
||||
console.e.k = monsters ? 1 : 0;
|
||||
console.e.a(monsters, animals);
|
||||
|
||||
pluginManager.clearPlugins();
|
||||
commandMap.clearCommands();
|
||||
loadPlugins();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user