aboutsummaryrefslogtreecommitdiff
path: root/Writerside/topics
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus.morhtuuzh@proton.me>2024-08-25 16:49:59 +0200
committerGitHub <noreply@github.com>2024-08-25 16:49:59 +0200
commit50e4a669f0be4e59fb4a91c0e498e7683e800c83 (patch)
tree8653081ce6c7c256d0869dd84266ae4f896c232b /Writerside/topics
parent5c0617cd3de4e786b3643e67bf610d5349164243 (diff)
parentf7784aa574dd3ca05bae3ef0ff00cbdcdac4b457 (diff)
Merge pull request #11 from anhgelus/feat/disable-portals
[Feat] Disable portals
Diffstat (limited to 'Writerside/topics')
-rw-r--r--Writerside/topics/configuration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Writerside/topics/configuration.md b/Writerside/topics/configuration.md
index 41c4ff4..3f10fa1 100644
--- a/Writerside/topics/configuration.md
+++ b/Writerside/topics/configuration.md
@@ -28,6 +28,9 @@ Tab can be used (default: false).
- Target border size on the end of the game : `final_world_size` (or `finalWorldSize`).
- Time before moving the borders : `border_moving_starting_time_offset` (or `borderMovingStartingTimeOffsetMinutes`).
+### Misc
+- Enable portals (for the nether, the end and the end gateway) : `enable_portals` (or `enablePortals`).
+
Every clientside rules (nametag, skin and tab) are only used by the client during a game.
Before and after the game, they are not used.
@@ -99,4 +102,8 @@ final_world_size = 50
# If this value is greater than the game duration, borders will never shrink.
# Default: 10 minutes.
border_shrinking_starting_time_offset = 10
+
+# Enable portals (nether, end, end gateway)
+# Default: false
+enable_portals = false
```