over 8 years
ago -
EmpyrionGame
-
Direct link
To manually setup an admin permission file on your server, please go into "Saves" inside the installation folder of Empyrion: C:\Steam\SteamApps\common\Empyrion - Galactic Survival (if Steam is not installed to standard location, see: https://support.steampowered.com/kb_article.php?ref=7418-YUBN-8129)
Create "adminconfig.yaml" with the following content:
---
# Admin Configuration
# This file can contain two lists: one with elevated players with special permissions
# and one with banned players.
# 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/
# 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed.
# 'Until' is the time when the ban ends.
Elevated:
- Id: xxxxxxxxxxxxxxxxx
Permission: 9
- Id: xxxxxxxxxxxxxxxxx
Permission: 6
- Id: xxxxxxxxxxxxxxxxx
Permission: 3
Or download an example adminconfig.yaml here:
https://www.dropbox.com/s/fkrzz5bmh2o3p0j/adminconfig.yaml?dl=0
Create "adminconfig.yaml" with the following content:
---
# Admin Configuration
# This file can contain two lists: one with elevated players with special permissions
# and one with banned players.
# 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/
# 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed.
# 'Until' is the time when the ban ends.
Elevated:
- Id: xxxxxxxxxxxxxxxxx
Permission: 9
- Id: xxxxxxxxxxxxxxxxx
Permission: 6
- Id: xxxxxxxxxxxxxxxxx
Permission: 3
Or download an example adminconfig.yaml here:
https://www.dropbox.com/s/fkrzz5bmh2o3p0j/adminconfig.yaml?dl=0