
PackStacker
PackStacker is a simple resource management plugin intended for "stacking" packs on minecraft clients. Downloads can be found at releases.
Short Guide
Resource packs are defined through ".pack" files. Navigate to PackStacker/packs/ under your servers plugins folder.
To define a pack, create a file with the extension .pack under the packs folder. (i.e example.pack)
Pack files follow yaml syntax. See below for an example .pack file.
name: "MvndiPack"
url: "https://github.com/HydrolienF/MvndiPack/releases/download/1.20.6.425/MvndiPack.zip"
hash: "D64DCFA57B5A94383FA39F32BE3B6D38D853304C"
priority: 0
required: true
prompt: "Hello <rainbow>world</rainbow>."
load_on_join: true
Required Pack Options
nameThe name of the pack. No two packs can have the same name. Pack names MUST be unique.urlThe url to the pack. This url must be a direct download link. Typically, these links end in the file format.zip.hashThe SHA1 hash of the pack. You can obtain this by runningcertutil -hashfile "filename.exe" SHA1on Windows.
Optional Pack Options
priorityA number value corresponding to which order this pack will manifest. A lower number means the pack will be on a "lower" level on the client. Default: 0 (no priority)requiredWhether or not to kick the client if the player refuses the pack. Default: falsepromptA MiniMessage compatible string that users will be prompted with when a pack is requested to the client. Default: no prompt (null)load_on_joinWhether or not to prompt the user this pack on join. Default: false
Commands
/packThe core PackStacker command./pack listShows the user running this command the available resource packs./pack load <packName>Loads the specified resource pack on the player running this command. Permission:pack.load.self/pack load <packName> <username>Loads a resource pack on the specified online player. Permission:pack.load.others/pack unload <packName>Unloads the specified resource pack on the player running this command. Permission:pack.unload.self/pack unload <packName> <username>Unloads a resource pack on the specified online player. Permission:pack.unload.others/pack reload <messages | packs | all>Reloads the specified directory of PackStacker. Permissions:pack.reload.messages|pack.reload.packs|pack.reload.all
License
PackStacker is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.2, 1.20.3, 1.20.4
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as PackStacker-Bukkit-1.0.4.jar — drop this file into the mods folder
- Download size: 5.8 MB
- Download link checked 29 Aug 2026 — working
These come from our own check of the pack file, not from the source page.