Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superredstone/red_discord_presence
Show to your Discord friends your fancy Minecraft status! [FABRIC]
https://github.com/superredstone/red_discord_presence
fabric fabric-mod minecraft minecraft-mod
Last synced: 24 days ago
JSON representation
Show to your Discord friends your fancy Minecraft status! [FABRIC]
- Host: GitHub
- URL: https://github.com/superredstone/red_discord_presence
- Owner: Superredstone
- License: gpl-3.0
- Created: 2023-01-15T09:44:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T11:13:47.000Z (about 1 year ago)
- Last Synced: 2023-11-19T11:23:48.365Z (about 1 year ago)
- Topics: fabric, fabric-mod, minecraft, minecraft-mod
- Language: Kotlin
- Homepage: https://modrinth.com/mod/red-discord-presence
- Size: 99.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Red Discord Presence
Show to your Discord friends your fancy Minecraft status!
Report Bug
·
Request Feature
## Getting Started
Show to your Discord friends your fancy Minecraft status!
## Usage
Simply install the mod like every other one, launch the game and here you go!
Make sure that your game status is visible on Discord.### Configuration
To edit the configuration edit `config/red_discord_presence.json`
(In order to save uou don't have to restart the game, just enter and exit a world or a server)### Custom app name
Create a new application on [Discord developer portal](https://discord.com/developers/applications) and edt `clientId` inside the configuration (See the paragraph above)### Custom image
Open Discord developer portal and select your application, go inside `Rich Presence` menu
and click on `Art Assets`, click `Add Image` and upload an image. Once you have done go back
to the configuration (See the paragraph above) and change `singleplayerImage` with the image that you chose
when you uploaded the iamge## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the GPLv3 License. See `LICENSE` for more information.
## Acknowledgments
* [CDAGaming](https://github.com/CDAGaming/DiscordIPC) for creating a nice fork of DiscordIPC