This guide will help you setup as admin on your Reign of Kings Server,

 

Please follow the steps below.

1. Log into your gtx game panel and open configuration files.

2. Open you Permissions.cfg

3. You should see the following code,

guest { # Unregistered users will use these permissions.
nameFormat = '%name%'
chatFormat = '%name% : %message%'
guildFormat = '[00CC00][%guild%] %chatFormat%[-]'
permissions {
- 'rok.fairplay'
}
}
groups {
default {
default = 'True'
inherits = 'guest'
}
admin {
permissions {
- '*'
}
}
}
users {
USERNAMEHERE {
groups {
- 'admin'
}
}
}

4. To add yourself as an admin just replace "USERNAMEHERE" with your in game name then save the file


5. Please reboot your server to take effect.

Make sure you enable the Client Commands in your server.cfg or admin commands in game will not work

Was this answer helpful? 0 Users Found This Useful (1 Votes)