Skip to content

Commit

Permalink
Document session and services host properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Oct 15, 2024
1 parent f1b31f1 commit df52f68
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/paper/admin/reference/system-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df52f68

Please sign in to comment.