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


Creeper

Members
  • Posts

    1
  • Joined

  • Last visited

  1. Creeper

    Adding admins

    So i followed the steps given in another post on here. Opened the Users.eco file It only showed: { "MaxSlots": "10" } So i added the code i was told to look for under it like so: { "MaxSlots": "10" } "Admins": { "$id": "4", "System.String": { "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", "$values": [ "76561198020218658", "76561198093830148" ] } }, I added our steamID as you see. and then save and start the server back up. Each time i start it back up i have to recreate my character but then it says i still have no admin rights. When i take the above code and put it into a code checker i get back an error: Parse error on line 3: ... "MaxSlots": "10"}"Admins": { "$id": ---------------------^ Expecting 'EOF', '}', ',', ']', got 'STRING' I have the game on steam, so the steamID should work. Also tried using my game name which the wiki says can work as well. Still did not work. Second, where do i change the save interval for the whole server. I saw when i went to the storage folder i could change it there, but i assumed that was just for storage?