diff --git a/mkdocs.yml b/mkdocs.yml index 0e61741..492e36b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,8 +96,8 @@ extra: source: https://github.com/PurpurMC/Purpur version: 1.20.6 build: - number: 2188 - commit: a398e71 + number: 2191 + commit: 3239393 purpur_extras: downloads: https://modrinth.com/plugin/purpurextras/versions source: https://github.com/PurpurMC/PurpurExtras diff --git a/mkdocs/purpur/configuration.md b/mkdocs/purpur/configuration.md index 7ef62e2..51b6a93 100644 --- a/mkdocs/purpur/configuration.md +++ b/mkdocs/purpur/configuration.md @@ -244,6 +244,12 @@ S · ◈ · ◈ · ◈ · SW · ◈ · ◈ · ◈ · W · ◈ - **default**: false - **description**: Set to true to register unused/hidden minecraft commands. The following commands become available (along with their `minecraft.command.` permission counterpart): `debugconfig`, `serverpack`, `spawn_armor_trims`, `warden_spawn_tracker`, `debugmobspawning`, `debugpath`, `raid`, `resetchunks`, `test`. This list may or may not be incomplete depending on if they get removed or new ones get added in newer minecraft versions. +### register-startup-commands +Set the `Purpur.IReallyDontWantStartupCommands` system property to `true` to disable this feature. + +- **default**: [] +- **description**: Allows you to set a list of console commands that will run when the server starts up. Useful for server owners that don't have access to their console. Inspired by [Vintagestory's "StartupCommands" config option](https://wiki.vintagestory.at/index.php/Setting_up_a_Multiplayer_Server#Acquiring_server_admin_rights). + ### bee-count-payload - **default**: false - **description**: Set to true to allow clients to request the bee count of beehives using custom payload packets. (Primarily used by the [PurpurClient](https://modrinth.com/mod/PurpurClient) mod)