mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
145 lines
2.8 KiB
JSON
145 lines
2.8 KiB
JSON
{
|
|
"chat": {
|
|
"id": 0,
|
|
"components": {
|
|
"chat": {
|
|
"translation_key": "chat.type.text",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
},
|
|
"narration": {
|
|
"translation_key": "chat.type.text.narrate",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"emote_command": {
|
|
"id": 1,
|
|
"components": {
|
|
"chat": {
|
|
"translation_key": "chat.type.emote",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
},
|
|
"narration": {
|
|
"translation_key": "chat.type.emote",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"msg_command_incoming": {
|
|
"id": 2,
|
|
"components": {
|
|
"chat": {
|
|
"translation_key": "commands.message.display.incoming",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
],
|
|
"style": {
|
|
"color": "gray",
|
|
"italic": true
|
|
}
|
|
},
|
|
"narration": {
|
|
"translation_key": "chat.type.text.narrate",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"msg_command_outgoing": {
|
|
"id": 3,
|
|
"components": {
|
|
"chat": {
|
|
"translation_key": "commands.message.display.outgoing",
|
|
"parameters": [
|
|
"target",
|
|
"content"
|
|
],
|
|
"style": {
|
|
"color": "gray",
|
|
"italic": true
|
|
}
|
|
},
|
|
"narration": {
|
|
"translation_key": "chat.type.text.narrate",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"say_command": {
|
|
"id": 4,
|
|
"components": {
|
|
"chat": {
|
|
"translation_key": "chat.type.announcement",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
},
|
|
"narration": {
|
|
"translation_key": "chat.type.text.narrate",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"team_msg_command_incoming": {
|
|
"id": 5,
|
|
"components": {
|
|
"chat": {
|
|
"translation_key": "chat.type.team.text",
|
|
"parameters": [
|
|
"target",
|
|
"sender",
|
|
"content"
|
|
]
|
|
},
|
|
"narration": {
|
|
"translation_key": "chat.type.text.narrate",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"team_msg_command_outgoing": {
|
|
"id": 6,
|
|
"components": {
|
|
"chat": {
|
|
"translation_key": "chat.type.team.sent",
|
|
"parameters": [
|
|
"target",
|
|
"sender",
|
|
"content"
|
|
]
|
|
},
|
|
"narration": {
|
|
"translation_key": "chat.type.text.narrate",
|
|
"parameters": [
|
|
"sender",
|
|
"content"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |