What is SDRP?
SDRP is a simple Discord Rich Presence client for Minecraft that allows you to display your current Minecraft status on Discord.
How do I use SDRP?
- Simply download the mod from CurseForge and put it in your mods folder. This is a client-side only mod so you don't need to install it on your server.
- You will then need to create an application on Discord. You can do this by going to the Discord Developer Portal and clicking "New Application". Give it a name and click "Create".
- Attach an image to your app on the General Information tab. This will be the image that is displayed on Discord when the status is not playing Minecraft.
- Go to the Rich Presence tab and add a new image. This will be the image that is displayed on Discord when the status is playing Minecraft.
- Once you have made your application, you will need to attach images with the correct names for the mod to work.
- We've attached example images in the images folder. These have the correct names for the mod to work out of the box.
- A correct configuration will look like this:
- If you want to setup your own images, you can follow the next section.
Caveats
We always will attempt to use an image called loading and an image called menu for when the game is loading or is on the main menu respectively. If you do not have these images, the mod will simply fail to display an image for these states.
- menu When the main menu is showing
- loading When the game is loading
Using custom images
If you are not using the KubeJS integration then you will need to follow the our convention for naming images and language keys. The convention is as follows:
- Name: sdrp.[DIMENSION_NAME] (Language key)
- Image Key: sdrp.[DIMENSION_NAME].in
- Image Name: [DIMESNION_NAME]
So for this to work, you'd need to have an image added to your Discord apps rich presents settings under the name of the dimension you want to support.
If I wanted to support the end and the overworld for example. Their names are as follows minecraft:overworld, minecraft:the_end. We ignore the minecraft: part and name the images the_end and overworld. We then add a language key to the language Json for both the Image Key and Name:
{ "sdrp.overworld": "Overworld", "sdrp.overworld.in": "In the Overworld" }What we support out of the box
Dimensions
We omit the modid from the dimension name and use the name instead. So minecraft:overworld becomes overworld.
- overworld
- the_nether
- the_end
- compact_world
- dungeon
- spatial_storage
- otherside
- paradise_lost
- mining
Not all of these dimensions have example images with-in the images folder
Languages
{ "sdrp.logo": "Pack Logo", "sdrp.mainmenu": "Main Menu", "sdrp.overworld.in": "In Overworld", "sdrp.overworld": "Overworld", "sdrp.the_nether.in": "In Nether", "sdrp.the_nether": "Nether", "sdrp.the_end.in": "In The End", "sdrp.the_end": "The End", "sdrp.compact_world.in": "In Compact World", "sdrp.compact_world": "Compact World", "sdrp.dungeon.in": "In Dungeon World", "sdrp.dungeon": "Dungeon World", "sdrp.spatial_storage.in": "In Spatial Storage", "sdrp.spatial_storage": "Spatial Storage", "sdrp.otherside.in": "In Otherside", "sdrp.otherside": "Otherside", "sdrp.paradise_lost.in": "In Paradise Lost", "sdrp.paradise_lost": "Paradise Lost", "sdrp.mining": "Mining Dimension", "sdrp.mining.in": "In Mining dimension" }Config
{ "clientId": 1000000000, // Your Discord application ID "enabled": true, // Whether or not the mod is enabled "screenEvent": false, // Disables the `menu` and `loading` images "clientJoinEvent": false, // Disables the level join events which will prevent the mod from showing the level you are in "logState": false, // Enables developer logging of the state json being sent to Discord }本站是资源分享站,资源均来自于互联网和用户自发分享,仅供学习和交流使用。如有版权问题,请联系管理员删除。
操作
创作者
待认领资源
成为此资源的创作者
其他链接
最近更新资源
天煞孤星·魔女的末路
181次下载 | 20 小时前更新
农场物语 - FarmingTales Forge
87次下载 | 20 小时前更新
神秘启旅 ~ Thaum Journey
24次下载 | 5 天前更新
虚饰作品-Fictional
115次下载 | 5 天前更新
剑与王国
524次下载 | 5 天前更新
阿卡迪亚的天启
83次下载 | 5 天前更新
脆骨症 2 - No Flesh Within Chest 2
70次下载 | 1 周前更新
新雾中人恐怖生存---In the Fog(Horror)
49次下载 | 2 周前更新
诡厄:使徒
21次下载 | 2 周前更新
新:模拟大都市
536次下载 | 2 周前更新
香草纪元:食旅纪行
2871次下载 | 2 周前更新
云游四海
56次下载 | 2 周前更新
评论区 (0)
登录 后才能发表评论
快来发表第一条评论吧!