Make the reference format cuter :3
If you don't like the colors, you can always change it... This is based on an old format from chayapak.
This commit is contained in:
parent
6b87be6da2
commit
1c3069150f
1 changed files with 37 additions and 3 deletions
|
@ -22,13 +22,47 @@
|
||||||
|
|
||||||
"customChat": {
|
"customChat": {
|
||||||
"format": {
|
"format": {
|
||||||
"translate": "chat.type.text",
|
"translate": "[%s] %s › %s",
|
||||||
|
"color": "#ff99dd",
|
||||||
"with": [
|
"with": [
|
||||||
{
|
{
|
||||||
"selector": "USERNAME"
|
"text": "ChipmunkMod",
|
||||||
|
"color": "#ffccee",
|
||||||
|
"hoverEvent": {
|
||||||
|
"action": "show_text",
|
||||||
|
"contents": [
|
||||||
|
{
|
||||||
|
"text": "Click here to open the ChipmunkMod source code (Madeline's fork :3)",
|
||||||
|
"color": "white"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"clickEvent": {
|
||||||
|
"action": "open_url",
|
||||||
|
"value": "https://code.chipmunk.land/7cc5c4f330d47060/chipmunkmod"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "MESSAGE"
|
"selector": "USERNAME",
|
||||||
|
"color": "#ffccee"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "",
|
||||||
|
"extra": ["MESSAGE"],
|
||||||
|
"color": "white",
|
||||||
|
"hoverEvent": {
|
||||||
|
"action": "show_text",
|
||||||
|
"contents": [
|
||||||
|
{
|
||||||
|
"text": "Click here to copy the message :3",
|
||||||
|
"color": "white"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"clickEvent": {
|
||||||
|
"action": "copy_to_clipboard",
|
||||||
|
"value": "MESSAGE"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue