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
Copy file name to clipboardExpand all lines: docs/paper/admin/reference/system-properties.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,16 @@ It also remaps plugin CB calls to remove the version information.
225
225
-**default**: `false`
226
226
-**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.
227
227
228
+
#### minecraft.api.session.host
229
+
230
+
-**default**: `https://sessionserver.mojang.com`
231
+
-**description**: Allows specifying of a custom session server URL e.g. for caching. [`minecraft.api.services.host`](#minecraftapiserviceshost) needs to be set too for this to apply.
232
+
233
+
#### minecraft.api.services.host
234
+
235
+
-**default**: `https://api.minecraftservices.com`
236
+
-**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.
0 commit comments