LogicUsing Actions
Player Actions
A detailed reference of all actions that directly affect players.
These actions are used to directly interact with or modify a player's state. In the action's configuration, you will almost always need to specify a Target Player.
Messaging & Display
- Send Message: Sends a standard chat message.
- Send Action Bar: Displays text above the player's hotbar.
- Send Title: Shows a large title and subtitle on-screen.
- Add Boss Bar: Shows a custom boss bar to a player.
- Remove Boss Bar: Hides a boss bar from a player.
- Set Scoreboard: Changes the player's active scoreboard.
Movement & Location
- Teleport: Instantly moves a player to a specific location.
- Relative Teleport: Teleports a player relative to a location's direction.
- Velocity: Applies a force to push a player.
- Relative Velocity: Applies a force relative to where the player is looking.
Inventory & Items
- Give Item: Gives the player an item.
- Remove Inventory Item: Removes a specific amount of an item from a player's inventory.
- Clear Inventory: Clears the player's entire inventory.
- Set Inventory Layout: Applies a pre-configured inventory layout.
Player State & Attributes
- Damage Player: Deals a specific amount of damage.
- Heal Player: Heals the player by a specific amount.
- Max Health: Changes the player's maximum health.
- Change Gamemode: Sets the player's gamemode.
- Potion Effect: Applies a potion effect.
- Clear All Effects: Removes all active potion effects.
- Clear Specific Effect: Removes one specific potion effect.
- Freeze Player: Completely immobilizes a player.
- Unfreeze Player: Unfreezes a player.
- Kick Player: Kicks the player from the map.
- Fly Mode: Enables or disables the player's ability to fly.
- Change Speed: Modifies walking speed.
- Change Gravity: Changes the gravity affecting the player.
- Change Size: Changes the scale of the player model.
- Change Step Height: Alters how high a player can step up.
- Change Block Break Speed: Modifies how fast a player breaks blocks.
- Change Block Interaction Range: Modifies how far a player can interact with blocks.
Display & Cosmetics
- Set Nametag Prefix: Adds text before the player's nametag.
- Set Nametag Suffix: Adds text after the player's nametag.
- Hide Nametag: Hides the player's nametag.
- Show Nametag: Shows a hidden nametag.
- Health Below Name: Toggles a health indicator below the player's nametag.
- Glow Block: Makes a block glow for a player.
- Unglow Block: Removes a block's glow.
- Glow Entity: Makes an entity glow for a player.
- Unglow Entity: Removes an entity's glow.
- Unglow All Blocks: Removes all block glows.
- Unglow All Entities: Removes all entity glows.
- Disguise: Disguises the player as a block or another entity.
- Remove Disguise: Removes the player's current disguise.
Map & Server Interaction
- Close GUI: Closes any open GUI for the player.
- Send To Map: Sends a player to a specific instance of another map.
- Send To Another Instance: Sends a player to a new or different instance of the same map.
Chat Control
- Set Chat Channel: Puts a player into a private chat channel.
- Set Chat Prefix: Adds a prefix to the player's chat messages.
- Unset Chat Prefix: Removes a custom chat prefix.