https://github.com/hahoos/labpresence
Adds Discord Rich Presence to BONELAB
https://github.com/hahoos/labpresence
bonelab bonelab-modding csharp discord discord-rich-presence discord-rpc shitty-code
Last synced: 14 days ago
JSON representation
Adds Discord Rich Presence to BONELAB
- Host: GitHub
- URL: https://github.com/hahoos/labpresence
- Owner: HAHOOS
- License: mit
- Created: 2025-02-14T19:43:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-26T07:36:42.000Z (about 1 month ago)
- Last Synced: 2026-04-26T09:28:48.910Z (about 1 month ago)
- Topics: bonelab, bonelab-modding, csharp, discord, discord-rich-presence, discord-rpc, shitty-code
- Language: C#
- Homepage: https://thunderstore.io/c/bonelab/p/HAHOOS/LabPresence/
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README

LabPresence
**The mod does not work on Quest, because Discord does not support RPC on Android**
This mod adds the support for Discord Rich Presence, while also allowing for customization of what should be displayed!
WARNING!
With v1.3.0, the placeholder system has been replaced by [Scriban](https://scriban.github.io/). This means that old configs do not work anymore.
It is recommended that you simply remove the folder that contains the configuration: `Game Directory > UserData > LabPresence`
Features
* **Full LabFusion Support, including Discord invites & more!**
* Full customizability of what's displayed.
* Placeholders powered by a powerful templating engine [Scriban](https://scriban.github.io/)
Credits
This mod mostly relies on [Discord RPC C#](https://github.com/Lachee/discord-rpc-csharp), without the library it would have been very difficult for me to get this mod done. So most of the credits go to the person behind the port, [Lachee](https://github.com/Lachee)