搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 160|回复: 0

[模组分享] 简易丰富的Discord展示 (Simple Rich Discord Presence)-MOD模组

[复制链接]

5257

主题

53

回帖

6538

积分

龙❁妻

Rank: 8Rank: 8

经验
6538 EP
金粒
1188 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:18:48 | 显示全部楼层 |阅读模式
简易丰富的Discord展示 (Simple Rich Discord Presence)Github |相关wiki |源站链接支持: fabric , forge , neoforgeSimple Rich Discord Presence是一个Minecraft模组,它允许玩家在Discord上展示丰富的游戏状态信息。

配置 (Config):

clientId: \"你的Discord应用ID\"
    enable: \"如果你想禁用Discord丰富展示,请将其设置为false。\"
    screenEvent: 如果设置为false,则禁用内置的screenEvent,用于指示我们是否在主菜单上。
    clientJoinEvent: 如果设置为false,则禁用内置的clientJoinEvent,用于指示玩家何时加入世界并更改维度。Copy已复制!

KubeJS集成:

功能 (Functions):

SDRP.setState( String message, String imageName, String imageKey )
    message: 在包名下显示的消息,例如“在主世界”或“在地狱”,可以传递要显示的文本字符串或语言键。
    imageName: 鼠标悬停在小图像上时显示的文本,例如“主世界”或“地狱”,可以传递要显示的文本字符串或语言键。
    imageKey: 要显示的丰富展示艺术资源的名称,如loading、overworld、menu等。
   
    SDRP.getCurrentState()
    获取客户端当前设置的状态。
   
    示例:
    更新维度变化和加入世界时的状态。
    kubejs/startup_script/sdrp.js
    onForgeEvent(  
      \"net.minecraftforge.event.entity.EntityJoinWorldEvent\",  
      (event) => {  
        if (event.getEntity().type === \"entity.minecraft.player\") {  
          if (event.getWorld().isClientSide()) {  
            const dimPath = event.getWorld().dimension().location().getPath();  
              SDRP.setState(`sdrp.${dimPath}.in`, `sdrp.${dimPath}`, \"dimPath\");  
          }  
        }  
      }  
    );Copy已复制!

如果你正在使用自己的丰富展示应用的图像键 (Image keys for if you are using your own Rich Presence Application):

logo  
    loading  
    menuCopy已复制!

对于维度,键将是维度的注册名称路径,例如:

overworld  
    the_nether  
    the_end  
    yamda_dimCopy已复制!

消息(像“在主世界”之类的内容)通过语言键“_sdrp.<维度的注册名称路径>.in_”进行处理。

imageName(鼠标悬停在小图像上时显示的内容)通过语言键“_sdrp.<维度的注册名称路径>_”进行处理。

语言键可以通过数据包和使用KubeJS等模组进行修改和添加。

来自Modrinth所有游戏版本1.21.41.211.20.61.20.41.20.51.20.21.20.11.19.21.191.14.41.151.15.11.15.21.16.11.16.21.16.31.16.41.16.51.181.18.11.18.21.19.11.19.31.19.41.20所有类型neoforgefabricforge[NEOFORGE][1.21.4] SimpleDiscordRichPresence 91.0.0SimpleDiscordRichPresence-neoforge-91.0.0+mc1.21.4.jar下载91.0.0#Release## 91.0.0### Added- Ported to 1.21.4### Changed- Removed KubeJS support in preference for configs.展开版本: 91.0.0支持游戏: 1.21.4类型:NeoForgeRelease下载次数: 138[FABRIC][1.21.4] SimpleDiscordRichPresence 91.0.0SimpleDiscordRichPresence-fabric-91.0.0+mc1.21.4.jar下载91.0.0#Release## 91.0.0### Added- Ported to 1.21.4### Changed- Removed KubeJS support in preference for configs.展开版本: 91.0.0支持游戏: 1.21.4类型:FabricRelease下载次数: 2,859[NEOFORGE][1.21] SimpleDiscordRichPresence 87.0.1SimpleDiscordRichPresence-neoforge-87.0.1-build.49+mc1.21.jar下载87.0.1#Release## 87.0.1### Added- Added KubeJS Support back to the NeoForge version展开版本: 87.0.1支持游戏: 1.21类型:NeoForgeRelease下载次数: 50,433[FABRIC][1.21] SimpleDiscordRichPresence 87.0.1SimpleDiscordRichPresence-fabric-87.0.1-build.49+mc1.21.jar下载87.0.1#Release## 87.0.1### Added- Added KubeJS Support back to the NeoForge version展开版本: 87.0.1支持游戏: 1.21类型:FabricRelease下载次数: 65,496[FABRIC][1.21] SimpleDiscordRichPresence 87.0.0SimpleDiscordRichPresence-fabric-87.0.0-build.48+mc1.21.jar下载87.0.0#Release## 87.0.0Update to 1.21## 86.0.1### ChangedButtons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.If you do not want to have buttons, you can leave the buttons array empty.```json{\"buttons\": [{\"label\": \"Google\",\"url\": \"https://www.google.com\"},{\"label\": \"Yahoo\",\"url\": \"https://www.yahoo.com\"}]}```展开版本: 87.0.0支持游戏: 1.21类型:FabricRelease下载次数: 28,710[NEOFORGE][1.21] SimpleDiscordRichPresence 87.0.0SimpleDiscordRichPresence-neoforge-87.0.0-build.48+mc1.21.jar下载87.0.0#Release## 87.0.0Update to 1.21## 86.0.1### ChangedButtons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.If you do not want to have buttons, you can leave the buttons array empty.```json{\"buttons\": [{\"label\": \"Google\",\"url\": \"https://www.google.com\"},{\"label\": \"Yahoo\",\"url\": \"https://www.yahoo.com\"}]}```展开版本: 87.0.0支持游戏: 1.21类型:NeoForgeRelease下载次数: 168[NEOFORGE][1.20.6] SimpleDiscordRichPresence 86.0.1SimpleDiscordRichPresence-neoforge-86.0.1-build.47+mc1.20.6.jar下载86.0.1#Release## 86.0.1### ChangedButtons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.If you do not want to have buttons, you can leave the buttons array empty.```json{\"buttons\": [{\"label\": \"Google\",\"url\": \"https://www.google.com\"},{\"label\": \"Yahoo\",\"url\": \"https://www.yahoo.com\"}]}```展开版本: 86.0.1支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 133[FABRIC][1.20.6] SimpleDiscordRichPresence 86.0.1SimpleDiscordRichPresence-fabric-86.0.1-build.47+mc1.20.6.jar下载86.0.1#Release## 86.0.1### ChangedButtons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.If you do not want to have buttons, you can leave the buttons array empty.```json{\"buttons\": [{\"label\": \"Google\",\"url\": \"https://www.google.com\"},{\"label\": \"Yahoo\",\"url\": \"https://www.yahoo.com\"}]}```展开版本: 86.0.1支持游戏: 1.20.6类型:FabricRelease下载次数: 3,111[NEOFORGE][1.20.4] SimpleDiscordRichPresence 6.0.2SimpleDiscordRichPresence-neoforge-6.0.2-build.46+mc1.20.4.jar下载6.0.2#Release## 6.0.2### Added- Added support for custom buttonsButtons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.If you do not want to have buttons, you can leave the buttons array empty.```json{\"buttons\": [{\"label\": \"Google\",\"url\": \"https://www.google.com\"},{\"label\": \"Yahoo\",\"url\": \"https://www.yahoo.com\"}]}```### Fixed- Fixed the borked reimplementation of KubeJS support. This should now work correctly.展开版本: 6.0.2支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 250[FORGE][1.20.4] SimpleDiscordRichPresence 6.0.2SimpleDiscordRichPresence-forge-6.0.2-build.46+mc1.20.4.jar下载6.0.2#Release## 6.0.2### Added- Added support for custom buttonsButtons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.If you do not want to have buttons, you can leave the buttons array empty.```json{\"buttons\": [{\"label\": \"Google\",\"url\": \"https://www.google.com\"},{\"label\": \"Yahoo\",\"url\": \"https://www.yahoo.com\"}]}```### Fixed- Fixed the borked reimplementation of KubeJS support. This should now work correctly.展开版本: 6.0.2支持游戏: 1.20.4类型:ForgeRelease下载次数: 167[FABRIC][1.20.4] SimpleDiscordRichPresence 6.0.2SimpleDiscordRichPresence-fabric-6.0.2-build.46+mc1.20.4.jar下载6.0.2#Release## 6.0.2### Added- Added support for custom buttonsButtons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.If you do not want to have buttons, you can leave the buttons array empty.```json{\"buttons\": [{\"label\": \"Google\",\"url\": \"https://www.google.com\"},{\"label\": \"Yahoo\",\"url\": \"https://www.yahoo.com\"}]}```### Fixed- Fixed the borked reimplementation of KubeJS support. This should now work correctly.展开版本: 6.0.2支持游戏: 1.20.4类型:FabricRelease下载次数: 2,853[NEOFORGE][1.20.4] SimpleDiscordRichPresence 6.0.1SimpleDiscordRichPresence-neoforge-6.0.1-build.45+mc1.20.4.jar下载6.0.1#Release## 6.0.1### Added- Added kubejs support back in for NeoForge as KubeJS no longer supports Forge or Fabric展开版本: 6.0.1支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 69[FORGE][1.20.4] SimpleDiscordRichPresence 6.0.1SimpleDiscordRichPresence-forge-6.0.1-build.45+mc1.20.4.jar下载6.0.1#Release## 6.0.1### Added- Added kubejs support back in for NeoForge as KubeJS no longer supports Forge or Fabric展开版本: 6.0.1支持游戏: 1.20.4类型:ForgeRelease下载次数: 72[FABRIC][1.20.4] SimpleDiscordRichPresence 6.0.1SimpleDiscordRichPresence-fabric-6.0.1-build.45+mc1.20.4.jar下载6.0.1#Release## 6.0.1### Added- Added kubejs support back in for NeoForge as KubeJS no longer supports Forge or Fabric展开版本: 6.0.1支持游戏: 1.20.4类型:FabricRelease下载次数: 125[NEOFORGE][1.20.6] SimpleDiscordRichPresence 86.0.0SimpleDiscordRichPresence-neoforge-86.0.0-build.44+mc1.20.6.jar下载86.0.0#Release## 86.0.0### Changed- Updated to 1.20.6展开版本: 86.0.0支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 77[FABRIC][1.20.6] SimpleDiscordRichPresence 86.0.0SimpleDiscordRichPresence-fabric-86.0.0-build.44+mc1.20.6.jar下载86.0.0#Release## 86.0.0### Changed- Updated to 1.20.6展开版本: 86.0.0支持游戏: 1.20.6类型:FabricRelease下载次数: 179[NEOFORGE][1.20.5] SimpleDiscordRichPresence 7.0.0SimpleDiscordRichPresence-neoforge-7.0.0-build.43+mc1.20.5.jar下载7.0.0#Release## 7.0.0### Changed- Updated to 1.20.5展开版本: 7.0.0支持游戏: 1.20.5类型:NeoForgeRelease下载次数: 65[FABRIC][1.20.5] SimpleDiscordRichPresence 7.0.0SimpleDiscordRichPresence-fabric-7.0.0-build.43+mc1.20.5.jar下载7.0.0#Release## 7.0.0### Changed- Updated to 1.20.5展开版本: 7.0.0支持游戏: 1.20.5类型:FabricRelease下载次数: 129[NEOFORGE][1.20.4] SimpleDiscordRichPresence 6.0.0SimpleDiscordRichPresence-neoforge-6.0.0-build.42+mc1.20.4.jar下载6.0.0#Release## 6.0.0### Changed- Updated to 1.20.4展开版本: 6.0.0支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 316[FORGE][1.20.4] SimpleDiscordRichPresence 6.0.0SimpleDiscordRichPresence-forge-6.0.0-build.42+mc1.20.4.jar下载6.0.0#Release## 6.0.0### Changed- Updated to 1.20.4展开版本: 6.0.0支持游戏: 1.20.4类型:ForgeRelease下载次数: 145[FABRIC][1.20.4] SimpleDiscordRichPresence 6.0.0SimpleDiscordRichPresence-fabric-6.0.0-build.42+mc1.20.4.jar下载6.0.0#Release## 6.0.0### Changed- Updated to 1.20.4展开版本: 6.0.0支持游戏: 1.20.4类型:FabricRelease下载次数: 2,383[NEOFORGE][1.20.2] SimpleDiscordRichPresence 5.0.0SimpleDiscordRichPresence-neoforge-5.0.0-build.41+mc1.20.2.jar下载5.0.0#Release## 5.0.0### Changed- Updated to 1.20.2展开版本: 5.0.0支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 114[FABRIC][1.20.2] SimpleDiscordRichPresence 5.0.0SimpleDiscordRichPresence-fabric-5.0.0-build.41+mc1.20.2.jar下载5.0.0#Release## 5.0.0### Changed- Updated to 1.20.2展开版本: 5.0.0支持游戏: 1.20.2类型:FabricRelease下载次数: 501[FORGE][1.20.2] SimpleDiscordRichPresence 5.0.0SimpleDiscordRichPresence-forge-5.0.0-build.41+mc1.20.2.jar下载5.0.0#Release## 5.0.0### Changed- Updated to 1.20.2展开版本: 5.0.0支持游戏: 1.20.2类型:ForgeRelease下载次数: 152SimpleDiscordRichPresence Forge 4.0.3+mc1.20.1SimpleDiscordRichPresence-forge-4.0.3-build.40+mc1.20.1.jar下载4.0.3#Release## 4.0.3### Added- KubeJS integration back in with custom events### Changed- Improved the readme a bunch!展开版本: 4.0.3支持游戏: 1.20.1类型:ForgeRelease下载次数: 423,086SimpleDiscordRichPresence Fabric 4.0.3+mc1.20.1SimpleDiscordRichPresence-fabric-4.0.3-build.40+mc1.20.1.jar下载4.0.3#Release## 4.0.3### Added- KubeJS integration back in with custom events### Changed- Improved the readme a bunch!展开版本: 4.0.3支持游戏: 1.20.1类型:FabricRelease下载次数: 1,389,547SimpleDiscordRichPresence Forge 3.0.6+mc1.19.2SimpleDiscordRichPresence-forge-3.0.6-build.39+mc1.19.2.jar下载3.0.6#Release## 3.0.6### Added- Config option to enable state logging of the JSON data we send to Discord### Fixed- KubeJS fields being private on new events展开版本: 3.0.6支持游戏: 1.19.2类型:ForgeRelease下载次数: 7,305SimpleDiscordRichPresence Fabric 3.0.6+mc1.19.2SimpleDiscordRichPresence-fabric-3.0.6-build.39+mc1.19.2.jar下载3.0.6#Release## 3.0.6### Added- Config option to enable state logging of the JSON data we send to Discord### Fixed- KubeJS fields being private on new events展开版本: 3.0.6支持游戏: 1.19.2类型:FabricRelease下载次数: 2,988Simple Rich Discord Presence 3.0.5-build.37+mc1.19.2SimpleDiscordRichPresence-forge-3.0.5-build.37+mc1.19.2.jar下载3.0.5-build.37+mc1.19.2#Release展开版本: 3.0.5-build.37+mc1.19.2支持游戏: 1.19.2类型:ForgeRelease下载次数: 8,891SimpleDiscordRichPresence Fabric 4.0.2+mc1.20.1SimpleDiscordRichPresence-fabric-4.0.2-build.36+mc1.20.1.jar下载4.0.2#Release# ChangelogMerge pull request #34Updated some lang keys.展开版本: 4.0.2支持游戏: 1.20.1类型:FabricRelease下载次数: 115,266SimpleDiscordRichPresence Forge 4.0.2+mc1.20.1SimpleDiscordRichPresence-forge-4.0.2-build.36+mc1.20.1.jar下载4.0.2#Release# ChangelogMerge pull request #34Updated some lang keys.展开版本: 4.0.2支持游戏: 1.20.1类型:ForgeRelease下载次数: 72,236SimpleDiscordRichPresence-2.0.0-build.13+mc1.19.jarSimpleDiscordRichPresence-2.0.0-build.13+mc1.19.jar下载build.13+mc1.19#ReleaseConfig file has changed to JSON! So if updating from old version and have custom setup remember to update the new config file=============================================================================================================================Rewrite to work on Linux and M1 Mac.Ported to use architectury and build for both Forge and Fabric展开版本: build.13+mc1.19支持游戏: 1.19类型:ForgeRelease下载次数: 105SimpleDiscordRichPresence-1.0.0.jarSimpleDiscordRichPresence-1.0.0.jar下载1.0.0#Release展开版本: 1.0.0支持游戏: 1.14.4类型:ForgeRelease下载次数: 112SimpleDiscordRichPresence-1.0.1.jarSimpleDiscordRichPresence-1.0.1.jar下载1.0.1#ReleaseFixed mod being only loaded on client, and therefor crashing servers.bumped version展开版本: 1.0.1支持游戏: 1.14.4类型:ForgeRelease下载次数: 56SimpleDiscordRichPresence-1.0.2.jarSimpleDiscordRichPresence-1.0.2.jar下载1.0.2#ReleaseFixed null error with dims.展开版本: 1.0.2支持游戏: 1.14.4类型:ForgeRelease下载次数: 43SimpleDiscordRichPresence-1.0.3.jarSimpleDiscordRichPresence-1.0.3.jar下载1.0.3#Releaseremoved some console debug展开版本: 1.0.3支持游戏: 1.14.4类型:ForgeRelease下载次数: 48SimpleDiscordRichPresence-1.1.0.jarSimpleDiscordRichPresence-1.1.0.jar下载1.1.0#Release1.15 port展开版本: 1.1.0支持游戏: 1.15类型:ForgeRelease下载次数: 51SimpleDiscordRichPresence-1.2.0.jarSimpleDiscordRichPresence-1.2.0.jar下载1.2.0#Release1.15.1展开版本: 1.2.0支持游戏: 1.15.1类型:ForgeRelease下载次数: 44SimpleDiscordRichPresence-1.15.2-1.2.4.jarSimpleDiscordRichPresence-1.15.2-1.2.4.jar下载1.2.4#Release*   Version correction - Sunekaer展开版本: 1.2.4支持游戏: 1.15.2类型:ForgeRelease下载次数: 107SimpleDiscordRichPresence-1.15.2-1.2.5.jarSimpleDiscordRichPresence-1.15.2-1.2.5.jar下载1.2.5#Release*   Changed message and imageName to use lang key and dim path for imageKey - Sunekaer*   Updated forge and mappings - Sunekaer展开版本: 1.2.5支持游戏: 1.15.2类型:ForgeRelease下载次数: 42SimpleDiscordRichPresence-1.15.2-1.2.6.jarSimpleDiscordRichPresence-1.15.2-1.2.6.jar下载1.2.6#Release*   Changed logo message to lang key - Sunekaer展开版本: 1.2.6支持游戏: 1.15.2类型:ForgeRelease下载次数: 41SimpleDiscordRichPresence-1.16.1-1.3.1.jarSimpleDiscordRichPresence-1.16.1-1.3.1.jar下载1.3.1#Release展开版本: 1.3.1支持游戏: 1.16.1类型:ForgeRelease下载次数: 116SimpleDiscordRichPresence-1.15.2-1.2.7.jarSimpleDiscordRichPresence-1.15.2-1.2.7.jar下载1.2.7#Release*   Merge pull request #7 from Vaelzan/1.15.1 - Sunekaer*   Prevent SDRP from triggering Incompatible FML Modded Server message. - Vaelzan展开版本: 1.2.7支持游戏: 1.15.2类型:ForgeRelease下载次数: 47SimpleDiscordRichPresence-1.16.1-1.3.2.jarSimpleDiscordRichPresence-1.16.1-1.3.2.jar下载1.3.2#Release*   Should fix some incompatible fml errors on server - Sunekaer展开版本: 1.3.2支持游戏: 1.16.1类型:ForgeRelease下载次数: 42SimpleDiscordRichPresence-1.16.2-1.3.3.jarSimpleDiscordRichPresence-1.16.2-1.3.3.jar下载1.3.3#Release*   1.16.2 port - Sunekaer展开版本: 1.3.3支持游戏: 1.16.2类型:ForgeRelease下载次数: 83SimpleDiscordRichPresence-1.16.2-1.3.4.jarSimpleDiscordRichPresence-1.16.2-1.3.4.jar下载1.3.4#Release*   1.16.3 - Sunekaer展开版本: 1.3.4支持游戏: 1.16.3类型:ForgeRelease下载次数: 53SimpleDiscordRichPresence-1.16.4-1.3.5.jarSimpleDiscordRichPresence-1.16.4-1.3.5.jar下载1.3.5#Release*   1.16.4 - Sunekaer展开版本: 1.3.5支持游戏: 1.16.4, 1.16.5类型:ForgeRelease下载次数: 2,073SimpleDiscordRichPresence-1.4.0-build.3+mc1.16.5.jarSimpleDiscordRichPresence-1.4.0-build.3+mc1.16.5.jar下载build.3+mc1.16.5#Releasefix: use right jar for publish - MichaelHillcoxfix: push options - MichaelHillcoxfix: build task, shutdown executor, fixed loading state - MichaelHillcoxfix: #18 #17, updated to newest forge, added github action - MichaelHillcox展开版本: build.3+mc1.16.5支持游戏: 1.16.5类型:ForgeRelease下载次数: 1,014SimpleDiscordRichPresence-1.5.0-build.7+mc1.18.jarSimpleDiscordRichPresence-1.5.0-build.7+mc1.18.jar下载build.7+mc1.18#Release展开版本: build.7+mc1.18支持游戏: 1.18类型:ForgeRelease下载次数: 51SimpleDiscordRichPresence-1.6.0-build.8+mc1.18.1.jarSimpleDiscordRichPresence-1.6.0-build.8+mc1.18.1.jar下载build.8+mc1.18.1#Release展开版本: build.8+mc1.18.1支持游戏: 1.18.1, 1.18.2类型:ForgeRelease下载次数: 2,713SimpleDiscordRichPresence-1.7.0-build.9+mc1.19.jarSimpleDiscordRichPresence-1.7.0-build.9+mc1.19.jar下载build.9+mc1.19#Release展开版本: build.9+mc1.19支持游戏: 1.19类型:ForgeRelease下载次数: 44SimpleDiscordRichPresence-2.0.0-build.13+mc1.19.jarSimpleDiscordRichPresence-2.0.0-build.13+mc1.19.jar下载build.13+mc1.19#ReleaseConfig file has changed to JSON! So if updating from old version and have custom setup remember to update the new config file=============================================================================================================================Rewrite to work on Linux and M1 Mac.Ported to use architectury and build for both Forge and Fabric展开版本: build.13+mc1.19支持游戏: 1.19类型:FabricRelease下载次数: 217SimpleDiscordRichPresence-fabric-2.0.0-build.14+mc1.18.2.jarSimpleDiscordRichPresence-fabric-2.0.0-build.14+mc1.18.2.jar下载build.14+mc1.18.2#ReleaseConfig file has changed to JSON! So if updating from old version remember to update the new config fileRewrite to work on Linux and M1 Mac.Ported to use architectury and build for both Forge and Fabric展开版本: build.14+mc1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 357SimpleDiscordRichPresence-forge-2.0.0-build.14+mc1.18.2.jarSimpleDiscordRichPresence-forge-2.0.0-build.14+mc1.18.2.jar下载build.14+mc1.18.2#ReleaseConfig file has changed to JSON! So if updating from old version remember to update the new config fileRewrite to work on Linux and M1 Mac.Ported to use architectury and build for both Forge and Fabric展开版本: build.14+mc1.18.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 32SimpleDiscordRichPresence-fabric-2.0.1-build.15+mc1.18.2.jarSimpleDiscordRichPresence-fabric-2.0.1-build.15+mc1.18.2.jar下载build.15+mc1.18.2#Release展开版本: build.15+mc1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 30SimpleDiscordRichPresence-forge-2.0.1-build.15+mc1.18.2.jarSimpleDiscordRichPresence-forge-2.0.1-build.15+mc1.18.2.jar下载build.15+mc1.18.2#Release展开版本: build.15+mc1.18.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 37SimpleDiscordRichPresence-fabric-2.0.1-build.16+mc1.19.jarSimpleDiscordRichPresence-fabric-2.0.1-build.16+mc1.19.jar下载build.16+mc1.19#Release展开版本: build.16+mc1.19支持游戏: 1.19类型:FabricRelease下载次数: 50SimpleDiscordRichPresence-forge-2.0.1-build.16+mc1.19.jarSimpleDiscordRichPresence-forge-2.0.1-build.16+mc1.19.jar下载build.16+mc1.19#Release展开版本: build.16+mc1.19支持游戏: 1.19类型:ForgeRelease下载次数: 45SimpleDiscordRichPresence-fabric-2.0.1-build.17+mc1.19.1.jarSimpleDiscordRichPresence-fabric-2.0.1-build.17+mc1.19.1.jar下载build.17+mc1.19.1#Release展开版本: build.17+mc1.19.1支持游戏: 1.19.1, 1.19.2类型:FabricRelease下载次数: 895SimpleDiscordRichPresence-forge-2.0.1-build.17+mc1.19.1.jarSimpleDiscordRichPresence-forge-2.0.1-build.17+mc1.19.1.jar下载build.17+mc1.19.1#Release展开版本: build.17+mc1.19.1支持游戏: 1.19.1, 1.19.2类型:ForgeRelease下载次数: 216SimpleDiscordRichPresence-fabric-3.0.0-build.18+mc1.18.2.jarSimpleDiscordRichPresence-fabric-3.0.0-build.18+mc1.18.2.jar下载build.18+mc1.18.2#Release展开版本: build.18+mc1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 22SimpleDiscordRichPresence-forge-3.0.0-build.18+mc1.18.2.jarSimpleDiscordRichPresence-forge-3.0.0-build.18+mc1.18.2.jar下载build.18+mc1.18.2#ReleaseAdded KubeJS Integration and change to use Cloth Config API展开版本: build.18+mc1.18.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 44SimpleDiscordRichPresence-fabric-3.0.1-build.21+mc1.18.2.jarSimpleDiscordRichPresence-fabric-3.0.1-build.21+mc1.18.2.jar下载build.21+mc1.18.2#ReleaseAdded KubeJS Integration and change to use Cloth Config API展开版本: build.21+mc1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 32SimpleDiscordRichPresence-forge-3.0.1-build.21+mc1.18.2.jarSimpleDiscordRichPresence-forge-3.0.1-build.21+mc1.18.2.jar下载build.21+mc1.18.2#ReleaseAdded KubeJS Integration and change to use Cloth Config API展开版本: build.21+mc1.18.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 49SimpleDiscordRichPresence-fabric-3.0.1-build.22+mc1.19.2.jarSimpleDiscordRichPresence-fabric-3.0.1-build.22+mc1.19.2.jar下载build.22+mc1.19.2#ReleaseAdded KubeJS Integration and change to use Cloth Config API展开版本: build.22+mc1.19.2支持游戏: 1.19.2类型:FabricRelease下载次数: 17SimpleDiscordRichPresence-forge-3.0.1-build.22+mc1.19.2.jarSimpleDiscordRichPresence-forge-3.0.1-build.22+mc1.19.2.jar下载build.22+mc1.19.2#ReleaseAdded KubeJS Integration and change to use Cloth Config API展开版本: build.22+mc1.19.2支持游戏: 1.19.2类型:ForgeRelease下载次数: 27SimpleDiscordRichPresence-fabric-3.0.2-build.23+mc1.19.2.jarSimpleDiscordRichPresence-fabric-3.0.2-build.23+mc1.19.2.jar下载build.23+mc1.19.2#Release展开版本: build.23+mc1.19.2支持游戏: 1.19.2类型:FabricRelease下载次数: 22SimpleDiscordRichPresence-forge-3.0.2-build.23+mc1.19.2.jarSimpleDiscordRichPresence-forge-3.0.2-build.23+mc1.19.2.jar下载build.23+mc1.19.2#Release展开版本: build.23+mc1.19.2支持游戏: 1.19.2类型:ForgeRelease下载次数: 24SimpleDiscordRichPresence-fabric-3.0.2-build.25+mc1.18.2.jarSimpleDiscordRichPresence-fabric-3.0.2-build.25+mc1.18.2.jar下载build.25+mc1.18.2#Release展开版本: build.25+mc1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 26SimpleDiscordRichPresence-forge-3.0.2-build.25+mc1.18.2.jarSimpleDiscordRichPresence-forge-3.0.2-build.25+mc1.18.2.jar下载build.25+mc1.18.2#Release展开版本: build.25+mc1.18.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 26SimpleDiscordRichPresence-fabric-3.0.3-build.24+mc1.19.2.jarSimpleDiscordRichPresence-fabric-3.0.3-build.24+mc1.19.2.jar下载build.24+mc1.19.2#Release展开版本: build.24+mc1.19.2支持游戏: 1.19.2类型:FabricRelease下载次数: 32SimpleDiscordRichPresence-forge-3.0.3-build.24+mc1.19.2.jarSimpleDiscordRichPresence-forge-3.0.3-build.24+mc1.19.2.jar下载build.24+mc1.19.2#Release展开版本: build.24+mc1.19.2支持游戏: 1.19.2类型:ForgeRelease下载次数: 27SimpleDiscordRichPresence-fabric-3.0.4-build.27+mc1.19.2.jarSimpleDiscordRichPresence-fabric-3.0.4-build.27+mc1.19.2.jar下载build.27+mc1.19.2#Release展开版本: build.27+mc1.19.2支持游戏: 1.19.2类型:FabricRelease下载次数: 16,830SimpleDiscordRichPresence-forge-3.0.4-build.27+mc1.19.2.jarSimpleDiscordRichPresence-forge-3.0.4-build.27+mc1.19.2.jar下载build.27+mc1.19.2#Release展开版本: build.27+mc1.19.2支持游戏: 1.19.2类型:ForgeRelease下载次数: 345SimpleDiscordRichPresence-fabric-3.0.3-build.26+mc1.18.2.jarSimpleDiscordRichPresence-fabric-3.0.3-build.26+mc1.18.2.jar下载build.26+mc1.18.2#Release展开版本: build.26+mc1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 23SimpleDiscordRichPresence-forge-3.0.3-build.26+mc1.18.2.jarSimpleDiscordRichPresence-forge-3.0.3-build.26+mc1.18.2.jar下载build.26+mc1.18.2#Release展开版本: build.26+mc1.18.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 32SimpleDiscordRichPresence-fabric-3.0.4-build.28+mc1.18.2.jarSimpleDiscordRichPresence-fabric-3.0.4-build.28+mc1.18.2.jar下载build.28+mc1.18.2#ReleaseChangelog=========All notable changes to this project will be documented in this file.\\[3.0.4\\]---------*   Update build script展开版本: build.28+mc1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 24SimpleDiscordRichPresence-forge-3.0.4-build.28+mc1.18.2.jarSimpleDiscordRichPresence-forge-3.0.4-build.28+mc1.18.2.jar下载build.28+mc1.18.2#ReleaseChangelog=========All notable changes to this project will be documented in this file.\\[3.0.4\\]---------*   Update build script展开版本: build.28+mc1.18.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 3,514SimpleDiscordRichPresence-fabric-3.1.0-build.30+mc1.19.4.jarSimpleDiscordRichPresence-fabric-3.1.0-build.30+mc1.19.4.jar下载build.30+mc1.19.4#Release展开版本: build.30+mc1.19.4支持游戏: 1.19.3, 1.19.4类型:FabricRelease下载次数: 380SimpleDiscordRichPresence-forge-3.1.0-build.30+mc1.19.4.jarSimpleDiscordRichPresence-forge-3.1.0-build.30+mc1.19.4.jar下载build.30+mc1.19.4#Release展开版本: build.30+mc1.19.4支持游戏: 1.19.3, 1.19.4类型:ForgeRelease下载次数: 155SimpleDiscordRichPresence-fabric-4.0.0-build.32+mc1.20.jarSimpleDiscordRichPresence-fabric-4.0.0-build.32+mc1.20.jar下载build.32+mc1.20#ReleaseChangelog=========Updated to 1.20展开版本: build.32+mc1.20支持游戏: 1.20类型:FabricRelease下载次数: 353SimpleDiscordRichPresence-forge-4.0.0-build.32+mc1.20.jarSimpleDiscordRichPresence-forge-4.0.0-build.32+mc1.20.jar下载build.32+mc1.20#ReleaseChangelog=========Updated to 1.20展开版本: build.32+mc1.20支持游戏: 1.20类型:ForgeRelease下载次数: 173SimpleDiscordRichPresence-fabric-4.0.0-build.33+mc1.20.1.jarSimpleDiscordRichPresence-fabric-4.0.0-build.33+mc1.20.1.jar下载build.33+mc1.20.1#ReleaseChangelog=========Build on 1.20.1展开版本: build.33+mc1.20.1支持游戏: 1.20.1类型:FabricRelease下载次数: 209SimpleDiscordRichPresence-forge-4.0.0-build.33+mc1.20.1.jarSimpleDiscordRichPresence-forge-4.0.0-build.33+mc1.20.1.jar下载build.33+mc1.20.1#ReleaseChangelog=========Build on 1.20.1展开版本: build.33+mc1.20.1支持游戏: 1.20.1类型:ForgeRelease下载次数: 136SimpleDiscordRichPresence Forge 4.0.1+mc1.20.1SimpleDiscordRichPresence-forge-4.0.1-build.35+mc1.20.1.jar下载4.0.1#Release# ChangelogUpdated CI / Build Script展开版本: 4.0.1支持游戏: 1.20.1类型:ForgeRelease下载次数: 98SimpleDiscordRichPresence Fabric 4.0.1+mc1.20.1SimpleDiscordRichPresence-fabric-4.0.1-build.35+mc1.20.1.jar下载4.0.1#Release# ChangelogUpdated CI / Build Script展开版本: 4.0.1支持游戏: 1.20.1类型:FabricRelease下载次数: 367全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
简易丰富的Discord展示
楼主 2025-8-10 19:18:48 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-6-9 08:24 , Processed in 0.238603 second(s), 153 queries .

快速回复 返回顶部 返回列表