Whitelist form Discord (Rust)

Hi, I need some plugin that allows me to add people to the whitelist or oxide group giving a rank from the discord, whether they are completely new users on the server

I too am interested in this and I don't believe any of the existing Discord plugins offer what we are asking for Orange.

The problem with these is that it asks the user to register or already have him as a user within the server to give him the ranks, what I need is for the user to be totally new and to obtain a group by giving him rank within the discord

wkUEmezXZ7azxeZ.jpg josuens14

The problem with these is that it asks the user to register or already have him as a user within the server to give him the ranks, what I need is for the user to be totally new and to obtain a group by giving him rank within the discord

You need to find a bot that will give "new member" role in discord, that will sync with that plugins

That is the issue, all those that exist ask the user to enter the game and validate their account, but in that case the whitelist would not work at all

Does rust servers accept RPC commands from a discord bot? 

You could let the discord add a user to the white list before the user can even join the game server. Think this would be something like this to begin with? 

const rcon = await Rcon.connect(Configure.read("rust-rcon"));

That is what I need, that by just giving it a rank and the bot can add them to the whitelist and take the steam ID from the connections that the user linked to discord has.

nKGXaGnnk0f2vCZ.jpg josuens14

That is what I need, that by just giving it a rank and the bot can add them to the whitelist and take the steam ID from the connections that the user linked to discord has.

So, if I'm correct. You want the following.

A user wants to play on your server what's only accessible through a whitelist. Obtaining access to this server is getting the SteamID on this list so you can join the server and play.

user goes to a discord channel, typ's in /rustserverauth [steamid] [servername]

Discord bot replies and sends the steamid towards the whitelist. Done, the player can join the server. 

If the server would accept RCP commands, it would become in handy. However, I think this might be something to suggest as a potential update here > https://umod.org/plugins/whitelist