Server console commands and permissions #327
Labels
Comments
|
This is implemented already for the client, however the main issue is that the Dedicated Server still has no way to assign console commands or assign a preset (Only assign permissions themselves). if you use the client or manually edit the file you may assign console commands to clients, then copy that over to a dedicated server, its not ideal but its a way about it for now. |
|
in 0.8.0.5 you can edit Data/clientpermissions.xml like so: <?xml version="1.0" encoding="utf-8"?>
<ClientPermissions>
<Client
name="Cyprex"
ip="10.11.12.13"
permissions="EndRound, Kick, Ban, SelectSub, SelectMode, ManageCampaign, ConsoleCommands"
>
<Command name="mission"/>
<Command name="clientlist"/>
<Command name="fixhulls" />
</Client>
</ClientPermissions>Future versions will have the giverank command to assign preset ranks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that there is a system of permissions made for "debug" console commands, but apparently it is only available from the server GUI. Obviously, when hosting using a dedicated server there is no GUI, so those permissions end up completely useless.
The text was updated successfully, but these errors were encountered: