Requires DiscordAuth?

I no longer use Discord Auth, as I have implemented a database-based link system that works on its own Discord Bot.

Am I required to use DiscordAuth? If so, is there another way to sync discord roles without it? I have no use for DiscordAuth anymore.

if it's listed on the main page, it's required....

Is there another method to sync discord roles?

No idea.

Update: I suppose my IRL job steals too much of my mental.

Got it all sorted out.

8JhQo5KvM2uahxK.png JenGii

Update: I suppose my IRL job steals too much of my mental.

Got it all sorted out.

Did you find a way to automatically sync roles in discord and server without players required to type a command such as /auth

I no longer use Discord.Ext based plugins, but if you're specifically looking for a Oxide -> Discord then DiscordSync is what you're looking for.

This thread was created due to me getting rid of Discord.Ext and finding a way to do it through the other system I have. I didn't even mean to ask such a silly question in the first place, as my answer was right in front of me xD

 

 

as far as "automatically" authing a player, that is not possible. There has to be some form of user interaction whether it be via command in game OR external login where your server talks to both Discord bots and oxide.

You can set your 'default' role permissions in Oxide with the permissions you're giving to "authed" players, but then there is no point to "authing" if you're just going to give it to everyone who joins haha.

Discord Auth/Sync is your best solution it sounds like.