From 7453ca68ddd20e007a5f4ee325d99fe27307a31a Mon Sep 17 00:00:00 2001 From: soccer1992 Date: Wed, 29 Jul 2026 14:23:35 -0400 Subject: [PATCH] Add minecraft.api.profiles.host documentation Added minecraft.api.profiles.host section since the PaperMC documentation did not have this, which can confuse people about the sessionserver arguments. --- .../paper/admin/reference/system-properties.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/content/docs/paper/admin/reference/system-properties.md b/src/content/docs/paper/admin/reference/system-properties.md index bfb9ddc01..c69af23c7 100644 --- a/src/content/docs/paper/admin/reference/system-properties.md +++ b/src/content/docs/paper/admin/reference/system-properties.md @@ -255,13 +255,23 @@ and know what you are doing. - **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`](#minecraftapiserviceshost) and [ + `minecraft.api.profiles.host`](#minecraftapiprofileshost) 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. + `minecraft.api.session.host`](#minecraftapisessionhost) and [ + `minecraft.api.profiles.host`](#minecraftapiprofileshost) needs to be set too for this to apply. + +#### minecraft.api.profiles.host + +- **default**: `https://api.mojang.com` +- **description**: Allows specifying of a custom profile API URL e.g. for caching. [ + `minecraft.api.session.host`](#minecraftapisessionhost) and [ + `minecraft.api.services.host`](#minecraftapiserviceshost) needs to be set too for this to apply. + #### com.mojang.eula.agree