1. Here it is:)
     

    Attached Files:

  2. Wulf

    Wulf Community Admin

    It loads a config every time it is loaded, and if it can't read that, then it will error like it is.
     
  3. sorry found it its in the above post
     
  4. Wulf

    Wulf Community Admin

    The config looks fine. Try deleting it and reloading the plugin.
     
  5. I deleted the config but i got the same error when i reloaded the plugin and it didnt generate a config.
     
  6. Wulf

    Wulf Community Admin

    Did you manually edit the plugin itself? I can't reproduce the issue, so I'm not sure what it would be.
     
  7. no, i even deleted the plugin and installed again and i get the same error
     
  8. Wulf

    Wulf Community Admin

    How about your oxide/data/AutoDoors.json file?
     
  9. i deleted the config and the data file and the plugin, then reloaded it still same error but heres the data file
     

    Attached Files:

  10. Wulf

    Wulf Community Admin

    Did you delete the data file while the server was running? That won't work if so. Also, the file you uploaded is the config, not the datafile. If you added the config to oxide/data, then that's the cause of your error.
     
  11. that was already there the only thing i did was delete the plugin and add it again as far as changing anything, but i stopped the server and added the plugin i'll let you know if it works.
     
  12. Wulf

    Wulf Community Admin

    Well, the plugin didn't place it there, so I'm not sure how it got there. The config is generated under oxide/config only.
     
  13. I fixed it somehow thanks for helping
     
  14. Auto door works for admin/owner only and not for players??
    Does this plugin need some permissions?
     
  15. Wulf

    Wulf Community Admin

    You need to change the DefaultDelay in the config, else users need to set their own preference using the command as shown on the Overview.
     
  16. Code:
    {
      "ChatCommand": "ad",
      "CommandUsage": "Usage:\n /ad to disable automatic doors\n /ad # (a number between 5 and 30)",
      "DefaultDelay": 5,
      "DelayDisabled": "Automatic door closing is now disabled",
      "DelaySetTo": "Automatic door closing delay set to {time}s",
      "MaximumDelay": 30,
      "MinimumDelay": 5
    }
     
  17. Wulf

    Wulf Community Admin

    Did you reload the plugin after making the change?
     
  18. Wulf,

    yes I did :(

    EDIT: it works only if player use /ad 5 (example)
     
  19. Wulf

    Wulf Community Admin

    It sounds like your default is still set at 0 somehow. The /ad 5 just overrides the default to whatever the user prefers.
     
  20. i cant see to get this to work anymore wulf i loaded plugin fresh deleted all config files did /ad 5 and they never auto close anymore