Skip to content

Commit

Permalink
document config for startup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed May 8, 2024
1 parent 22ae5d2 commit 40f8eda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions mkdocs/purpur/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<command_name>` 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)
Expand Down

0 comments on commit 40f8eda

Please sign in to comment.