diff --git a/src/main/java/de/littleprogrammer/guiapi/GuiApi.java b/src/main/java/de/littleprogrammer/guiapi/GuiApi.java index 4455e41..dd99d27 100644 --- a/src/main/java/de/littleprogrammer/guiapi/GuiApi.java +++ b/src/main/java/de/littleprogrammer/guiapi/GuiApi.java @@ -65,8 +65,8 @@ public void init() { //register the two listeners needed getPlugin().getServer().getPluginManager().registerEvents(this.listener, this.plugin); getPlugin().getServer().getPluginManager().registerEvents(this.moveListener, this.plugin); - - this.getPlugin().getCommand("spawnGui").setExecutor(new SpawnCommand()); + + //this.getPlugin().getCommand("spawnGui").setExecutor(new SpawnCommand()); } public JavaPlugin getPlugin() {return this.plugin;} diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 63eedf4..0295ce4 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -5,4 +5,4 @@ api-version: '1.19' authors: [LittleProgrammer] description: An API to make 3D Gui's in minecraft commands: - spawnGui: \ No newline at end of file + #spawnGui: \ No newline at end of file