From 153b7a5afc2cf10a38258c9f5854b9d803c35056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Sat, 31 Aug 2024 13:40:22 +0200 Subject: docs: role command related docs changes --- Writerside/topics/resource-pack.md | 10 ++++++---- Writerside/topics/usage.md | 6 ++++-- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'Writerside') diff --git a/Writerside/topics/resource-pack.md b/Writerside/topics/resource-pack.md index c2fd871..d97450e 100644 --- a/Writerside/topics/resource-pack.md +++ b/Writerside/topics/resource-pack.md @@ -142,16 +142,18 @@ customize the mod's text lines. "commands.molehunt.stop.failed": "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", diff --git a/Writerside/topics/usage.md b/Writerside/topics/usage.md index 1170ba8..707721b 100644 --- a/Writerside/topics/usage.md +++ b/Writerside/topics/usage.md @@ -17,8 +17,10 @@ some funny moments. But if needed, you can stop the game early by using The mod also provide a few commands for every player. -For moles and spectating players only, using `/molehunt moles` will give -you the list of the moles. +If you forgot your role during the game, you can use `/molehunt role` +This command will also provide you with some additional information : +- For survivors, it will give the mole count; +- For moles, it will give the list of all moles. To some people, the timer above you hotbar could be annoying. To hide it, use `/molehunt timer hide`. If you want to see it again, use -- cgit v1.2.3 From 6f65825e1504a1090405685404e7cbc59bd0f44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Sat, 31 Aug 2024 14:03:41 +0200 Subject: style: rename translation key --- Writerside/topics/resource-pack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Writerside') diff --git a/Writerside/topics/resource-pack.md b/Writerside/topics/resource-pack.md index d97450e..b3bbf86 100644 --- a/Writerside/topics/resource-pack.md +++ b/Writerside/topics/resource-pack.md @@ -139,7 +139,7 @@ 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.role.mole": "§cYou are a Mole.\nKill all the survivors before the timer runs out.", -- cgit v1.2.3