1. Thanks. I'm inconsiderate.
     
  2. Great plugin. Works pretty well. One weird issue was it seemed to have stopped working for a bit and I'm unsure why.

    I downloaded it and was using it fine for awhile. Every time I updated the server, I would update oxide. Last time I did that was Jan 2nd. Saw there was a server update so went to my server and suddenly noticed there were 5 sleepers. This should have been impossible. I setup my server to so far only allow 3 people on it and only 1 of them actually logs on but he hasn't since December.

    With the last update of this plugin being Nov. 27th, I'm sure I have the latest version since I downloaded it Dec. 23rd and updater shows I'm using 0.2.2.

    Sadly, I didn't setup the server logs very well so I can't see for sure when they connected but I will if it happens again. After installing the newest updates today (Server and Oxide), I saw someone trying to connect and being rejected like it should have. Just not sure how this could have happened. Any idea what could have went wrong?

    I'll see if some of the new plugins help me identify who connected when I get home and can run the game (running it remotely disconnects me due to cheats and I can't run oxide plugin commands through the console (or if you can, I don't know how).

    EDIT: Just in case, here is my whitelist config file.

    Code:
    {
      "Settings": {
        "ChatCommand": "whitelist",
        "HelpChatName": "HELP",
        "AuthLevel": 2,
        "Whitelist": [
          "76561197967000200",
          "76561198031693378",
          "76561198032114746"
        ],
        "ChatName": "WHITELIST",
        "ConsoleCommand": "server.whitelist"
      },
      "Messages": {
        "InvalidTarget": "Invalid player or SteamID! Please try again",
        "PlayerRemoved": "{player} has been removed from the whitelist!",
        "PlayerAdded": "{player} has been added to the whitelist!",
        "NotWhitelisted": "{player} is not whitelisted!",
        "ChatHelpText": "Use /whitelist add|remove player|steamid",
        "UnknownAction": "Unknown command action! Use add or remove",
        "NoPermission": "You do not have permission to use this command!",
        "Rejected": "Sorry, you are not whitelisted!",
        "AlreadyAdded": "{player} is already whitelisted!"
      }
    }
     
  3. Wulf

    Wulf Community Admin

    The only reasons I can see that would explain why it wouldn't be working, is if the plugin wasn't loaded at the time or if Oxide 2 wasn't installed. I've tested it extensively and can't get past it.
     
  4. Weird. Guess I'll just have to keep an eye on it then. It was working before and oxide was working last time I was on (was able to teleport with that plugin) but maybe the whitelist didn't work for a bit. Will keep an eye on to see if it happens again.
     
  5. Wulf

    Wulf Community Admin

  6. Wulf

    Wulf Community Admin

  7. Can you make something like whitelist.txt to add people by name?
    or just with this steamid but just write it to whitelist?
     
  8. Wulf

    Wulf Community Admin

    It is based on SteamID, and can be set in the whitelist.json config file or by command. Basing it off of a name wouldn't be good, as anyone could change their name to that and get in.
     
  9. Hello, please forgive my noobness! lol

    first time setting up a server. ive added .lua to oxide plugin folderr, restarted server, not getting a config file and nothing in logs. am i compleatly missing something here?

    please help
    thanks
     
  10. Wulf

    Wulf Community Admin

    You'd see it in the logs if it loaded. Make sure you put it in the correct location.
     
  11. Thanks for replying so quickly. its in oxide/plugins folder
     
  12. Wulf

    Wulf Community Admin

    Please upload your latest log from oxide/logs.
     
  13. here u go
     

    Attached Files:

  14. Wulf

    Wulf Community Admin

    It doesn't appear to be loading so it's likely it's in the wrong plugins folder. Make sure you are placing the plugin file under server/identity/oxide/plugins, not the plugins folder that is in the server's main directory. Also make sure that Oxide is still installed. You can check this by using the version command in the server console, or deleting the logs and waiting for a new to be created. There should be a log with today's date.
     
  15. well its definately in the right place from what your saying
    ive reinstalled oxide (supplied by host)
    still no config :(

    ive deleted logs and will keep an eye out for a fresh one

    Thanks
     
  16. Wulf

    Wulf Community Admin

    You aren't getting a config because the plugin isn't loading. If you don't see any logs, Oxide isn't installed. You should see at the very least a loading message in the logs for every plugin when they are in Oxide's plugin directory.
     
  17. I just installed this plugin today, added all my players that I trust and it works. Thank you!
     
  18. Is it possible to edit and reload the whitelist whilst the server is running?
     
  19. Wulf

    Wulf Community Admin

    Yes, just edit the json configuration for it, then use the command oxide.reload whitelist.
     
  20. Is it possible to automate this command say every hour?