mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-09-24 21:22:43 +00:00
* Custom translations! Added to TextComponents custom translations, allowing to send commands in the current player locale. * Ignoring locale's typos * Paired reorder_substitutions with vanilla Changed how reorder substitutions work to match how vanilla allows to join next and numeral substitutions.
12 lines
680 B
JSON
12 lines
680 B
JSON
{
|
|
"commands.pumpkin.version": "Pumpkin %s\n",
|
|
"commands.pumpkin.description": "Empowering everyone to host fast \nand efficient Minecraft servers.\n",
|
|
"commands.pumpkin.minecraft_version": "(Minecraft %s, Protocol %s)\n",
|
|
"commands.pumpkin.github": "[Github Repository]",
|
|
"commands.pumpkin.website": "[Website]",
|
|
"commands.pumpkin.version.hover": "Click to Copy Version",
|
|
"commands.pumpkin.description.hover": "Click to Copy Description",
|
|
"commands.pumpkin.minecraft_version.hover": "Click to Copy Minecraft Version",
|
|
"commands.pumpkin.github.hover": "Click to open repository.",
|
|
"commands.pumpkin.website.hover": "Click to open website."
|
|
} |