Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Jandakast

Members
  • Posts

    1
  • Joined

  • Last visited

  • Days Won

    1
  1. - Login to your server. - Type /whoami - Note the ID that appears in chat - Login to the FTP for your server instance - Navigate to the Configs folder of your server instance - Download and edit the Users.eco file - You need to update the Admins section to look similar to the code snip-it below. - You will be replacing the "12345678901234567" with the ID that appeared in chat when you ran the /whoami command. "Admins": { "$id": "4", "System.String": { "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", "$values": [ "12345678901234567" ] } }, - If you need or want to add multiple admins you need to ensure all but the last ID entry has a comma at the end of the line. "Admins": { "$id": "4", "System.String": { "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", "$values": [ "12345678901234567", "76543210987654321" ] } }, - Upload the file back to your server instance's configs folder and overwrite the existing file if asked. - You will need to update this config file every time you update the server.