Using Self-Pack
Self pack, is the name of the utility that allows you to host a texture pack, with an HTTP server and apply it to your players. It has 2 main modes:
- Make the utility make the texture pack
- Provide the texture pack yourself
Now we will go through detail for the two of the different modes
Provide the texture pack yourself
Section titled “Provide the texture pack yourself”- Disable the
pre-makeoption in your config - Copy your zipped texture pack to
./selfpack/(Relative to the plugins path) - Rename your texture pack to:
resourcepack.zip
“Pre-Make” the texture pack
Section titled ““Pre-Make” the texture pack”- Enable the
pre-makeoption in your config - Copy the item models (The ones that define which type and more it is using (Also this is your model id)) to
./selfpack/models/items - Copy the item textures to
./selfpack/models/textures - (Optional) Copy the exported file from Blockbench (If using Blockbench models) to
./selfpack/models/
General Options
Section titled “General Options”You can see the other options here in a more detailied guide
