Changelog:
- As previously stated in the last update, a word detection filter thingy has been added, you can set this word detection to do an action of your choosing (log, logwarn, kick, ban).
Alongside this, an empty text file is provided (named "voidfilterlog") that must be put into the same directory your cove executable is in.
- ChatGPT Command Added!
No, do you really think I'm kidding? It's a full blown ChatGPT Command. Look at the above video for a beta test ^
As a server owner, however, you have the responsibility to provide your own API Key in order to utilize this function.
This means you have to register an OpenAI account and give them some cash to be able to utilize your API Key, which can
be put in void's settings file (Where commands can be enabled, disabled, etc.). This is also a quite slow implementation as
somehow the GlobalChatMessage function cannot keep up with printing any faster and therefore skips and and even ends on
some random parts of the full message unless it is a second per-substring (Done to bypass webfishing's 512-character limit for chats)
OTHER NOTES:
- Since there's a few other things needed you have to get quite a few more DLL Files into the plugins folder this time around, 4 to be exact
- a BUG was detected and squashed soon after the release, a hotfix has now fixed this and the download is okay.
- ANOTHER BUG was detected by a helpful server owner, this bug has also been squashed