RCON (and therefore Rusty) doesn't have any sort of permission level, you just login to it with the RCON password. Using RCON is essentially like using the server console directly. Most updated plugins now do not use the owner/moderator auth level anymore, instead the permissions as they offer fine control over what each user or group can do. If you want to see what commands owners/moderators can use, see the Player Administration command list for examples: http://oxidemod.org/threads/rust-experimental-and-oxide-server-commands.6404/.
Once again though, this plugin doesn't use the auth levels, so none of the above would help you resolve your issue here. If your oxide.users.json file doesn't show the permission you entered with the command, most likely the plugin or Oxide isn't loaded. If you aren't getting responses at all, it's likely you aren't running Oxide.
Whitelist [Unmaintained]
Discussion in 'Plugin Support' started by Wulf, Oct 16, 2014.
-
Wulf Community Admin
-
Oxide showed "installed" on the FPSplayers.com page, but it was broken due to today's patch. After reinstalling Oxide, the plugins appear to be working.
Thanks Wulf! -
Wulf Community Admin
-
Got this message in console upon trying to reload the new Whitelist plugin (server's running the latest Steam update and Oxide build).
-Ryan
EDIT: Ignore this. For some reason I needed to run Steam Update TWICE in a row. It works now.Last edited by a moderator: Jun 12, 2015 -
Wulf Community Admin
-
Thanks,
-Ryan -
Wulf Community Admin
The datafile shouldn't be edited manually though.
-
Version 0.3.1
Running whitelist on my server only allowing a selected few friends to join, but since the latest update, I've noticed a couple of players joining who wasn't listed on the whitelist... wondering if any other using whitelist have noticed similar issue. -
-
Edit: Fixed the issue. Needed to redownload the lastest version of oxide that just updated today and trying to use the / in console like in chat commands was a main issue of it not working.
Trying to figure out why this is not working. I was able to grant myself permissions using the console with the code on the main page but then why i try to add myself to the whitelist with the chat commands via the console it throws up a command not found error.
I can't join my server due to not being on the whitelist itself so I am not sure where I can type this in to get added. I read from previous posts on here that adding it manually via the whitelist.json file in the config folder is an option but when I look in there to get an idea how to code in that all it shows me is {}, that't it.
I took out the whitelist lua temporarily so I could play without having to get myself whitelisted and it started throwing me up the error in the picture of wrong connection protocol dispite the way I was trying to connect via the console being the same as was before which was successful. I tried client.connect with and without ip and it kept throwing up the same error.
Thanks for the help.Attached Files:
Last edited by a moderator: Jul 4, 2015 -
-
Wulf Community Admin
-
-
I have just started a Rust server so very new at this....
I added the plugin, it seems to be working as I can't join the server as I am not whitelisted.
How do I add myself to the whitelist?
I did try oxide/grant user...., the oxide.users.json file shows that I have whitelist permissions.
Checked that there are oxide/config/whitelist.json and oxide/data/whitelist.json files.
The file under /config starts with {Messages... The file under date has no entries other than "{}".
I tried adding
Code:{ "Settings": { "ChatName": "WHITELIST", "Whitelist": [ "76561198045505996", "76561198148247001", "76561198027427318", "76561197997416991" ] },
Help would be appreciated.
ThanksLast edited by a moderator: Jul 12, 2015 -
Wulf Community Admin
-
Do you have some general advice or a site to recommend for getting started?Last edited by a moderator: Jul 12, 2015 -
Wulf Community Admin
-
I am a noob at this, and can't get it going. After I install, I am unable to join because I am not whitelisted. What are the steps (please be specific) needed to add myself to the whitelist before I try to connect to the server? I am running a hosted server with fpsplayers.com
-
Wulf Community Admin
-
I guess there is an assumed step in the Overview that I am not aware of since I am new to plugins on this version of Rust -
Wulf Community Admin