So I was editing a plugin and got this Code: ParseError: "syntax error, unexpected ')'" (EXCEPTION) in "/AdvertisingCmd-master/src/da123rrell/AdvertisingJail/AdvertisingCMD" at line 56 so here is my code PHP: $this->getServer()->getPluginManager()->registerEvents($this, $this); @mkdir($this->getDataFolder()); $this->config = new Config ($this->getDataFolder() . "config.yml" , Config::YAML, array( "command" => )); ##Line 57 $this->saveResource("config.yml"); } can anyone help me whats wrong
$this->config = new Config ($this->getDataFolder() . "config.yml" , CONFIG::YAML); $this->config->set("Command", ["commands]); $this->config->save();