From 91f3e77202e7478cb0ff8cd91f302e2a1252e8cb Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Tue, 16 Jan 2024 10:48:45 -0500 Subject: [PATCH 1/3] Remove gallery --- docs/gallery.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/gallery.md diff --git a/docs/gallery.md b/docs/gallery.md deleted file mode 100644 index 6b5b66e..0000000 --- a/docs/gallery.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -icon: material/image -description: Check out some pictures from around the server! ---- - -# Gallery - -## [Check out the gallery!](https://gallery.midnightvalley.net) - -## Submit a pic! - -To submit a pic to the gallery, all you need to do is send it with a title to `#gallery-submission` on the Discord server! - -## Special Shots - -If you want to get a shot from an angle that's not normally possible in Survival for example, reach out to Subnet and he can use some admin trickery to help you out! \ No newline at end of file From dd80f5e2cbc17f7b0d2aa58472ccb2ec1d3ca555 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Tue, 16 Jan 2024 10:49:00 -0500 Subject: [PATCH 2/3] Update bedrock page --- docs/bedrock.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/bedrock.md b/docs/bedrock.md index 322a152..31d0fce 100644 --- a/docs/bedrock.md +++ b/docs/bedrock.md @@ -5,7 +5,7 @@ description: Want to play on Bedrock? No problem, check it out! --- -# Bedrock +# Bedrock Compatibility Bedrock support is provided by the [Geyser](https://geysermc.org/) plugin in conjunction with the [Floodgate](https://wiki.geysermc.org/floodgate/) plugin on our proxy server. Stability is not guaranteed, however, in my experience it is pretty stable and reliable. @@ -56,4 +56,7 @@ I am working on setting up my own version of this, however for now [here is a tu This can happen if your network connection is unstable. If you are using mobile data (4G/5G) this is not entirely unexpected. ??? Tip "I keep getting asked for my Microsoft account." - Have you [linked](https://link.geysermc.org/method/online) your Java account? \ No newline at end of file + Have you [linked](https://link.geysermc.org/method/online) your Java account? + +??? Tip "Player skins are missing, render incorrectly, or are generally broken" + This is expected as Java and Bedrock use different UUIDs and different skin models. \ No newline at end of file From ece05682152b15c474d8d95cc45ad6dbd124193f Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Tue, 16 Jan 2024 10:49:09 -0500 Subject: [PATCH 3/3] Add Python requirements --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9a9c07b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +mkdocs==1.5.3 +mkdocs-material==9.5.4 +mkdocs-material-extensions==1.3.1 +mkdocs-glightbox==0.3.6 +mkdocs-rss-plugin==1.12.0 \ No newline at end of file