Ability to send deaths/achievements to different channels besides the active one
drinfernoo opened this issue ยท 6 comments
Would this be possible? Like if I have #general for normal chat, but want achievement announcements to go to #achievements?
I'm also not seeing achievements getting sent if the mod is running on a server, but I'm not sure if that's intended or not.
Unfortunately the achievement code is called server side and my code only runs client side (hence the name). When you're playing single player the server is integrated meaning it also runs client side so it will run the achievement code.
Would it be possible to make that code run on the server side when the mod is installed on a server?