From dd3444cb7096b3d4879a7ca5c10cd1a3b5fd4225 Mon Sep 17 00:00:00 2001 From: ILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com> Date: Wed, 27 Sep 2023 22:10:29 -0400 Subject: Other resources (#4) * Add website list * Add Discord Server List --------- Co-authored-by: ILikePlayingGames --- docs/other-resources/discord-server-list.md | 7 +++++++ docs/other-resources/website-list.md | 22 ++++++++++++++++++++++ mkdocs.yml | 6 ++++-- 3 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 docs/other-resources/discord-server-list.md create mode 100644 docs/other-resources/website-list.md diff --git a/docs/other-resources/discord-server-list.md b/docs/other-resources/discord-server-list.md new file mode 100644 index 0000000..50df04c --- /dev/null +++ b/docs/other-resources/discord-server-list.md @@ -0,0 +1,7 @@ +# Discord Server List +These are community chat rooms created by players to discuss aspects of Hypixel SkyBlock. + +## Hypixel +The official Hypixel Discord server has chats for game discussions, party finding, and an announcement feed for server updates. + +https://discord.gg/hypixel \ No newline at end of file diff --git a/docs/other-resources/website-list.md b/docs/other-resources/website-list.md new file mode 100644 index 0000000..0b64ce2 --- /dev/null +++ b/docs/other-resources/website-list.md @@ -0,0 +1,22 @@ +# Website List +This is a collection of web-based tools players have made for SkyBlock. + +## SkyCrypt +SkyCrypt is a profile viewer that displays the stats, collections, and inventories of other players. + +https://sky.shiiyu.moe/ + +## Official SkyBlock Wiki +The official SkyBlock Wiki is an encyclopedia containing details about items, NPCs, locations, and other in-game content. + +https://wiki.hypixel.net/Main_Page + +## Fandom SkyBlock Wiki +The Fandom SkyBlock Wiki contains the same kinds of information as the official wiki but is owned and managed by the community. + +https://hypixel-skyblock.fandom.com/wiki/Hypixel_SkyBlock_Wiki + +## Inventivetalent’s Hypixel Tools +Inventivetalent’s Hypixel Tools consist of an online SkyBlock calendar and timers for various in-game events. + +https://hypixel.inventivetalent.org/ \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index fcbd80a..9fbbe78 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,5 +38,7 @@ nav: - SkyBlock Mod List: 'mod-lists/skyblock-mod-list.md' - General Mod List: 'mod-lists/general-mod-list.md' - Development: - - Getting started with Mod Development: 'development/getting-started.md' - + - Getting started with Mod Development: 'development/getting-started.md' + - Other Resources: + - Website List: 'other-resources/website-list.md' + - Discord Server List: 'other-resources/discord-server-list.md' -- cgit