diff options
-rw-r--r-- | CONTRIBUTING.md | 22 | ||||
-rw-r--r-- | README.md | 8 |
2 files changed, 7 insertions, 23 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf0cadf08..1a58d0b64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -162,28 +162,12 @@ We use the [auto update library](https://github.com/nea89o/libautoupdate) from n ### DevAuth [DevAuth](https://github.com/DJtheRedstoner/DevAuth) is a tool that allows logging in to a Minecraft account while -debugging in IntelliJ. This is very useful for coding live on Hypixel without the need to compile a jar, put it into the -`mods` folder, and start the Minecraft launcher manually. +debugging in IntelliJ. This is very useful for coding live on Hypixel without the need to compile a jar. - The library is already downloaded by Gradle. -- Create the config folder (Windows only). For other OSes, use the guide from DJtheRedstoner. - - Navigate to `C:\Users\<your username>` - - Create a new folder `.devauth` - - Navigate to `C:\Users\<your username>\.devauth` - - Create a new file `config.toml` - - Paste this text into the file: (Don't change anything.) - -``` -defaultEnabled = true - -defaultAccount = "main" - -[accounts.main] -type = "microsoft" -``` - +- SkyHanni will automatically set up DevAuth. - Start Minecraft inside IntelliJ normally. - - Click on the link in the console and verify with a Mojang account. + - Click on the link in the console and verify with a Microsoft account. - The verification process will reappear every few days (after the session token expires). ### Hot Swap @@ -13,19 +13,19 @@ SkyHanni is a Forge mod for Minecraft 1.8.9. It adds many features to Hypixel SkyBlock. The mod is filled with GUIs, extra chat messages, reminders, message hiders and entity highlighters. -The majority of these features are centered in the Garden, Slayer, Bingo, Diana, and Rift. +The majority of these features are centered around the Garden, Slayer, Bingo, Diana, and Rift. -We have a [tutorial](https://github.com/hannibal002/SkyHanni/blob/beta/docs/INSTALLING.md) +We have a [tutorial](docs/INSTALLING.md) for how to download and install the mod. Use `/sh` or `/skyhanni` to open the SkyHanni config in game. -[Here](https://github.com/hannibal002/SkyHanni/blob/beta/docs/FEATURES.md) is a large list of all features. +[Here](docs/FEATURES.md) is a large list of all features. For bug reports, feature requests, and other feedback, please visit our [Discord](https://discord.gg/skyhanni-997079228510117908). If you are interested in the technical side of SkyHanni, read -the [Contributing Guide](https://github.com/hannibal002/SkyHanni/blob/beta/CONTRIBUTING.md). +the [Contributing Guide](CONTRIBUTING.md). *Check out some other really cool 1.8.9 mods [here](https://sbmw.ca/mod-lists/skyblock-mod-list/)* |