aboutsummaryrefslogtreecommitdiff
path: root/Writerside/topics/resource-pack.md
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus.morhtuuzh@proton.me>2024-08-31 14:05:44 +0200
committerGitHub <noreply@github.com>2024-08-31 14:05:44 +0200
commitd6e463164c17a01ec2d24de880418d59237e39a1 (patch)
tree9614b97880c69f7e5cb74aa1b2c7937e3d4592dd /Writerside/topics/resource-pack.md
parentd5732c6f04c8718e8734b9794d3e1dbc5c33aec5 (diff)
parente760fcfbeb930cc3e31f01c8c2d33f1fbd1977dd (diff)
Merge pull request #15 from anhgelus/feat/role-command
[Feat] Role command
Diffstat (limited to 'Writerside/topics/resource-pack.md')
-rw-r--r--Writerside/topics/resource-pack.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/Writerside/topics/resource-pack.md b/Writerside/topics/resource-pack.md
index c2fd871..b3bbf86 100644
--- a/Writerside/topics/resource-pack.md
+++ b/Writerside/topics/resource-pack.md
@@ -139,19 +139,21 @@ customize the mod's text lines.
```json
{
- "commands.molehunt.stop.failed": "The Molehunt game has not been started yet.",
+ "commands.molehunt.error.game_not_started": "The Molehunt game has not been started yet.",
"commands.molehunt.timer.show": "Showing Molehunt timer.",
"commands.molehunt.timer.hide": "Hiding Molehunt timer.",
- "commands.molehunt.moles.list": "List of moles:",
- "commands.molehunt.moles.list.deny": "You can't see the list of moles.",
+ "commands.molehunt.role.mole": "§cYou are a Mole.\nKill all the survivors before the timer runs out.",
+ "commands.molehunt.role.mole.list": "§eThe moles are: %s",
+ "commands.molehunt.role.survivor": "§aYou are not the Mole. \nSurvive until the timer runs out, and try to discover who's the Mole.",
+ "commands.molehunt.role.survivor.mole_count": "§eThere are %d §emoles among you.",
"commands.molehunt.stop.success": "The Molehunt game has been stopped.",
"molehunt.game.end.suspense.title": "§eAnd the winners are...",
"molehunt.game.end.winners.moles.title": "§cThe Moles!",
"molehunt.game.end.winners.survivors.title": "§aNot the Moles!",
- "molehunt.game.end.winners.subtitle": "§6The Moles were",
+ "molehunt.game.end.winners.subtitle": "§6The Moles were %s",
"molehunt.game.start.suspense": "§eYou are...",
"molehunt.game.start.mole.title": "§cThe Mole!",
- "molehunt.game.start.mole.subtitle": "§eGet the list of moles with §6/molehunt moles",
+ "molehunt.game.start.mole.subtitle": "§eGet the list of moles with §6/molehunt role§e.",
"molehunt.game.start.survivor.title": "§aNot the Mole!",
"molehunt.game.start.survivor.subtitle": "§eTry to survive and find out who's the mole!",
"gamerule.molehunt:gameDuration": "Molehunt: Duration of a game",