Actions
Run when a player enters or leaves a region.
Format
type:value
💬 Messages
| Aliases | Description | Example |
|---|
message: msg: say: | Message to player | message:&aHello! |
broadcast: bc: | Message to everyone | bc:&cAlert! |
actionbar: action_bar: ab: | Action bar message | ab:&aWelcome! |
title: send_title: | Title + subtitle | title:&aTitle;&bSub |
sound: play_sound: | Play sound | sound:ENTITY_PLAYER_LEVELUP |
💻 Commands
| Aliases | Description | Example |
|---|
player: player_command: playercmd: player_cmd: pcmd: | Run as player | player:spawn |
console: console_command: consolecmd: console_cmd: ccmd: | Run from console | console:give %player% diamond 1 |
💰 Economy (Vault)
| Aliases | Description | Example |
|---|
give_money: givemoney: money_give: | Give money | give_money:100 |
take_money: takemoney: money_take: | Take money | take_money:50 |
📦 Items
| Aliases | Description | Example |
|---|
give_item: give: item: giveitem: | Give item | give:DIAMOND,1 |
clear_inventory: clearinv: clear: | Clear inventory | clear |
❤️ Status
| Aliases | Description | Example |
|---|
heal: fullheal: | Full heal | heal |
feed: fullfeed: | Full feed | feed |
set_health: sethealth: | Set health | sethealth:15 |
set_food: setfood: | Set food | setfood:10 |
set_gamemode: gamemode: gm: | Change gamemode | gm:CREATIVE |
✨ Effects
| Aliases | Description | Example |
|---|
give_potion_effect: potion: effect: | Give potion effect | potion:SPEED:10:1 |
remove_potion_effect: clear_effect: | Remove effect | clear_effect:SPEED |
spawn_particle: particle: | Spawn particles | particle:FLAME,10 |
burn: fire: set_fire: | Set on fire | fire:5 |
🌐 Others
| Aliases | Description | Example |
|---|
teleport: tp: | Teleport player | tp:world,100,64,100 |
kick: kick_player: | Kick player | kick:&cReason |
add_xp: addxp: xp_add: | Add XP | addxp:100 |
remove_xp: removexp: xp_remove: | Remove XP | removexp:50 |
set_flying: fly: setfly: | Toggle flying | fly:true |
🎯 BossBar
Persistent boss bar while inside the region.
bossbar:title;progress;color;style
Example:
bossbar:&6&lPVP ZONE;100;RED;SOLID
| Parameter | Values |
|---|
| Progress | 0-100 (percentage) |
| Color | PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE |
| Style | SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20 |
Placeholders
%player% — Player name%region% — Region name