mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
server.reload() now reloads plugins
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user