Commands
This plugin registers three commands:
/amongusadmin/amongus/impostermsg
Among Us Admin
Section titled “Among Us Admin”Alias: /aua
Main administration command for managing games and settings.
/aua gameProvides full control over game instances.
Available subcommands:
Create a Game
Section titled “Create a Game”/aua game create <area> [<world>] [max_players]Creates a new game using a configured area.
<area>– Name of the configured game area[<world>]– Optional world override[max_players]- Optional maximum player count, muss not be higher then 16
List Games
Section titled “List Games”/aua game listDisplays all currently running games.
Start Game
Section titled “Start Game”/aua game startStarts the current game instance.
Manage Tasks
Section titled “Manage Tasks”/aua game task <players> (assign|unassign|complete) <task>Manually control task states for selected players.
assign– Assign tasksunassign– Remove assigned taskscomplete– Mark tasks as completed<task>- the task id
Force Win
Section titled “Force 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.
Kill Player
Section titled “Kill Player”/aua game kill <target> [<corpse>]Forces a player to die.
<target>– Player to kill[<corpse>]– If a corpse should be spawned
Role Management
Section titled “Role Management”/aua game role (force|block|unblock|allow|team) <role>|<team>Manually control role behavior.
Available actions:
force– Force a specific roleblock– Prevent a role from being assignedunblock– Remove role restrictionallow– Explicitly allow a roleteam– Modify team assignment
Player Info
Section titled “Player Info”/aua game info <target>Displays detailed information about a specific player in the game.
settings
Section titled “settings”/aua settingsOpens the settings inventory of the currently running game.
Allows administrators to:
- View all configurable game settings
- Modify values
- Reset settings to default
::note
The sender must:
- Be a player
- Be inside a game :::
Direct Settings Access
Section titled “Direct Settings Access”/aua settings <key> get/aua settings <key> set <value>/aua settings <key> resetget– Shows current and default valueset– Changes the settingreset– Restores default value
Among Us
Section titled “Among Us”/amongusUsed by players to interact with the plugin.
Currently there are three subcommands:
color: sets the player’s colortrimp: sets the player’s armor trimstats: some statistics about the player
color and trimp are only available in the lobby phase of the game.
stats is blocked if the player is player, 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.
Imposter Message
Section titled “Imposter Message”/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.