Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Sure, thank you!
It's all right because i don't created the file itself. I did the command on telnet, and its automatically created the file for me.
That's the content:
File => Empyrion-Dedicated-Server\Saves\adminconfig.yaml
---
# Admin Configuration
# NOTE: Don't use TAB characters in yaml files, use spaces to indent!
# 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: 7XXX11XXXXXX8XXXX
Permission: 9
Have I use any command to log in as adm? What i did is connected to my server, open console with tab key and used the commands: im , gm , fbp ...
Maybe i'm not logged as adm..
What i can guarantee you that isn't working :P
Thank you!
Can't think of anything else at the moment as to what might be the cause. Have to keep thinking about it.
Are you running the correct server? I have multiple server folders and each one gives me admin as long as the correct server is running. Also, the config files are correctly placed.
This isn't right how you pasted it in here. Steam ID is public by the way. You have one too many spaces between the second 1 and the 8 and one too few spaces after the 8.
It should be
Elevated:
- Id: 76561197993816055
__Permission: 9
^(These are two spaces before Permission)
- Id: 76561198295862088
Name: EzRyder
Permission: 9
I noticed that in mine, too, but a friend I added has permissions without the name. So weird.
Ty!!!
It's the same yours. Steam topic that removed spaces :P I really don't understand why it isn't working :P
I'm going try this and post here the result, thank you!
The issue is that the YML file where the permissions are saved, from the dedicated Server,
is named "adminconfig.example"
You have to clear the ".example" from the Name so the file is connectable to the Script ;)
Well, yes. The file itself has this very line. It does tell you what you need to do.
# === PLEASE RENAME TO adminconfig.yaml TO BE EFFECTIVE ===