From 095aa12d0cf8170014f59d1e1646311989aaca58 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 19 Mar 2026 14:32:46 +0100 Subject: Copy Molehunt and rename --- .../resources/assets/molehunt/lang/en_us.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/client/resources/assets/molehunt/lang/en_us.json (limited to 'src/client/resources/assets/molehunt/lang/en_us.json') diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json new file mode 100644 index 0000000..8d4bb70 --- /dev/null +++ b/src/client/resources/assets/molehunt/lang/en_us.json @@ -0,0 +1,28 @@ +{ + "commands.floodhunt.error.game_not_started": "The Floodhunt game has not been started yet.", + "commands.floodhunt.timer.show": "Showing Floodhunt timer.", + "commands.floodhunt.timer.hide": "Hiding Floodhunt timer.", + "commands.floodhunt.role.mole": "§cYou are a Mole.\nKill all the survivors before the timer runs out.", + "commands.floodhunt.role.mole.list": "§eThe moles are: %s", + "commands.floodhunt.role.survivor": "§aYou are not the Mole. \nSurvive until the timer runs out, and try to discover who's the Mole.", + "commands.floodhunt.role.survivor.mole_count": "§eThere are %d §emoles among you.", + "commands.floodhunt.stop.success": "The Floodhunt game has been stopped.", + "floodhunt.game.end.suspense.title": "§eAnd the winners are...", + "floodhunt.game.end.winners.moles.title": "§cThe Moles!", + "floodhunt.game.end.winners.survivors.title": "§aNot the Moles!", + "floodhunt.game.end.winners.subtitle": "§6The Moles were %s", + "floodhunt.game.start.suspense": "§eYou are...", + "floodhunt.game.start.mole.title": "§cThe Mole!", + "floodhunt.game.start.mole.subtitle": "§eGet the list of moles with §6/floodhunt role§e.", + "floodhunt.game.start.survivor.title": "§aNot the Mole!", + "floodhunt.game.start.survivor.subtitle": "§eTry to survive and find out who's the mole!", + "gamerule.floodhunt:gameDuration": "Floodhunt: Duration of a game", + "gamerule.floodhunt:molePercentage": "Floodhunt: Percentage of Mole", + "gamerule.floodhunt:moleCount": "Floodhunt: Number of Mole", + "gamerule.floodhunt:showNametags": "Floodhunt: Show players' nametag", + "gamerule.floodhunt:showTab": "Floodhunt: Enable the tab", + "gamerule.floodhunt:showSkins": "Floodhunt: Show players' skin", + "gamerule.floodhunt:initialWorldSize": "Floodhunt: Initial world size", + "gamerule.floodhunt:finalWorldSize": "Floodhunt: Final world size", + "gamerule.floodhunt:borderMovingStartingTimeOffsetMinutes": "Floodhunt: Time before moving the borders" +} -- cgit v1.2.3