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 - minecraft:tell - minecraft:msg - minecraft:w
morph-blender: enabled: false blender: virus visibility: auto
roles: disabled: # - phantom
modifications: disabled: # - small
game-creation: everyone-can-create: false max-games: 10 ignore-admins: true
animate-scoreboard: truemsg-command-blocker
Section titled “msg-command-blocker”Private messaging can break gameplay by allowing hidden information to be shared between players. This module intercepts message commands before they execute to ensure fair play.
Commands such as /msg, /tell, and /w are blocked when the sender or at least one target is in an active game. They are allowed if neither player is in a game, or if the sender and target are the same person.
disabled
Section titled “disabled”disabled: falsefalse→ Command blocking is active.true→ No commands are blocked.
legacy
Section titled “legacy”legacy: falsefalse→ Automatically intercepts private message commands (recommended).true→ Only blocks the commands explicitly listed undercommands:.
commands
Section titled “commands”Only used when legacy: true. Lists the commands to block:
commands: - msg - tell - wAdd any additional aliases your server uses.
morph-blender
Section titled “morph-blender”Enables animated skin transitions when a player changes form (e.g. the Morphling role). A valid MineSkin API key must be set in secrets.properties. If disabled, skin changes happen instantly without any animation.
enabled
Section titled “enabled”enabled: falsetrue→ Animated morph transitions.false→ Instant skin switch.
blender
Section titled “blender”blender: virusThe animation style used during a morph:
virus– Viral spreading animation.fade– Smooth fade transition.checker– Checkerboard blending.
visibility
Section titled “visibility”visibility: autoControls the visibility of generated skins on MineSkin:
auto– Automatically selects the best option based on your plan (recommended).unlisted– Accessible via direct link only.private– Only visible to your MineSkin account.public– Visible to everyone (not recommended).
Defines which roles are disabled and hidden from gameplay:
roles: disabled: - phantomRoles listed under disabled: cannot be selected and are completely hidden in-game.
modifications
Section titled “modifications”Defines which modifications are disabled and hidden from gameplay:
modifications: disabled: - smallModifications listed under disabled: cannot be selected and are completely hidden in-game.
game-creation
Section titled “game-creation”Controls who can create games and how many can run simultaneously.
everyone-can-create
Section titled “everyone-can-create”everyone-can-create: falsetrue→ All players can create games.false→ Only players with theamongus.admin.game.createpermission can create games.
max-games
Section titled “max-games”max-games: 10The maximum number of games that can exist at the same time. Once the limit is reached, no additional games can be created.
ignore-admins
Section titled “ignore-admins”ignore-admins: truetrue→ Players withamongus.admin.game.createcan bypass themax-gameslimit.false→ Themax-gameslimit applies to everyone, including admins.
animate-scoreboard
Section titled “animate-scoreboard”animate-scoreboard: truetrue→ The scoreboard updates dynamically with animation.false→ Static scoreboard display.
Recommended Setup
Section titled “Recommended Setup”For most servers, the following configuration is a good starting point:
msg-command-blocker: disabled: false legacy: false
morph-blender: enabled: true blender: virus visibility: auto
roles: disabled: []
modifications: disabled: []
game-creation: everyone-can-create: false max-games: 10 ignore-admins: true
animate-scoreboard: true