You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: #487, #526
* feat: contextual social icons
* fix: rewrite internals page
* feat: add missing configuration values
* chore: more forgotten changes
* fix: ItemStack roadmap
* fix: #356
* chore: turn off TOCs for index pages
* chore: turn off TOCs for index pages
* fix: prevent expressive-code from removing leading comments
* refactor: use Starlight FileTree to describe file trees
Copy file name to clipboardExpand all lines: src/content/docs/paper/admin/reference/system-properties.md
+10
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,11 @@ It also remaps plugin CB calls to remove the version information.
224
224
-**default**: `false`
225
225
-**description**: Disables the folder walk and symlink validation when loading a world. Significantly improves world loading speed on massive worlds (>1TB). This does not disable symlink verification of datapacks.
226
226
227
+
#### paper.disableGameRuleLimits
228
+
229
+
-**default**: `false`
230
+
-**description**: Disables limits on certain game rule values, e.g. `minecartMaxSpeed` and `spawnChunkRadius`.
231
+
227
232
#### minecraft.api.session.host
228
233
229
234
-**default**: `https://sessionserver.mojang.com`
@@ -234,6 +239,11 @@ It also remaps plugin CB calls to remove the version information.
234
239
-**default**: `https://api.minecraftservices.com`
235
240
-**description**: Allows specifying of a custom services API URL e.g. for caching. [`minecraft.api.session.host`](#minecraftapisessionhost) needs to be set too for this to apply.
236
241
242
+
#### com.mojang.eula.agree
243
+
244
+
-**default**: `false`
245
+
-**description**: Setting this to true indicates that you have agreed with [Mojang's EULA](https://aka.ms/MinecraftEULA), skipping `eula.txt` checks.
0 commit comments