geforkt von Mirrors/Paper
server.reload() now reloads plugins
Dieser Commit ist enthalten in:
Ursprung
c2d9af58fe
Commit
b6b5a1ef77
@ -175,5 +175,9 @@ public final class CraftServer implements Server {
|
|||||||
|
|
||||||
console.e.k = monsters ? 1 : 0;
|
console.e.k = monsters ? 1 : 0;
|
||||||
console.e.a(monsters, animals);
|
console.e.a(monsters, animals);
|
||||||
|
|
||||||
|
pluginManager.clearPlugins();
|
||||||
|
commandMap.clearCommands();
|
||||||
|
loadPlugins();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren