How to add different levels of admin

The following basic guide will show you how to add different levels of admin on your Reign of Kings server

Note: We suggest you stop your server prior to making these changes

Step 1:
Log into your game panel and click 'stop' on your service, we suggest you save your server in game first. (This is very important)

Step 2:
Select the 'Configuration Files' icon from the control panel



Step 3:
Edit the 'Perimissions.cfg' using the text editor

Step 4:
We are now going to setup another permission setting for 'mods' on your service
We will be using the commands found in: How to add Permissions

Step 5:
Your file will look something like the following:
Find the 'admin {' section and follow Step 6

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 {
uk streamline {
groups {
- 'admin'
}
}
}


Step 6:
Add the following below the 'admin {' setting after the 2nd '}' this will leave 1 '}' below.
Eg.

admin {
permissions {
- '*'
}
}
mods {
nameFormat = '%name%'
chatFormat = '[00FFDD](ADMIN) %name% : [FFFFFF]%message%'
guildFormat = '[00CC00][%guild%] %chatFormat%[-]'
permissions {
- 'rok.chat.me'
- 'rok.chat.guild'
- 'rok.health.suicide'
- 'rok.help.list'
- 'rok.admin.godmode'
}
}
}

Step 7:
Here is an example configuration file with a user setup as a mod with the permisison of 'godmode'



Note: If you need help with this, don't hesitate to contact our support team
  • 100 Users Found This Useful
Was this answer helpful?

Related Articles

Reign of Kings Admin Commands

The following is a list of admin commands in game, please follow our guide to set yourself as an...

How to add yourself as an admin

The following basic guide will show you how to add yourself as an admin on your Reign of Kings...

How to Wipe your World

The following basic guide will show you how to wipe your worldNote: We suggest you stop your...

How to add Permissions

The Following is an available list of permissions and how they can be used:Available Permissions:...

How to Fix Potion of Appearance Issues / Delete Characters

The following basic guide will show you how to fix permission errors caused by the Potion of...