diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-25 21:19:25 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-25 21:19:25 +0200 |
| commit | 2df45c639867b33f72802a3cde7ff709342101cb (patch) | |
| tree | 15e53c8b3079ada839774512971de9ed7b691800 /Writerside | |
| parent | fc4e6a7228de6b15fefba347b4808c17136ed887 (diff) | |
docs: add `enablePortals` gamerule doc
Diffstat (limited to 'Writerside')
| -rw-r--r-- | Writerside/topics/gamerules.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Writerside/topics/gamerules.md b/Writerside/topics/gamerules.md index 5b37ec4..10c895d 100644 --- a/Writerside/topics/gamerules.md +++ b/Writerside/topics/gamerules.md @@ -4,7 +4,7 @@ To change the mods behavior, you can change your world's gamerules. Every gameru by this mod starts with the prefix `molehunt:`. > If plan on making multiple worlds, and don't want to set the gamerules each time, -> [edit the configuration file](config-file.md) +> [edit the configuration file](config-file.md). {style=tip} Here's a list of all the Molehunt gamerules. @@ -31,7 +31,11 @@ Here's a list of all the Molehunt gamerules. a custom resource pack](resource-pack.md) (default: `false`). - `showTab`: The server player list will be shown (default: `false`). -### World-border settings : +### Server-side settings : + +- `enablePortals`: enables all portals to other dimensions (default: `false`). + +#### World-border settings : - `initialWorldSize`: the world size when starting the game (default: `200 blocks`). - `finalWorldSize`: the target world size on the end of the game (default: `50 blocks`). |
