Skip to content

en Actions Variables

oolongho edited this page Jul 16, 2026 · 1 revision

Actions & Variables

Action Types

Type Description Example
COMMAND Execute command as player COMMAND:spawn
CONSOLE Execute command as console CONSOLE:give {player} diamond 1
MESSAGE Send message MESSAGE:&aHello {player}!
SOUND Play sound SOUND:ENTITY_PLAYER_LEVELUP
TELEPORT Teleport player TELEPORT:world,100,64,200
SERVER Connect to another server (BungeeCord) SERVER:lobby
NEXT_PAGE Next page NEXT_PAGE
PREV_PAGE Previous page PREV_PAGE
PAGE Jump to specific page PAGE:3

Click Types

Type Description
ANY Any click
LEFT Left click
RIGHT Right click
SHIFT_LEFT Shift + Left
SHIFT_RIGHT Shift + Right

Built-in Placeholders

Placeholder Description
{player} Player name
{player_uuid} Player UUID
{player_displayname} Player display name
{player_x} Player X coord
{player_y} Player Y coord
{player_z} Player Z coord
{player_world} Player world
{player_health} Player health
{player_level} Player level

PlaceholderAPI Placeholders

Placeholder Description
%wooholograms_count% Total hologram count
%wooholograms_player_page% Player's current page

Clone this wiki locally