Hi im using latest oxide.ext.dll, + latest discord players plugin, created a bot, gave him administrator, it works for rustcord 2way chat and its commands, but with this plugin the commands just does not work... i also tried setting up a role id, channel id,
{
"Discord Bot Token": "hidden",
"Player Amount Per Page": 50,
"Permanent Embeds": [
{
"Enabled": true,
"Permanent Message Channel ID": "",
"Update Rate (Minutes)": 1.0,
"Command To Use": "players"
},
{
"Enabled": false,
"Permanent Message Channel ID": "",
"Update Rate (Minutes)": 1.0,
"Command To Use": "playersadmin"
}
],
"Command Embeds": {
"players": {
"Permissions Needed To Use Command": {
"Require Permissions To Use Command": false,
"Oxide Permission To Use Command": "discordplayers.use",
"Allow Discord Commands In Direct Messages": true,
"Allow Discord Commands In Guild": true,
"Allow Guild Commands Only In The Following Guild Channel Or Category (Channel ID Or Category ID)": [],
"Allow Commands for members having role (Role ID)": [
"847533236393607218"
]
},
"Display Setting For The Embed": {
"Title": "{server.name}",
"Description": "{server.players}/{server.players.max} Online Players | {server.players.loading} Loading | {server.players.queued} Queued",
"Url": "",
"Embed Color (Hex Color Code)": "#de8732",
"Image Url": "",
"Thumbnail Url": "",
"Add Timestamp": true,
"Format Applied To Fields": {
"Title": "{player.name}",
"Value": "**Online For:** {discordplayers.player.duration}",
"Inline": true
},
"Footer": {
"Icon Url": "",
"Text": "",
"Enabled": true
}
},
"Display Admins In The Player List": true
},
"playersadmin": {
"Permissions Needed To Use Command": {
"Require Permissions To Use Command": true,
"Oxide Permission To Use Command": "discordplayers.admin",
"Allow Discord Commands In Direct Messages": true,
"Allow Discord Commands In Guild": false,
"Allow Guild Commands Only In The Following Guild Channel Or Category (Channel ID Or Category ID)": [],
"Allow Commands for members having role (Role ID)": []
},
"Display Setting For The Embed": {
"Title": "{server.name}",
"Description": "{server.players}/{server.players.max} Online Players | {server.players.loading} Loading | {server.players.queued} Queued",
"Url": "",
"Embed Color (Hex Color Code)": "#de8732",
"Image Url": "",
"Thumbnail Url": "",
"Add Timestamp": true,
"Format Applied To Fields": {
"Title": "{player.name}",
"Value": "**Steam ID:**{player.id}\n**Online For:** {discordplayers.player.duration}\n**Ping:** {player.ping}ms\n**Country:** {player.address.data!country}",
"Inline": true
},
"Footer": {
"Icon Url": "",
"Text": "",
"Enabled": true
}
},
"Display Admins In The Player List": true
}
},
"Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}