💻 Action Blocks: Commands

Command blocks allow your menu to interact directly with the server, the player, or your proxy network.


  • Console Command: Executes a command in the background as the Server Console (full permissions). Do not include the /.
    Examples:

    • eco give %player% 500
    • lp user %player% permission set rank.vip true
    • tellraw %player% {"text":"Hello!","color":"gold"}
    Console Command Block

 

  • Player Command: Forces the player who clicked the item to execute a command (with their own permissions). Do not include the /.
    Example: spawn
    Player Command Block

 

  • Connect Server: Sends a plugin message to teleport the player across your BungeeCord or Velocity network. The target server name must match the entry in your proxy config.
    Example: survival
    Connect Server Block
💡 Pro Tip: Use [console] over [player] for anything that requires permissions the player doesn't have (giving items, modifying ranks, world commands). Use [player] for self-actions like home/spawn/warp where the player needs to be the executor.

Last updated July 11, 2026