diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-25 00:13:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 00:13:06 +0200 |
| commit | 5c0617cd3de4e786b3643e67bf610d5349164243 (patch) | |
| tree | 8fe51eefb34ee634be663f43caa4a3525a934104 /README.md | |
| parent | f9702feda784bfe7fef3cb8b8d0ddb420010ea5b (diff) | |
| parent | a243d9c2d8847ab4b95b56d4496ee2e301c75f48 (diff) | |
Merge pull request #6 from anhgelus/feat/world-borders
[Feat] World borders
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 29 |
1 files changed, 11 insertions, 18 deletions
@@ -16,33 +16,26 @@ Start the game with `/molehunt start` and enjoy! Every player has the same skin.
-Players' nametag are disabled.
+Players' nametags are disabled.
-The tab, the chat and all message commands (`/msg`, `/tell` and `/w`) are disabled.
+The player list, the chat and the message commands (`/msg`, `/tell` and `/w`) are disabled.
Death and advancement messages are disabled.
-Stop the game when every innocent is dead or when the timer ended (one hour and half).
+World borders are set when starting and slowly shrink over the entire game.
+
+The mod stops the game when every innocent is dead or when the timer ended.
The moles can see the name of other moles with `/molehunt moles`.
-## Configuration
+_Almost_ everything in the mod can configured.
-You can configure every text line and the skin with a resource pack (for reference, check out
-[the default lang file](src/client/resources/assets/molehunt/lang/en_us.json) and [the default
-skin file](src/client/resources/assets/molehunt/textures/skin.png)).
+## Configuration
-Also, more server-side values can be changed in the configuration file, located in your server config directory.
-These settings will be applied by default to every new world.
-If you want to customize only one world, use the gamerules.
+To change most values, you can play with the gamerules added by the mod with the
+`/gamerule` command. Every gamerule introduced by the mod starts with `molehunt:`.
-Every setting can be modified in game with these gamerules:
-- `molehunt:gameDuration`
-- `molehunt:molePercentage`
-- `molehunt:moleCount`
-- `molehunt:showNametags`
-- `molehunt:showTab`
-- `molehunt:showSkins`
+To dive deeper into the configuration, [an online wiki is available](https://www.anhgelus.world/molehunt/configuration.html).
## Technologies
@@ -52,6 +45,6 @@ Every setting can be modified in game with these gamerules: ## Credits
-Creator of the skin used is unknown.
+Creator of the default skin used is unknown.
Thanks @leo-210 for the help!
|
