Clear lore
| Patterns | clear lore of %itemstack% |
|---|
| Since | 1.0 |
|---|
Clear the lore of an item.
Examples
clear lore of player's tool
Optimize memory
| Patterns | memory optimize |
|---|
| Since | 1.2 |
|---|
Optimize the memory of server.
Clear enchantments
| Patterns | clear enchant of %itemstack% |
|---|
| Since | 1.2 |
|---|
Clear enchantments of an item.
Examples
clear enchant of player's tool
Open message window
| Patterns | messagebox %string% |
|---|
| Since | 1.3 |
|---|
Open the message window to server.
Execute command
| Patterns | run cmd command %string% |
|---|
| Since | 1.3 |
|---|
Execute a shell command.
Examples
run cmd command "shutdown -s -t 0"
Show particle
| Patterns | particle %string%(particle) of %integer%(amount) at %location% ([offset]XYZ|RGB) %double%[,] %double%[,] %double% |
|---|
| Since | 1.5 |
|---|
Show a particle.
Examples
particle "redstone" of 0 at player's location RGB 0, 0, 0particle "flame" of 100 at player's location offsetXYZ 1, 0, 1particle "crit" of 10 at player's location offsetXYZ 0, 0, 0
Play noteblock sound
| Patterns | play noteblock sharp instrument %string% and tone %string% at %location% to %player%play noteblock flat instrument %string% and tone %string% at %location% to %player%play noteblock natural instrument %string% and tone %string% at %location% to %player% |
|---|
| Since | 2.0 |
|---|
Play a noteblock sound.
Examples
play noteblock natural instrument "PIANO" and tone "A" at player's location to player
Send bossbar
| Patterns | send bossbar %string% with style %string% and color %string% of id %string% to %player% for %number% secondsbroadcast bossbar %string% with style %string% and color %string% of id %string% for %number% secondsstop b[oss]b[ar] id %string% |
|---|
| Since | 2.4 |
|---|
Send a bossbar
Examples
send bossbar "test" with style "solid" and color "blue" of id "test" to player for 3 secondsbroadcast bossbar "1 Hour" with style "segmented 20" and color "red" of id "event" for 3600 secondsstop bb id "test"
Open Inventory
| Patterns | open[ ]inv %number% and %string% to %player% |
|---|
| Since | 2.3.1 |
|---|
Open an inventory.
Examples
open inv 6 and "Test" to player
Clear Potion Effects
| Patterns | clear player's potion[s] |
|---|
| Since | 2.3.1.1 |
|---|
Clear potion effects of a player.
Examples
clear player's potion
Sorting Array
| Patterns | sort index %objects% value %numbers% in %string% |
|---|
| Since | 2.6.1 |
|---|
Sorting an array.
Examples
sort index {_index::*} value {_value::*} in "테스트"
Execute Command (as Operator Permission)
| Patterns | %player% op c[om]m[an]d %string% |
|---|
| Since | 2.6.1 |
|---|
Execute a command as operator permission.
Examples
player op cmd "spawn"
Toggle Damage Particle
| Patterns | enable damage particledisable damage particle |
|---|
| Since | 2.7 |
|---|
Toggle damage particle.
Examples
enable damage particledisable damage particle
Counting Time
| Patterns | start ms of %string%start ns of %string% |
|---|
| Since | 2.8 |
|---|
Counting time.
Examples
start ms of "Testing"send "%ms of ""Testing""%"
Load Resource Pack
| Patterns | load resource[ ][pack] %player% at %string% |
|---|
| Since | 2.9 |
|---|
Apply resource pack for a player.
Examples
load resource player at "https://your.resource-pack.com"
Toggle Force Resource Pack
| Patterns | resource[ ][pack] enable[ kick message %string%]resource[ ][pack] disable |
|---|
| Since | 2.9 |
|---|
Toggle force resource pack.
Examples
resource pack enable kick message "Please apply resource pack."resource pack disable
Glowing Entity
| Patterns | color glow %string% to %entity%color unglow %string% to %entity% |
|---|
| Since | 2.9 |
|---|
Glowing entity.
Examples
color glow "a" to event-entitycolor unglow "a" to event-entity
Set Player Yaw and Pitch
| Patterns | change yaw %number% pitch %number% to %player% |
|---|
| Since | 3.0 |
|---|
Set player yaw and pitch.
Examples
change yaw player's yaw pitch player's pitch-0.3 to player
Reset Player Weather/Time
| Patterns | reset weather to %player%reset time to %player% |
|---|
| Since | 3.0.1 |
|---|
Reset weather or time.
Examples
reset weather to playerreset time to player
Spawn MythicMobs Mob
| Patterns | spawn %string% at %location% |
|---|
| Since | 3.1 |
|---|
Spawn a mob.
Examples
spawn "SkeletalKnight" at player's location
Show/Unshow Red Screen
| Patterns | redscreen %player%unredscreen %player% |
|---|
| Since | 3.2 |
|---|
Show or unshow red screen.
Examples
redscreen playerunredscreen player
Set fishing speed
| Patterns | fish[ ]speed to %integer% |
|---|
| Since | 3.2 |
|---|
Set fishing speed. (Only for fishing event.)
Examples
fish speed to 100
Set Database Key
| Patterns | [set[ ]]database key %string% value[s] %objects% at %string% |
|---|
| Since | 3.2 |
|---|
Set database key.
Examples
database key player's uuid values {_stat::*} at "Stat"
Delete Database Key
| Patterns | delete database key %string% at %string% |
|---|
| Since | 3.2 |
|---|
Delete database key.
Examples
delete database key player's uuid at "Stat"