Skip to content

en Line Types

oolongho edited this page Jul 18, 2026 · 4 revisions

Line Types & Items

Line Type Formats

Format Description Example
Plain text Display text content &aWelcome to the server!
Multi-line text Use \n for line breaks &aLine1\n&bLine2
#ICON:<item> Display item icon (ItemDisplay) #ICON:DIAMOND
#BLOCK:<block> Display block (BlockDisplay) #BLOCK:STONE
#HEAD:<type>:<value> Display player head #HEAD:PLAYER:oolongho
#HEAD:URL:<Base64> Custom skin head #HEAD:URL:eyJ0ZXh0...
#HEAD:HDB:<ID> HeadDatabase head #HEAD:HDB:12345
#SMALLHEAD:... Small head display #SMALLHEAD:PLAYER:oolongho
#ENTITY:<type> Display entity #ENTITY:ZOMBIE

Page buttons: Create a plain text line (e.g. &aNext), then add a NEXT_PAGE or PREV_PAGE action in the action manager.

Item Parameters

Additional parameters after #ICON:

#ICON:DIAMOND_SWORD custom-model-data:10000 name:&6Legendary_Sword glow
Parameter Description Example
custom-model-data:<n> Custom model data custom-model-data:10000
cmd:<n> Shorthand for above cmd:10000
color:<RGB> Leather color color:FF0000
name:<name> Custom name name:&6Legendary_Sword
lore:<lore> Item description lore:&7Description
glow Glow effect glow
unbreakable Unbreakable unbreakable

Clone this wiki locally