Action Log
From the moment a game is created until it ends, (nearly) every event is recorded.
This is called the Action Log.
Overview
Section titled “Overview”The Action Log captures all relevant in-game events, including:
- Player joins and leaves
- Role assignments
- Special role events (e.g., morphing)
- Kills and deaths
- Meetings and votes
- Task progress and completion
- Vents
- Chat messages
Privacy First
Section titled “Privacy First”Action Logs are NOT reviewed, analyzed, or monitored.
- The server does not read or inspect any logs
- No automated analysis is performed
- No statistics or player behavior tracking is collected
- Logs exist purely for playback and debugging purposes
The system acts strictly as storage and optional sharing.
The server software is fully open source: https://github.com/Fantamomo/among-us-in-minecraft-logs
Upload and Sharing
Section titled “Upload and Sharing”If enabled (default), the Action Log is uploaded to a remote server after the game ends.
After a successful upload:
- All players receive a chat message
- A clickable link to the log is provided
The log viewer is available at:
https://logs.among-us-in-minecraft.fantamomo.com
Log URLs follow this format:
https://logs.among-us-in-minecraft.fantamomo.com/log/{8-digit-code}Local Storage
Section titled “Local Storage”All logs are also stored locally on the minecraft server:
/plugins/AmongUs/logs/game/{uuid}.jsonManual Log Analysis
Section titled “Manual Log Analysis”You can analyze logs yourself without uploading them.
Drag and drop a .json file onto the corresponding field at the website. The log will be:
- Processed locally in your browser
- Parsed and displayed instantly