Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

Awesome Lists containing this project

README

        





Logo

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

(back to top)

## 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

(back to top)

## License

Distributed under the GPLv3 License. See `LICENSE` for more information.

(back to top)

## Acknowledgments

* [CDAGaming](https://github.com/CDAGaming/DiscordIPC) for creating a nice fork of DiscordIPC