Difference between revisions of "Setup Custom Admin Permission File"

From Citadel Servers Wiki
Jump to navigation Jump to search
(Created page with "<div style="text-align: center;"><br />To create a custom admin file for Empyrion:<br /><br /></div> <div style="text-align: center;">Navigate to your Empyrion game installati...")
 
 
Line 12: Line 12:
 
<div style="text-align: center;"><br /><br /></div>
 
<div style="text-align: center;"><br /><br /></div>
  
[[Category:Empyrion]] [[Category:Empyrion Server Help Articles]]
+
[[Category:Empyrion]][[Category:Empyrion Server Help Articles]]

Latest revision as of 16:52, 19 July 2019


To create a custom admin file for Empyrion:

Navigate to your Empyrion game installation folder

Open up the "Saves" folder

Create a new file named "adminconfig.yaml"

Enter this information into the file:


---

# 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: 00000000000000000
Permission: 9
- Id: 00000000000000000
Permission: 6
- Id: 00000000000000000
Permission: 3



Adminfile.png