Skip to content

Instantly share code, notes, and snippets.

@Dinnerbone
Last active May 14, 2020 12:41
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Dinnerbone/5631634 to your computer and use it in GitHub Desktop.
Save Dinnerbone/5631634 to your computer and use it in GitHub Desktop.
New chat system for Minecraft. The server won't translate any text for the client, and there'll be a proper stack based colouring/formatting system, so no more leaking colours, english-only messages, or out of date translations.
{
"color": "yellow",
"translate": "multiplayer.player.joined",
"using": [
"Dinnerbone"
]
}
{
"color": "gray",
"italic": true,
"text": [
"[",
"Dinnerbone",
": ",
{
"translate": "commands.give.success",
"using": [
"Stone",
"1",
"1",
"Dinnerbone"
]
},
"]"
]
}
{
"translate": "death.attack.outOfWorld",
"using": [
"Dinnerbone"
]
}
{
"translate": "death.attack.explosion.player",
"using": [
"Dinnerbone",
"Creeper"
]
}
{
"translate": "chat.type.chat",
"using": [
"Dinnerbone",
"Hello, world!"
]
}
{
"translate": "chat.type.emote",
"using": [
"Dinnerbone",
"dances"
]
}
{
"color": "red",
"translate": "commands.generic.usage",
"using": [
{
"translate": "commands.time.usage"
}
]
}
@pittersnider
Copy link

Shit '='

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment