Clear lore

Patternsclear lore of %itemstack%
Since1.0
Clear the lore of an item.

Examples

clear lore of player's tool

Optimize memory

Patternsmemory optimize
Since1.2
Optimize the memory of server.

Examples

memory optimize

Clear enchantments

Patternsclear enchant of %itemstack%
Since1.2
Clear enchantments of an item.

Examples

clear enchant of player's tool

Open message window

Patternsmessagebox %string%
Since1.3
Open the message window to server.

Examples

messagebox "테스트"

Execute command

Patternsrun cmd command %string%
Since1.3
Execute a shell command.

Examples

run cmd command "shutdown -s -t 0"

Show particle

Patternsparticle %string%(particle) of %integer%(amount) at %location% ([offset]XYZ|RGB) %double%[,] %double%[,] %double%
Since1.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

Patternsplay 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%
Since2.0
Play a noteblock sound.

Examples

play noteblock natural instrument "PIANO" and tone "A" at player's location to player

Send bossbar

Patternssend 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%
Since2.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"

Call event

Patternscall[ ]event join %player%call[ ]event quit %player%call[ ]event chat %player%call[ ]event death %player%call[ ]event damage %entity% by %entity% cause %string% damage %double%
Since2.3.1
Call an event.

Examples

call event join player

Open Inventory

Patternsopen[ ]inv %number% and %string% to %player%
Since2.3.1
Open an inventory.

Examples

open inv 6 and "Test" to player

Clear Potion Effects

Patternsclear player's potion[s]
Since2.3.1.1
Clear potion effects of a player.

Examples

clear player's potion

Sorting Array

Patternssort index %objects% value %numbers% in %string%
Since2.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%
Since2.6.1
Execute a command as operator permission.

Examples

player op cmd "spawn"

Toggle Damage Particle

Patternsenable damage particledisable damage particle
Since2.7
Toggle damage particle.

Examples

enable damage particledisable damage particle

Counting Time

Patternsstart ms of %string%start ns of %string%
Since2.8
Counting time.

Examples

start ms of "Testing"send "%ms of ""Testing""%"

Load Resource Pack

Patternsload resource[ ][pack] %player% at %string%
Since2.9
Apply resource pack for a player.

Examples

load resource player at "https://your.resource-pack.com"

Toggle Force Resource Pack

Patternsresource[ ][pack] enable[ kick message %string%]resource[ ][pack] disable
Since2.9
Toggle force resource pack.

Examples

resource pack enable kick message "Please apply resource pack."resource pack disable

Glowing Entity

Patternscolor glow %string% to %entity%color unglow %string% to %entity%
Since2.9
Glowing entity.

Examples

color glow "a" to event-entitycolor unglow "a" to event-entity

Set Player Yaw and Pitch

Patternschange yaw %number% pitch %number% to %player%
Since3.0
Set player yaw and pitch.

Examples

change yaw player's yaw pitch player's pitch-0.3 to player

Reset Player Weather/Time

Patternsreset weather to %player%reset time to %player%
Since3.0.1
Reset weather or time.

Examples

reset weather to playerreset time to player

Spawn MythicMobs Mob

Patternsspawn %string% at %location%
Since3.1
Spawn a mob.

Examples

spawn "SkeletalKnight" at player's location

Show/Unshow Red Screen

Patternsredscreen %player%unredscreen %player%
Since3.2
Show or unshow red screen.

Examples

redscreen playerunredscreen player

Set fishing speed

Patternsfish[ ]speed to %integer%
Since3.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%
Since3.2
Set database key.

Examples

database key player's uuid values {_stat::*} at "Stat"

Delete Database Key

Patternsdelete database key %string% at %string%
Since3.2
Delete database key.

Examples

delete database key player's uuid at "Stat"