diff --git a/src/ExamplePlugin/MainClass.php b/src/ExamplePlugin/MainClass.php index c7c03a61..1f347270 100644 --- a/src/ExamplePlugin/MainClass.php +++ b/src/ExamplePlugin/MainClass.php @@ -21,7 +21,7 @@ public function onEnable(){ $this->getServer()->getPluginManager()->registerEvents($this, $this); $this->getServer()->getScheduler()->scheduleRepeatingTask(new BroadcastPluginTask($this), 120); $this->getLogger()->info(TextFormat::DARK_GREEN . "I've been enabled!"); - } + } public function onDisable(){ $this->getLogger()->info(TextFormat::DARK_RED . "I've been disabled!");