Перейти к содержимому
Mineforgian

Polypack Host

Automatically build, host and require all your installed polymer mods resources!

Загрузки
473
Подписчики
10
Обновлён
3 мая 2022 г.
Лицензия
CC0-1.0

Опубликован 5 декабря 2021 г.

Automatically build, host and require all your installed polymer mods resources!

Requires Polymer! (Of course): https://modrinth.com/mod/polymer

Configuration (config/polypack_host.json)

  • hostIp: The IP address to host the resource pack on. Leave as null to use the server's IP
    • Default: null
  • hostPort: The port to host the resource pack on. Make sure this port is also forwarded, so it can be accessed externally.
    • Default: 8001
  • threadCount: The number of threads the HTTP server is allowed to use. If the server cannot keep up with the requests, this may need to be increased.
    • Default: 3
  • randomiseUrl: If this is set to true, it will make the client download a new version of the resource pack each time. If you have issues with players joining and being told there was a resource pack error, set this to true.
    • Default: false

Recommended Server Properties (server.properties)

  • Set require-resource-pack to true so the client is mostly forced to use the resource pack.
  • Set resource-pack-prompt to something like "Required Mod Resources"" so the player knows why the pack is required.

Ченджлог

0.2.0Релиз1.18.2 · 3 мая 2022 г.
  • 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

Комментарии

Загружаем…