diff --git a/docs/network_wide_commands.md b/docs/commands.md similarity index 78% rename from docs/network_wide_commands.md rename to docs/commands.md index 9edd015..0e03c20 100644 --- a/docs/network_wide_commands.md +++ b/docs/commands.md @@ -3,9 +3,9 @@ icon: material/console description: Commands that can be used on any of our servers. --- -# Network Wide Commands +# Commands -These commands apply to all of the servers and are available network-wide! +## Global All teleportation commands have a wait of 5 seconds during which you cannot move, and a cool-down of 2 minutes. @@ -39,5 +39,10 @@ All teleportation commands have a wait of 5 seconds during which you cannot move - To go home: `/home` - To delete your home: `/delhome` -!!! Info "More commands" - Each server will have its own command section on this website, if you are looking for specific commands for specific servers, check out their individual pages! \ No newline at end of file +## Survival + +=== "Money" + + - Get your balance: `/bal` + - Pay someone: `/pay` + - [Sign Shops](./sign_shops.md) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index f43d500..54fb8c5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,7 +68,7 @@ nav: - 'Documentation': - 'code_of_conduct.md' - 'whitelisting.md' - - 'network_wide_commands.md' + - 'commands.md' - 'sign_shops.md' - 'bedrock.md' - 'administration.md'