From df52f68d1cdad36e116f592ed5e4ad98eb02fb5f Mon Sep 17 00:00:00 2001 From: Max Lee Date: Tue, 15 Oct 2024 15:25:03 +0100 Subject: [PATCH 1/2] Document session and services host properties --- docs/paper/admin/reference/system-properties.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/paper/admin/reference/system-properties.md b/docs/paper/admin/reference/system-properties.md index 4efda478..8760fa89 100644 --- a/docs/paper/admin/reference/system-properties.md +++ b/docs/paper/admin/reference/system-properties.md @@ -225,6 +225,17 @@ It also remaps plugin CB calls to remove the version information. - **default**: `false` - **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. +#### minecraft.api.session.host + +- **default**: `https://sessionserver.mojang.com` +- **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. + +#### minecraft.api.services.host + +- **default**: `https://api.minecraftservices.com` +- **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. + + ## List of environment variables #### PAPER_VELOCITY_SECRET From 4a61581f5d6b089cee44df4ce9e05fa267d2f7e3 Mon Sep 17 00:00:00 2001 From: Max Lee Date: Tue, 15 Oct 2024 20:09:12 +0100 Subject: [PATCH 2/2] Remove duplicate new line Co-authored-by: Ollie <69084614+olijeffers0n@users.noreply.github.com> --- docs/paper/admin/reference/system-properties.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/paper/admin/reference/system-properties.md b/docs/paper/admin/reference/system-properties.md index 8760fa89..d39fb27b 100644 --- a/docs/paper/admin/reference/system-properties.md +++ b/docs/paper/admin/reference/system-properties.md @@ -235,7 +235,6 @@ It also remaps plugin CB calls to remove the version information. - **default**: `https://api.minecraftservices.com` - **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. - ## List of environment variables #### PAPER_VELOCITY_SECRET