From cccd0153dc7ff81fdbeb073bebce0757f8142f6d Mon Sep 17 00:00:00 2001 From: yoyosource Date: Fri, 2 Apr 2021 16:25:24 +0200 Subject: [PATCH] Add CommandSpawn --- BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java | 1 + 1 file changed, 1 insertion(+) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java b/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java index e70ad9e..72c8421 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java @@ -92,6 +92,7 @@ public class BauSystem extends JavaPlugin implements Listener { new CommandSimulator(); new CommandRedstoneTester(); new CommandGUI(); + new CommandSpawn(); Bukkit.getPluginManager().registerEvents(this, this); Bukkit.getPluginManager().registerEvents(new RegionListener(), this);