PHP: $groups = $this->config->get("groups");$groups["Savage"] = "joined in the server!";$this->config->set("groups", $groups);
Work with getConfig(). Even after setting the message, only result if I give /reload. How do I upgrade without /reload ?
you add $this->config->save(); i also discourage editing config files while the server is running, just stop the server THEN edit config files
When I enter the game it appears "any msg", put /ku set <msg> and then the message is received and it is saved successfully, only if I leave the server and enter continues "any msg" only when I type "/reload" that the new set of messages appears, somehow without needing "/reload"