diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-23 18:22:14 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-23 18:22:14 +0000 |
| commit | e3611b77c66d303d97528fa221553c1c1a44d1c6 (patch) | |
| tree | 43a817434d3655b9245d86cab064c432b56123b4 /src/client/resources/assets | |
| parent | 2e87ea59da4e7a3a56f24641c22aeac50cc5b607 (diff) | |
feat(config): options are now gamerules
Diffstat (limited to 'src/client/resources/assets')
| -rw-r--r-- | src/client/resources/assets/molehunt/lang/en_us.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json index 63ac06d..33aef84 100644 --- a/src/client/resources/assets/molehunt/lang/en_us.json +++ b/src/client/resources/assets/molehunt/lang/en_us.json @@ -11,5 +11,11 @@ "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.survivor": "§aNot the Mole!" + "molehunt.game.start.survivor": "§aNot the Mole!", + "gamerule.gameDuration": "Duration of a game", + "gamerule.molePercentage": "Percentage of mole", + "gamerule.moleCount": "Number of mole", + "gamerule.showNametags": "Show players' nametag", + "gamerule.showTab": "Enable the tab", + "gamerule.showSkins": "Show players' skin" }
\ No newline at end of file |
