minimal resource pack web server for minecraft.
serves a .zip resource pack over http so you can set server.properties to host packs directly from your server.
- serves any
.zipfile as a resource pack - calculates SHA-1 automatically for
server.properties - live reload via
/serve reload - configurable port and bind address
- drop
serve.jarin yourpluginsfolder - place your resource pack in the plugin folder or specify a path in
config.yml - start the server
- check console for suggested
server.propertieslines
reload config without restarting server:
/serve reload
file: "plugins/ModelEngine/resource pack.zip"
port: 8081
bind-address: "0.0.0.0"- plugin logs errors if file is missing or server fails to start
- SHA-1 hash is optional but recommended for clients
- requires java 8+ and a Bukkit/Spigot/Paper server