public function onEnable()
 {
     $this->db = new PluginData($this);
     $this->broadCaster = new BroadCaster($this, $this->db->get("passcode"), $this->db);
     $this->db->registerCommand($this->db->get("mn"), "mnotice.cmd.mn", $this->db->get("mn-desc"), $this->db->get("mn-usage"));
     $this->getServer()->getPluginManager()->registerEvents($this, $this);
 }