Skip to main content

Actions

Actions allow you to respond to certain events that happen on your server with console commands.

For example you can run a console command when a new player joins your server or when your server starts up. You can also use variables in your console commands such as player name or player uuid.

You can run up to 5 console commands in sequence or you can run one random command from your list of up to 5 commands.

Event Types

Player join

This event runs every time any player joins the server.

Command Variables

  • %PLAYER_USERNAME%
  • %PLAYER_UUID%

New Player Join

This event runs every time a new player joins the server for the first time. Note that this will run in addition to the normal player join event.

Command Variables

  • %PLAYER_USERNAME%
  • %PLAYER_UUID%

Server Started

This event runs after the server transitions into the "Online" status.