From f7784aa574dd3ca05bae3ef0ff00cbdcdac4b457 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Sun, 25 Aug 2024 14:36:00 +0000 Subject: feat(config): gamerule to enable/disable portals --- Writerside/topics/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Writerside/topics/configuration.md') 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 ``` -- cgit v1.2.3