Signed-off-by: Lixfel <git-5w3l@lixfel.de>
Dieser Commit ist enthalten in:
Ursprung
c803fe2796
Commit
581f3be791
@ -142,7 +142,7 @@ public class Persistent {
|
|||||||
private PluginContainer prepareLoad() throws Exception {
|
private PluginContainer prepareLoad() throws Exception {
|
||||||
Path plugins = directory.getParent();
|
Path plugins = directory.getParent();
|
||||||
JavaPluginLoader loader = new JavaPluginLoader(proxy, plugins);
|
JavaPluginLoader loader = new JavaPluginLoader(proxy, plugins);
|
||||||
PluginDescription description = loader.createPluginFromCandidate(loader.loadCandidate(plugins.resolve("velocitycore.jar")));
|
PluginDescription description = loader.createPluginFromCandidate(loader.loadCandidate(plugins.resolve("VelocityCore.jar")));
|
||||||
PluginContainer container = new VelocityPluginContainer(description);
|
PluginContainer container = new VelocityPluginContainer(description);
|
||||||
|
|
||||||
AbstractModule commonModule = new AbstractModule() {
|
AbstractModule commonModule = new AbstractModule() {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren