Polypack Host - Automatic Polymer Resource Management
This mod automates the process of creating, hosting, and mandatory application of all resources associated with installed Polymer modifications on your server.
Important requirement: Polypack Host requires the main Polymer mod to be installed.
Configuration Settings
All parameters are configured through the file config/polypack_host.json:
hostIp- IP address for hosting the resource pack. Leave asnullto use the server's IP (default value)hostPort- Port for hosting the resource pack. Make sure the port is open for external access (standard port:8001)threadCount- Number of threads used by the HTTP server. Increase this value if the server cannot handle the load (default:3)randomiseUrl- When this option is enabled, clients will download a new version of the resource pack each time they connect. Useful when players experience resource pack errors (default:false)
Recommended Server Settings
For optimal operation, it is recommended to configure parameters in the server.properties file:
- Set
require-resource-pack=truefor mandatory resource pack application by clients - Configure
resource-pack-promptwith a clear description, such as "Required mod resources," so players understand the purpose of the pack