diff options
| author | SeRaid <77941535+SeRaid743@users.noreply.github.com> | 2024-04-14 16:53:17 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-14 14:53:17 +1000 |
| commit | c9363faae950baa57bae18c2db7382f3cfb4ca37 (patch) | |
| tree | 19ac9791cc96b323b56b01e8264c629fcaff44df /CONTRIBUTING.md | |
| parent | d86a8afedc06e58be6fa8c252c0c71e31b718464 (diff) | |
| download | SkyHanni-c9363faae950baa57bae18c2db7382f3cfb4ca37.tar.gz SkyHanni-c9363faae950baa57bae18c2db7382f3cfb4ca37.tar.bz2 SkyHanni-c9363faae950baa57bae18c2db7382f3cfb4ca37.zip | |
Fix: changed some readme stuff (#1444)
* fixed links in readme to be local
* updated dev auth information
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 22 |
1 files changed, 3 insertions, 19 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 |
