According to patch notes this was supposed to be fixed.... however I just installed the plugin today and players are not receiving in-game messages from my discord replies
Discord message not sent to server
This is still an ongoing issue for me.
you might have to reload the plugin maybe every hour. that what im doing
RJGamer1002
you might have to reload the plugin maybe every hour. that what im doing
That is a pretty crappy way to have to fix it honestly. Continuously reloading a plugin isn't a great thing. That's actually pretty much the exact opposite of good etiquette lol
i don't think it's call admin fault it's Discord extension fault almost every discord plugin that uses that has that issue. they just started to work on it again. after a while
RJGamer1002
i don't think it's call admin fault it's Discord extension fault almost every discord plugin that uses that has that issue. they just started to work on it again. after a while
I've been considering switching to Rustcord and seeing if that works any better, as it comes with this feature. Do you have any experience with that?
i'm using it now but i don't think it has that call admin feature
Merged post
also, rustcord has the same issue with it going down
if you want to talk you can add me on discord just pm me on umod
Merged post
also, rustcord has the same issue with it going down
if you want to talk you can add me on discord just pm me on umod
RJGamer1002
i'm using it now but i don't think it has that call admin feature
Merged post
also, rustcord has the same issue with it going down
if you want to talk you can add me on discord just pm me on umod
It has
- In-game
/report&/bugcommands for reporting issues to admins on Discord.
that works. but can't do live chat with player
as a temp fix u can add a reload plugin command if player use /calladmin between line 299-300 for example this
string reloadPlug = "o.reload DiscordCallAdmin";
timer.Once(5f, () =>
{
server.Command(reloadPlug);
}); dIMjIM
as a temp fix u can add a reload plugin command if player use /calladmin between line 299-300 for example thisstring reloadPlug = "o.reload DiscordCallAdmin"; timer.Once(5f, () => { server.Command(reloadPlug); });
Please no... Also, if you are doing something so horrendous, use the methods to reload, not commands. :P
Wulf
Please no... Also, if you are doing something so horrendous, use the methods to reload, not commands. :P
hey :D , could u give me a example or did u mean for example like this
timer.Once(5f, () =>
{
Interface.Oxide.ReloadPlugin("DiscordCallAdmin");
}); i just use Timed Execute and set it to run oxide.reload every hour for calladmin