Skip to content

Commands

This plugin registers three commands:

  1. /amongusadmin
  2. /amongus
  3. /impostermsg

Alias: /aua
Permission: amongus.admin

Main administration command for managing games and settings.


See Area Configuration.


/aua game

Provides full control over game instances.

Available subcommands:


Permission: amongus.admin.game.create

/aua game create <area> [<max_players>]

Creates a new game using a configured area.

  • <area> – Name of the configured game area
  • [<max_players>] – Optional maximum player count, muss not be higher then 16

Permission: amongus.admin.game.join

/aua game join <code> [<targets>]

Joins the game with the code.

  • <code> – The code of the game
  • [<targets>] – The players that should join that game.

Permission: amongus.admin.game.list

/aua game list

Displays all currently running games.


Permission: amongus.admin.game.start

/aua game start

Starts the current game instance.


Permission: amongus.admin.game.task

/aua game task <players> (assign|unassign|complete) <task>

Manually control task states for selected players.

  • assign – Assign tasks
  • unassign – Remove assigned tasks
  • complete – Mark tasks as completed
  • <task> - the task id

Permission: amongus.admin.game.let_win

/aua game letwin (crewmates|imposters|neutral) [neutral_role]

Immediately ends the game with the specified team as winner.

If neutral is specified, you need to specify the neutral role which will win.


Permission: amongus.admin.game.kill

/aua game kill <target> [<corpse>]

Forces a player to die.

  • <target> – Player to kill
  • [<corpse>] – If a corpse should be spawned

Permission: amongus.admin.game.role

/aua game role (force|block|unblock|allow|team) <role>|<team>

Manually control role behavior.

Available actions:

  • force – Force a specific role
  • block – Prevent a role from being assigned
  • unblock – Remove role restriction
  • allow – Explicitly allow a role
  • team – Modify team assignment

Permission: amongus.admin.game.info

/aua game info <target>

Displays detailed information about a specific player in the game.


Permission: amongus.admin.settings

/aua settings

Opens the settings inventory of the currently running game.

Allows administrators to:

  • View all configurable game settings
  • Modify values
  • Reset settings to default

/aua settings <key> get
/aua settings <key> set <value>
/aua settings <key> reset
  • get – Shows current and default value
  • set – Changes the setting
  • reset – Restores default value

/amongus

Alias: /au

Used by players to interact with the plugin.

Currently, there are some subcommands:

  • color: sets the player’s color
  • trimp: sets the player’s armor trim
  • stats: some statistics about the player
  • join: joins a game with a game code
  • leave: leaves the current game

color, trimp and leave are only available in the lobby phase of the game.

stats is blocked if the player is playing, due that some statistics may expose hidden information, about the current game. Like if the player has voted correctly or not, which means that he voted an imposter.

If the config option game-creation.everyone-can-create is enabled, there are also some other subcommands:

  • create: creates a new game
  • settings: opens the settings inventory (only for the host of the game)
  • start: starts the game (only for the host of the game)
  • ban: bans a player from the game (only for the host of the game)

The host is the player who created the game (only with /au create)


/impostermsg <message>

Sends a private message to all alive imposters in the same game.

Only usable while in a game and assigned to the imposter team.


If a player disconnects, they remain part of the current game instance. This means:

  • They are still shown in the tab list.
  • They can still be targeted by commands.
  • Player selectors will continue to include them.

This ensures that administrative and game-related commands work consistently, regardless of whether a player is currently online or temporarily disconnected.