需求
需要使用 Polymer!(当然):
配置文件 (config/polypack_host.json)
- hostIp: 托管资源包的 IP 地址。留空以使用服务器的 IP。
- 默认值: null
- hostPort: 托管资源包的端口。确保此端口也被转发,以便可以从外部访问。
- 默认值: 8001
- threadCount: HTTP 服务器允许使用的线程数。如果服务器无法跟上请求,可能需要增加此值。
- 默认值: 3
- randomiseUrl: 如果设置为 true,则会使客户端每次下载资源包时都会获取新版本。如果玩家加入时遇到资源包错误的问题,请将此设置为 true。
- 默认值: false
推荐的服务器属性 (server.properties)
- 将 require-resource-pack 设置为 true,以便大部分强制客户端使用资源包。
- 将 resource-pack-prompt 设置为类似于 "必需的模组资源",以便玩家知道为什么需要此资源包。
来自Modrinth
Performance Improvements, MC1.18.2
polypack-host-0.2.0.jar下载0.2.0#Release
- Performance Improvements (Buffer the transfer of the pack, build the pack and start the server on the dedicated thread pool)
- NOTE: Breaking configuration changes! Most options have been renamed.
- Update to 1.18.2
- Now requires Fabric API
- NOTE: Breaking configuration changes! Most options have been renamed.
- Update to 1.18.2
- Now requires Fabric API
展开
版本: 0.2.0
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 209
Initial Release
polymer-resource-host-0.0.1.jar下载0.0.1#Release
展开
版本: 0.0.1
支持游戏: 1.18
类型: Fabric
Release
下载次数: 142
收录