config.yml
The plugin’s configuration file is located at:
plugins/AmongUs/config.ymlBelow is the full default configuration:
msg-command-blocker: disabled: false legacy: false commands: - msg - tell - w - me - minecraft:tell - minecraft:msg - minecraft:w - minecraft:me
morph-blender: enabled: false blender: virus visibility: auto
roles: disabled: []
modifications: disabled: []
game-creation: everyone-can-create: false max-games: 10 ignore-admins: true
action-log-upload: enabled: true url: https://logs.among-us-in-minecraft.fantamomo.com send-to-players: true
ai: enabled: false provider: type: openrouter base-url: chat-completions-path: model-path: embeddings-path: model: google/gemini-2.5-flash generate-game-summary: true latency-warning: true
bots: enabled: true only-admins: false admin-ignore-bots-limit: true max-bots-per-game: 5
animate-scoreboard: truemsg-command-blocker
Section titled “msg-command-blocker”Prevents players from using private messaging commands during games to ensure fair play and prevent information leakage.
Blocked commands include:
/msg/tell/w/me- and their Minecraft namespaced variants
Commands are blocked when a player is in an active game.
disabled
Section titled “disabled”disabled: falsefalse→ Command blocking is active.true→ All commands are allowed.
legacy
Section titled “legacy”legacy: falsefalse→ Automatically intercepts message commands (recommended).true→ Only blocks commands listed incommands:.
commands (legacy mode only)
Section titled “commands (legacy mode only)”Used only when legacy: true:
commands: - msg - tell - w - me - minecraft:tell - minecraft:msg - minecraft:w - minecraft:meYou can extend this list for custom server aliases.
morph-blender
Section titled “morph-blender”Enables animated skin transitions when players change form (e.g. Morphling role). Requires a valid MineSkin API key in secrets.properties.
enabled
Section titled “enabled”enabled: falsetrue→ Enables animated morph transitions.false→ Instant skin changes.
blender
Section titled “blender”blender: virusAvailable animation styles:
virus– Spreading “infection-style” animationfade– Smooth fade transitionchecker– Checkerboard pattern transition
visibility
Section titled “visibility”visibility: autoControls MineSkin skin visibility:
auto– Recommended automatic selectionunlisted– Accessible via direct link onlyprivate– Only visible to your accountpublic– Visible to everyone (not recommended)
Defines roles disabled in the game:
roles: disabled: []Any role listed here will not appear in-game.
Example:
disabled: - phantommodifications
Section titled “modifications”Defines gameplay modifications that are disabled:
modifications: disabled: []Example:
disabled: - smallgame-creation
Section titled “game-creation”Controls game creation permissions and limits.
everyone-can-create
Section titled “everyone-can-create”everyone-can-create: falsetrue→ All players can create gamesfalse→ Only players withamongus.admin.game.create
max-games
Section titled “max-games”max-games: 10Maximum number of simultaneous games allowed.
ignore-admins
Section titled “ignore-admins”ignore-admins: truetrue→ Admins bypass game limitfalse→ Admins are also restricted
action-log-upload
Section titled “action-log-upload”Handles uploading game logs for analysis or replay systems.
enabled
Section titled “enabled”enabled: true- Enables or disables log uploading.
url: https://logs.among-us-in-minecraft.fantamomo.comEndpoint used to upload action logs.
send-to-players
Section titled “send-to-players”send-to-players: truetrue→ All players in a game receive logsfalse→ Only the host receives logs
AI features for summaries and optional integrations via OpenRouter.
enabled
Section titled “enabled”enabled: falseEnables AI features such as:
- Game summaries
- Bot chat and smarter votes
provider
Section titled “provider”provider: type: openrouterCurrently only OpenRouter is supported.
Optional fields:
base-urlchat-completions-pathmodel-pathembeddings-path
model: google/gemini-2.5-flashAI model used for generation.
Multiple models can be specified:
model: modelA;modelB;modelCFallback order is used if a model fails.
generate-game-summary
Section titled “generate-game-summary”generate-game-summary: true- Generates a post-game AI summary.
latency-warning
Section titled “latency-warning”latency-warning: true- Warns about AI response delays.
Controls AI/player bots in games.
enabled
Section titled “enabled”enabled: true- Enables bot system.
only-admins
Section titled “only-admins”only-admins: falsetrue→ Only admins can create bots
admin-ignore-bots-limit
Section titled “admin-ignore-bots-limit”admin-ignore-bots-limit: truetrue→ Admins bypass bot limits
max-bots-per-game
Section titled “max-bots-per-game”max-bots-per-game: 5Maximum number of bots per game (max effective: 9).
Set to:
0→ Unlimited (clamped internally to 9)
animate-scoreboard
Section titled “animate-scoreboard”animate-scoreboard: truetrue→ Animated scoreboard updatesfalse→ Instant updates
Recommended Setup
Section titled “Recommended Setup”A balanced production setup:
msg-command-blocker: disabled: false legacy: false
morph-blender: enabled: true blender: virus visibility: auto
ai: enabled: true model: google/gemini-2.5-flash
bots: enabled: true max-bots-per-game: 5
game-creation: everyone-can-create: false max-games: 10 ignore-admins: true
animate-scoreboard: true