Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 2 days ago
Features
- Real-time voice transcription
- Groq Speech-to-Text integration
- STT.ai fallback system
- Discord webhook logging
- Audio evidence upload (
.wav/.mp3) - DetectID review workflow
- Ingame moderation GUI
/nwordbanmoderation command- Autocomplete for unresolved detections
- Staff review system (no automatic bans)
- Persistent detection storage
- Async processing for performance
- Production-ready Paper support
Moderation Workflow
- Player voice audio is recorded
- Audio is transcribed using Groq STT
- If Groq fails, STT.ai is used automatically
- Detected violations generate a unique DetectID
- Transcript + audio are sent to Discord
- Staff review the detection ingame
- Staff can decide whether to ban the player
Commands
/nwordban <detectId>
Open the moderation review menu for a detection.
GUI Features
- View transcript
- Review evidence
- Ban player for 30 days
- Ignore detection
- Browse unresolved detections
Configuration Example
groq:
api-key-env: "GROQ_API_KEY"
model: "whisper-large-v3-turbo"
sttai:
enabled: true
api-key-env: "STT_API_KEY"
discord:
webhook-url: "YOUR_WEBHOOK"
moderation:
ban-duration: "30d"
timeouts:
transcription-ms: 20000


