diff --git a/docs/the_cabin.md b/docs/the_cabin.md new file mode 100644 index 0000000..0eb738a --- /dev/null +++ b/docs/the_cabin.md @@ -0,0 +1,31 @@ +--- +icon: fontawesome/solid/house-flag +description: Hang out and chat in this cozy place. We may also hold some events here! +--- + +# The Cabin + +## Server Details + +- Direct join address: `This server is not directly joinable` +- Server Software: [PaperMC](https://papermc.io/) 1.20.2 +- Max Players: 40 +- Mem: 6 GiB +- Backups: Nightly, two weeks stored. Happens at 00:00 EST. + +## Commands + +- `/sit` - Sit on a block +- `/lay` - Lay down +- `/crawl` - Crawl around +- `/bellyflop` - Lay on your belly + +## Datapacks, Plugins, and Mods + +=== "Mods" + + !!! Note + These mods are not necessary to join the server and are only here to improve your experience. + + This server uses the [Simple Voice Chat](https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat) mod to allow on-server proximity based voice chat. + To use the mod, you will need [Fabric](https://fabricmc.net/), [Forge](https://files.minecraftforge.net/net/minecraftforge/forge/) or [Quilt](https://quiltmc.org/en/). You are on your own for how to set this up, but I think it is fairly straight forward. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 403d515..36987b8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,6 +60,7 @@ nav: - 'survival.md' - 'creative.md' - 'minigames.md' + - 'the_cabin.md' - 'bedrock.md' - 'administration.md' - 'calendar.md'