


NVM Issue resolved. :sigh:
mine is still stops working daily daily, plugin says its running, and the "/authenticate" command works in game, but once the players dm the bot it doesnt respond with anything. I can even test it myself with 5 random numbers and instead of it saying
"Sorry, we couldn't find your code, please try to authenticate again, If you haven't generated a code, please type /authenticate in-game"
it says nothing:
https://imgur.com/a/GesqeM0
KUKAMANGAmine is still stops working daily daily, plugin says its running, and the "/authenticate" command works in game, but once the players dm the bot it doesnt respond with anything. I can even test it myself with 5 random numbers and instead of it saying
"Sorry, we couldn't find your code, please try to authenticate again, If you haven't generated a code, please type /authenticate in-game"
it says nothing:
https://imgur.com/a/GesqeM0
Yeah, I'm still having the same issue. I may have a solution thanks to another server owners suggestion. I'm going to implement it in a bit. Then use it over the next 24 hours. If I see it working, I'll post it here :)
Alright, for those having this issue. I spoke to a few other server owners and they suggested downloading and installing "TimedExecute"
Below is the config I'm using for the plugin and for the last 24 hours it's been working to keep the bot online. It may not be the best way to do so, force reloading both plugins every hour, however, it at least works.
{
"EnableInGameTime-Timer": false,
"EnableRealTime-Timer": false,
"EnableTimerOnce": false,
"EnableTimerRepeat": true,
"InGameTime-Timer": {
"01:00": "weather rain",
"12:00": "command 1",
"15:00": "command 2"
},
"RealTime-Timer": {
"01:00:00": "o.reload DiscordAuth",
"01:00:00": "o.reload DiscordStatus",
"09:00:00": "o.reload DiscordAuth",
"09:00:00": "o.reload DiscordStatus",
"16:15:00": "o.reload DiscordAuth",
"16:15:00": "o.reload DiscordStatus",
"21:00:00": "o.reload DiscordAuth",
"21:00:00": "o.reload DiscordStatus"
},
"TimerOnce": {
"command1 'msg'": 60,
"command2 'msg'": 120,
"command3 arg": 180,
"reset.timeronce": 181
},
"TimerRepeat": {
"o.reload DiscordAuth": 3600,
"o.reload DiscordStatus": 3600
}
}