0%
Loading...
NolimitHost

BeamMP Console Commands: Full List and Usage

Last updated: September 18, 2026

BeamMP has no separate in-game admin login. Administrative commands are entered from the server console, which is the Console page in the NolimitHost Game Panel, or are provided by server-side plugins.

Sending a Command

  1. Log in to the NolimitHost Game Panel and select your BeamMP server.
  2. Open the Console page.
  3. Type the command into the console input and press Enter.

Built-in Commands

Command Description
helpList all commands available on the server.
statusShow server status, including player count and uptime.
listList all connected players with their player IDs.
say <message>Broadcast a message to all players in chat.
kick <player_id> <reason>Kick a player. The reason is optional.
ban <player_name>Permanently ban a player.
unban <player_name>Remove a player from the ban list.
Tip: To find the ID needed by kick, run list first and note the number next to the player's name.

Plugin Commands

Many community servers run extra server-side plugins that register their own console commands. A popular example is BeamJoy, which adds a set of bj commands on top of the built-in ones:

Command Description
bj map [map_name]Show or switch the current map without editing the config.
bj kick / bj ban / bj unbanPlayer management, with partial name matching.
bj mute / bj unmuteMute or unmute a player's chat.
bj setgroup <player> [group]Assign a permission group (for example mod, admin, or owner).
bj env [key] [value]View or change environment values such as gravity and weather.
bj whitelist <set|add|remove>Manage the server whitelist.
bj stopGracefully stop the server with a countdown.
Note: The exact commands available depend on which plugins are installed. Run help in the console to see everything your server supports.