public function onLoad()
 {
     QRhelper::$log = $this->getLogger();
     $this->cmd = new QRcraftCommand($this);
     $this->log(TextFormat::GREEN . "QRcraft - Loaded");
 }