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:
7cc5c4f330d47060 2024-11-03 14:23:02 -05:00
parent 6b87be6da2
commit 1c3069150f
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:oO39knK4Ms3Sk93ZEui6XuFW9LnLbXsy5kQ8I1GT9j8

View file

@ -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"
}
} }
] ]
} }