- Updated custom command configuration
- Updated docs online
- Misc performance fixes
- Misc backend fixes
V2.3.0 has been released with the following features:
- Multi server support (using redis)
- Bug fixes
- Configuration changes
These changes will be outlined tomorrow in the documentation. For now, you can open a ticket.
- Added leaf compatibility
- Fixed issues with large dependencies
- Fixed issues with session management
- Fixed issues with vcmute commands running on the wrong thread for non folia servers
- Fixed important performance issues for a large playerbase
- Fixed small security issues with web dash
- Fixed issue that could cause processor to crash
- Fixed some report system issues
- Created a config migration so nobody should have to touch their plugin config anymore
Bug fixes and new configuration options:
YAML:custom_commands: mute_commands: [] profanity_commands: [] auto_mute_builtin: luckperms_voice_mute: true player_message: true staff_alert: true discord_webhook: true mute_event_log: true console_log: true
Bug Fixes:
New Features:
- Fixed Folia issues
- Updated docs
- Added legal notice to public processors: Click Here
- Slight modifications to entire codebase for stability
- Updates to license system
- Web Dashboard, added a UI to monitor, review and moderate your server. See here
- Voice Report system, allow users (if configured) to report other users. Administrators will get a notification on server and Web Dashboard if they have permission. See here
- Transcripts are stored in server memory for a configured amount of time (buffer system, see link right above this bullet point)
Processor has been updated to support latest plugin features. Public processors now include audio recordings in responses.
NOTE:
- Heavy configuration changes, BACKUP your configs before updating and fill in the values, as there are a lot of new options
- Processor config has also been slightly updated if you self host, if you want to use the Voice Report system, it is recommended you reset your processor config.json
- This version may have issues, please open a ticket and it will be fixed ASAP
Docs: https://pandascript.gitbook.io/pandascript
Release v2.2.0 has the following new features:
TODO:
- Added a public pool of processors you can use; the plugin picks one automatically from the directory (by availability / load). Use PUBLIC mode in config, or CUSTOM for your own processor URL.
- Processor updates: pool mode (
pool_server), optional JSONL audit log and per-license transcript files for operators; contact me for information on setting this up, this is mainly for larger servers.- Plugin updates: connects in PUBLIC or CUSTOM mode, talks to the directory when needed.
- Deploy / install: updated processor configuration ; if you’re on the latest processor and use the egg, restart to pick up changes.
- Plugin config needs to be reset if you want to use the public processors.
- Voicechat reporting ingame
- Allow public processors to support sending audio to webhooks
- Web dashboard
- Finish up LLM processing for multiple languages
