Minecraft: Send Server Command

Runs a Minecraft command as the server command source.

When to use it

  • Run commands that are not covered by a dedicated Haven Minecraft effect.
  • Target the linked player with $minecraftPlayerName.
  • Use normal Firebot variables inside a server command.

Fields

  • Command: The full Minecraft command without a leading slash.

Examples

Give an item

give $minecraftPlayerName minecraft:diamond 1

Add an effect

effect give $minecraftPlayerName minecraft:speed 10 1 true

Run at the player

execute at $minecraftPlayerName run summon minecraft:lightning_bolt ~ ~ ~