mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
server.reload() now reloads plugins
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
991af11e0b
commit
89b8395123
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue