-
Notifications
You must be signed in to change notification settings - Fork 1
en Line Types
oolongho edited this page Jul 16, 2026
·
4 revisions
| 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 |
#NEXT |
Next page button | #NEXT Next |
#PREV |
Previous page button | #PREV Previous |
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 |