Game Master Permissions
In order to grant GM permissions to characters, create a GM.txt file inside the server's core directory (where the game_config.ini is located at) and insert the character IDs (one per line).
Make sure to restart your server afterwards!
Example content of GM.txt:
1
2
3
Will give GM permissions to the characters with ID 1, 2 and 3.
The easiest way to find out your character ID is to enter any chat command (e.g /heal) and check the server console which should print your character ID.
Alternatively, connect to the game database with a tool of your choice (e.g Navicat, DBeaver) and check the characters table.
Updated 13 days ago
Did this page help you?