Skip to content

Commit e4a3b5b

Browse files
authored
feat(paper) document changes for per-world time config in 26.1 (#758)
1 parent 9343356 commit e4a3b5b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/config/paper/paper-global.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@ commands:
148148
description: >-
149149
Instructs the server to return a list of players when tab-completing when
150150
there are no other completions available
151-
time-command-affects-all-worlds:
152-
vanilla: "true"
153-
default: "false"
154-
description: >-
155-
Whether the /time command should act on all worlds or just the sender's
156-
current world
157151
console:
158152
enable-brigadier-completions:
159153
default: "true"
@@ -454,6 +448,12 @@ spark:
454448
enabled:
455449
default: "true"
456450
description: Whether the bundled spark profiler should be enabled.
451+
time:
452+
affects-all-worlds:
453+
default: "false"
454+
description: >-
455+
Whether the worlds share a clock by dimension type or each runs independently. This for example affects the time command
456+
where it should act on all worlds or just the sender's current world. This also affects World time API.
457457
unsupported-settings:
458458
inline-docs-warning:
459459
color: red

0 commit comments

Comments
 (0)