Skip to content

leMaik/chunky-discord

Repository files navigation

Discord Rich Presence for Chunky

This is a plugin for Chunky that uses discord-rpc to integrate Chunky with Discord to provide rich presence, i.e. show your render progress below your name.

Installation

Download the latest plugin release from the releases page. In the Chunky Launcher, click on Manage plugins and then on Add and select the .jar file you just downloaded. Click on Save to store the updated configuration, then start Chunky as usual.

Note: The Discord integration only works if Discord is already running when starting Chunky.

Building the plugin

In order to build this plugin, a Client ID for Discord is required. To get one, you need to register in the Discord Developer Portal and create an API application.

Put this ID into the gradle.properties file and then build the project using ./gradlew jar. The BuildConfig plugin is used to inject the ID into the code at compile time.

License

Copyright 2020-2021 Maik Marschner (leMaik)

Permission to modify and redistribute is granted under the terms of the GNU General Public License, Version 3. See the LICENSE file for the full license.