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


problem add admin


Meltuning

Recommended Posts

- 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.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...