If you want to use this with Discord Core
i had some stability issues with discord auth (status and auth just stop working on timeouts) but wanted the use of discord team on my server. so i added these lines to discord team plugin to get it working with discord core and its been pretty stable so far and wont break functionality with auth or connect. 

line 25
[PluginReference] private Plugin DiscordConnect, DiscordAuth, DiscordCore;

line 410
if (DiscordAuth != null)
return (string) DiscordAuth.Call("API_GetDiscord", steamId);

if (DiscordConnect != null)
return (string) DiscordConnect.Call("GetDiscordOf", steamId);

if (DiscordCore != null)
return (string) DiscordCore.Call("GetDiscordIdFromSteamId", steamId);

return null;
have you replaced the permission list section with the permission id from your server permissionList,"###################"

and the json

{
"Change channel when user create the team": false,
"Discord Bot Token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"Discord Category ID": "xxxxxxxxxx",
"Discord users can see other team's private vocal channel": false,
"Max players in a voice channel": 3,
"Name of the player's role on discord (not @everyone)": "xxxxxxxxxxxx",
"Using roles": false
}

Please do not post random versions of plugins in forum threads, thanks.
can you point me to the rules on this forum around what ive done so i can understand it and not do it again?
sentorion
can you point me to the rules on this forum around what ive done so i can understand it and not do it again?
That wasn't for you, the other post was hidden.