diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-25 14:36:00 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-25 14:36:00 +0000 |
| commit | f7784aa574dd3ca05bae3ef0ff00cbdcdac4b457 (patch) | |
| tree | 8653081ce6c7c256d0869dd84266ae4f896c232b /Writerside/topics | |
| parent | d618e7682186c6396d5cb2ee6fbb3028d2b0e8f3 (diff) | |
feat(config): gamerule to enable/disable portals
Diffstat (limited to 'Writerside/topics')
| -rw-r--r-- | Writerside/topics/configuration.md | 7 |
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 ``` |
