Skip to content

Commit df52f68

Browse files
committed
Document session and services host properties
1 parent f1b31f1 commit df52f68

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/paper/admin/reference/system-properties.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,17 @@ It also remaps plugin CB calls to remove the version information.
225225
- **default**: `false`
226226
- **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.
227227

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.
237+
238+
228239
## List of environment variables
229240

230241
#### PAPER_VELOCITY_SECRET

0 commit comments

Comments
 (0)