chevrons-downClick Commands

๐Ÿงญ Overview

Menu items can run commands when clicked. You can configure commands to execute as either the player or the server console.


๐Ÿ›  Format

Type
Format
Description

Player

player->[COMMAND]

Runs the command as the player.

Console

console->[COMMAND]

Runs the command as the server console.


๐Ÿ’ก Examples

๐Ÿ”น Player Command

commands:
  - "player->say This command is run by {PLAYER}"

๐Ÿ”น Console Command

commands:
  - "console->say This command is run by the console"
circle-check

Last updated