1. Wulf

    Wulf Community Admin

    Why would you need to? You can use the TimedExecute plugin to run the command.
     
  2. Ok thanks.

    I'm populating the whitelist.json from a custom written application which will only allow subscribers from a particular partnered twitch.tv channel to be able to play
     
  3. Code:
    9:42 PM [Error] Failed to load plugin whitelist (Exception: Plugin is missing title)
    9:42 PM [Debug]   at Oxide.Ext.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0
      at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
    In the correct folder, latest oxide version.
     
  4. Wulf

    Wulf Community Admin

    Did you edit the plugin at all?
     
  5. Nope.

    Edit: Uninstalled plugin then reinstalled and seems to work fine now, got config now.
     
    Last edited by a moderator: May 20, 2015
  6. I recently installed this and it appeared to work. However, after today's patch, I noticed that other people (not white listed) are now able to join the server. Is there some action I need to take after every patch? The server itself has been updated.
     
  7. Wulf

    Wulf Community Admin

    Are you sure Oxide is installed?
     
  8. Yes I am. Its been installed through FPSplayers.com. The config file "whitelist.json" shows the correct Steam IDs allowed. So, since nothing changed today's patch, and since I know by testing that the plugin worked before, it would lead me to believe something changed allowing others on.
     
  9. Wulf

    Wulf Community Admin

    Do the commands work in the chat? If not, it's not loaded.
     
  10. Wulf

    Wulf Community Admin

    Wulf updated Whitelist with a new update entry:

    Major cleanup and overhaul

     
  11. I type commands in the rcon text box of Rusty but nothing happens. Just reloaded this plugin. Ex: oxide.grant user <name> whitelist
     
  12. Wulf

    Wulf Community Admin

    Please show me a screenshot of what you see and are entering.
     
  13. Wulf

    Wulf Community Admin

  14. I believe I have Oxide permissions set correctly, but I'm having a hard time knowing for sure.
    [DOUBLEPOST=1434071368][/DOUBLEPOST]Does this look right?
     
  15. Wulf

    Wulf Community Admin

    If you get no reply with commands, its likely you do not have the plugin loaded. The commands you are using are right, other than the slash in front of the whitelist command; slashes are for chat commands only.

    8f290fa8d4f1689ec08cd98383ee064c.png
     
  16. What does it mean then to have the plugin "loaded"? Don't I just download the file .lua file and upload it to the oxide\plugins folder, then restart the server? I've done that, so I'm not sure what more I can do.

    Are these commands executable through Rusty or in game, or both?
     
  17. Wulf

    Wulf Community Admin

    Generally it's automatically loaded, but your config folder doesn't show the config for it. The oxide.grant command should give you feedback as well, regardless if the plugin is installed or not. Another indication that the plugin isn't loaded is that the permission wasn't granted and isn't shown in oxide.users.json file.
     
    Last edited: Jun 12, 2015
  18. If for some reason Oxide wasn't recognizing my permissions, would there be no response? Is there a way to test in game if I have recognized permissions or not?
     
  19. Wulf

    Wulf Community Admin

    Right now there's a bug where it always says it's a success, though I'm not sure why you don't see any on your RCON. It'd try it again, but first make sure the plugin is loaded using "oxide.load Whitelist".
     
  20. Thanks for helping, Wulf. Nothing I type in Rcon returns a response. In another thread you mentioned permissions ( http://oxidemod.org/threads/using-oxides-permission-system.8296/ ) I noticed that things appear correctly when I look at oxide.users.json, but I have no response via Rcon in Rusty.

    Is there a way to narrow down how to tell if I'm recognized as owner within the game or in Rusty? If I'm in game, what general commands should I be able to execute if I'm the recognized owner?

    If nothing happens, is the server faulty or is there something I can still do to correct it?