登陆 注册 QQ登陆
快捷导航
查看: 0|回复: 0

[模组分享] thecolonel63的服务器端回放记录器 (thecolonel63s Server Side Replay Recorder)-MOD模组

[复制链接]

5147

主题

38

回帖

5163

积分

龙❁妻

Rank: 8Rank: 8

经验
5163 EP
金粒
426 粒
绿宝石
20 块
爱心
0 点
发表于 昨天 19:37 | 显示全部楼层 |阅读模式 IP:浙江宁波
thecolonel63的服务器端回放记录器 (thecolonel63s Server Side Replay Recorder)Github |相关wiki |源站链接支持: fabric , quilt记录多个玩家的回放,格式与ReplayMod相同。此MOD仅可安装在服务器端,并且以ReplayMod流行的格式同时记录选择的玩家。

这应该相当容易升级到未来版本,并且我希望在ReplayMod的未来版本出现之前就能更新,这样我们就可以记录这些更新的早期内容而无需ReplayMod,并且以后再观看。

从版本1.0.7开始,此MOD支持离线模式,并且从版本1.1.5开始支持地毯机器人。

从版本1.0.3开始,此MOD不再需要Fabric API。

截至1.1.5版本的一些重要说明:

* MOD默认关闭,并且默认记录白名单 - 您可以使用/replay命令更改此设置

* /replay命令提供了一种与MOD进行交互的方式

* MOD的配置具有大量自定义选项

* 回放文件可以上传到文件共享API - 默认为files.io

* 可以将录制的路径设置为绝对路径,以允许将其保存到外部目录,例如另一个磁盘

有关功能的更详细列表,请查看1.1.5版本页面!

来自Modrinth所有游戏版本1.201.20.11.19.41.19.31.19.21.18.21.19所有类型fabricquiltv1.1.7: Fixed issue 45serversidereplayrecorder-1.1.7-mc1.20.jar下载1.20.x#ReleaseFixed - Issue was caused by name confusion in ordering of GameJoinS2C packet.展开版本: 1.20.x支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 581v1.1.6: Fixed critical bugserversidereplayrecorder-1.1.6-mc1.20.jar下载1.20.x#ReleaseFixed a crash when the mod was used in tandem with other mods that utilized a common library. Notably, this fixes Ledger compatibility.展开版本: 1.20.x支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 314v1.1.5-1.20: 1.20.xserversidereplayrecorder-1.1.5-mc1.20.jar下载1.20.x#ReleaseUpdated the mod version to support 1.20.x to allow recording in the newer version.Had someone with access to the ReplayMod 1.20 beta test the recordings and they work fine.展开版本: 1.20.x支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 166v1.1.5 1.19.4 + A lot of QOL changesserversidereplayrecorder-1.1.5-mc1.19.4.jar下载1.1.5#ReleaseA huge thanks to https://github.com/mattymatty97 for all of these amazing changes!Added /replay command:* /replay players (add|remove|list) - Add/list/remove players to/from the blacklist/whitelist* /replay status - Show the active recording list as well as if recording is enabled* /replay status [enable|disable] - Toggle recording across entire mod* /replay region <regionName> (start|stop|status) - Enable recording of a pre-defined large area independent of players* /replay file (player|region) - Delete / Upload replay files without manually accessing the replay folder* /replay marker (player|region) - Add a marker to the specified replay fileConfig changes:* Config now uses yaml format* Added command_op_level - OP level to access /replay command - Default is OP level 4* Added recordable_users - List of players that are whitelisted / blacklisted - Default is empty* Added recording_enabled - Whether to record anything - Default is false* Added assume_unloaded_chunks_dont_change - Prevents unloaded chunks from being reloaded in a region recording - Default is true* Added max_file_size - Limits the replay to a maximum size in bytes - Default is 10000000000 bytes or 10 GB* Added debug - Attaches a printout of the packets received inside the replay recordings - Default is false, stay away unless you need this* Added invert_user_list - Inverts the list to be a blacklist of players who should not be individually recorded - Default is false* Added use_server_timestamps - Syncs recording to the server tick to combat tps lag - Default is true* Added file_storage_url - Endpoint to upload recordings to if uploading using command - Default is \"https://file.io/\"File uploading:* The upload urls are stored alongside a regex for parsing the output in the root of the jar* The file is \"upload_sites.properties\"* If you use a different upload url than the default file.io, define the regex to extract the output url thereOther changes:* Now compatible with carpet bots* Removed the partially complete replay checker since it was broken* Absolute path can now be used to specify a replay recording location outside the server folder展开版本: 1.1.5支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 260v1.0.7 1.19.3 + Offline Mode Supportserversidereplayrecorder-1.0.7.jar下载v1.0.7#ReleaseUpdated to 1.19.3 and added offline mode support.展开版本: v1.0.7支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 366v1.0.6 Attempted to fix random server crashserversidereplayrecorder-1.0.6-1.19.2.jar下载v1.0.6#ReleaseAttempted to fix https://github.com/thecolonel63/server-side-replay-recorder/issues/7展开版本: v1.0.6支持游戏: 1.19.2类型:FabricRelease下载次数: 266v1.0.5: Update to 1.19.2serversidereplayrecorder-1.0.5-1.19.2.jar下载v1.0.5#ReleaseUpdated to 1.19.2 courtesy of Github user Metroite展开版本: v1.0.5支持游戏: 1.19.2类型:FabricRelease下载次数: 115v1.0.4: Added incomplete replay fixerserversidereplayrecorder-1.0.4-1.19.jar下载v1.0.4#Releaseserversidereplayrecorder-1.0.4-1.18.2.jar下载v1.0.4#ReleaseAdded a utility which runs at the beginning of the server and fixes incomplete replays which are caused by the server stopping before they could be saved properly.展开版本: v1.0.4支持游戏: 1.18.2, 1.19类型:FabricRelease下载次数: 347v1.0.3-dev: 1.19 Versionserversidereplayrecorder-1.0.3-dev.jar下载v1.0.3-dev#BetaThe mod has been updated to support recording on 1.19 servers.PLEASE NOTE: There is currently no way to watch recordings back, as ReplayMod hasn\'t updated to support 1.19 yet.This is intended to fill the recording gap before 1.19 ReplayMod actually arrives. Assuming the format remains the same, these recordings *should* work when 1.19 ReplayMod comes out.展开版本: v1.0.3-dev支持游戏: 1.19类型:FabricBeta下载次数: 123v1.0.3: Cut Fabric API Dependency and fixed config bugserversidereplayrecorder-1.0.3.jar下载v1.0.3#ReleaseI have removed the Fabric API dependency and fixed a bug which caused the config to not load properly when creating a new config.展开版本: v1.0.3支持游戏: 1.18.2类型:FabricRelease下载次数: 140v1.0.2: Minor bug fixserversidereplayrecorder-1.0.2.jar下载v1.0.2#ReleaseReleased a temporary fix to the player UUID list in the metadata by disabling the feature for now. This does not appear to negatively affect the replays in the replay viewer in any way.展开版本: v1.0.2支持游戏: 1.18.2类型:FabricRelease下载次数: 120v1.0.1serversidereplayrecorder-1.0.1.jar下载v1.0.1#ReleaseInitial Release of the mod!Please *do* note that this depends on the Fabric API.You can change some things based on the config file.Other than that, a basic recorder for servers.Nobody wrote a public up-to-date one, so *I* decided to.展开版本: v1.0.1支持游戏: 1.18.2类型:FabricRelease下载次数: 114全部版本

markdown_parsed

文章类型:收录

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

游客,如果您要查看本帖隐藏内容请回复
thecolonel63的服务器端回放记录器
楼主 昨天 19:37 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

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

本版积分规则



官方

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

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

介绍

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

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

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

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

GMT+8, 2025-8-11 04:59 , Processed in 0.448312 second(s), 35 queries , Redis On.

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