diff options
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07e6b7341..ec300ebdc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,6 +77,12 @@ On every game start, the copy gets updated (if outdated and if not manually disa When working with the repo, it is recommended to disable the manual repo update to prevent overriding your local changes accidentally. +## DiscordIPC + +DiscordIPC is a service that SkyHanni uses to send information from SkyBlock to Discord in Rich Presence. <br> +Specifically, we use [TirelessTraveler's Fork](https://github.com/ILikePlayingGames/DiscordIPC) of a fork of a fork of the [original](https://github.com/jagrosh/DiscordIPC). +For info on usage, look at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt) + # Coding Styles and Conventions - Follow the [Hypixel Rules](https://hypixel.net/rules). @@ -136,4 +142,4 @@ We use [dcevm](https://dcevm.github.io/) and the IntelliJ Plugin [HotSwap Agent](https://plugins.jetbrains.com/plugin/9552-hotswapagent) to quickly reload code changes. Follow [this](https://forums.Minecraftforge.net/topic/82228-1152-3110-intellij-and-gradlew-forge-hotswap-and-dcevm-tutorial/) -tutorial.
\ No newline at end of file +tutorial. |