From 6ab0b310548b9a29655c9f446aa6ea940006767c Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 18:17:31 +0100 Subject: [PATCH] doc: split out teh users file --- docs/Minecraft_Setup.md | 24 +----------------------- docs/Minecraft_Users.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) create mode 100644 docs/Minecraft_Users.md diff --git a/docs/Minecraft_Setup.md b/docs/Minecraft_Setup.md index c309cdf..37961cd 100644 --- a/docs/Minecraft_Setup.md +++ b/docs/Minecraft_Setup.md @@ -65,26 +65,4 @@ If an option is not already in teh file then create it. An entry needs to be added to the [Forgejo DNS Config][dns_01] in the form of ``minecraft.$NAME``. Where ``$NAME`` is the name of teh club/soc, lowercase. -[dns_01]: https://forgejo.skynet.ie/Skynet/nixos/src/branch/main/applications/games/minecraft.nix#L27 - -### Users - -#### Discord Bot -If the Club/Soc uses the Skynet Discord bot then you will need to add your username to it. -Instructions can be found here: [link][users_04] - -#### Java -* Connect via ``minecraft.$NAME.games.skynet.ie`` -* If you want to use voice chat install it locally - * [Modrinth][users_02] - * [Wiki][users_03] (Has more detailed install instructions) - -#### Bedrock -* Connect via ``minecraft.$NAME.games.skynet.ie`` - * Port is ``244XY`` -* Bedrock users need to [link][users_01] their account to join the server - -[users_01]: https://link.geysermc.org/method/online -[users_02]: https://modrinth.com/plugin/simple-voice-chat -[users_03]: https://modrepo.de/minecraft/voicechat/wiki/installation -[users_04]: https://forgejo.skynet.ie/Skynet/discord-bot/src/branch/main/doc/User.md#minecraft \ No newline at end of file +[dns_01]: https://forgejo.skynet.ie/Skynet/nixos/src/branch/main/applications/games/minecraft.nix#L27 \ No newline at end of file diff --git a/docs/Minecraft_Users.md b/docs/Minecraft_Users.md new file mode 100644 index 0000000..55900ef --- /dev/null +++ b/docs/Minecraft_Users.md @@ -0,0 +1,21 @@ +# Minecraft - Users + +## Discord Bot +If the Club/Soc uses the Skynet Discord bot then you will need to add your username to it. +Instructions can be found here: [link][users_04] + +## Java +* Connect via ``minecraft.$NAME.games.skynet.ie`` +* If you want to use voice chat install it locally + * [Modrinth][users_02] + * [Wiki][users_03] (Has more detailed install instructions) + +## Bedrock +* Connect via ``minecraft.$NAME.games.skynet.ie`` + * Port is ``244XY`` +* Bedrock users need to [link][users_01] their account to join the server + +[users_01]: https://link.geysermc.org/method/online +[users_02]: https://modrinth.com/plugin/simple-voice-chat +[users_03]: https://modrepo.de/minecraft/voicechat/wiki/installation +[users_04]: https://forgejo.skynet.ie/Skynet/discord-bot/src/branch/main/doc/User.md#minecraft \ No newline at end of file