💻 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% 500lp user %player% permission set rank.vip truetellraw %player% {"text":"Hello!","color":"gold"}

- Player Command: Forces the player who clicked the item to execute a command (with their own permissions). Do not include the
/.
Example:spawn
- 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
💡 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.