tangerine/plugins/config/DiscordAuth.json
2025-01-29 10:48:17 -05:00

32 lines
968 B
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Settings": {
"Bot Token": "XXXXXXXXXXXXXXXXXX",
"Discord Server ID (Optional if bot only in 1 guild)": "",
"Auth Commands": [
"auth",
"authenticate"
],
"Deauth Commands": [
"deauth",
"deauthenticate"
],
"Oxide Groups to Assign": [
"Player"
],
"Discord Roles to Assign": [
"⚒Tangerine Player"
],
"Revoke Oxide Groups on Deauthenticate": true,
"Revoke Discord Roles on Deauthenticate": true,
"Automatically Reauthenticate on Leaving and Rejoining the Discord Server": true,
"Automatically Deauthenticate Non Active Players": false,
"Player Considered Non Active After (Days)": 30.0,
"Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
},
"Authentication Code": {
"Code Lifetime (minutes)": 60,
"Code Length": 5,
"Code Case Insensitive Match": true,
"Code Characters": "ABCDEFGHJKMNPQRSTUVWXYZ"
}
}