A lightweight, low-resource Minecraft plugin that bundles essential teleportation, location, and economy commands into one jar. No external dependencies required.
Works with Spigot, Paper, and forks (1.13+)
Docs have moved to the Wiki — this README is a quick start. See
wiki/Home.mdor browsewiki/for full details.
| Module | Highlights |
|---|---|
| TPA | /tpa family with here/accept/auto |
| Home/Back/Waypoints | One home, death back, 27 waypoints GUI |
| Trade | 54-slot anti-scam GUI |
| Economy | Shop 15 cats + search, /sell, pay 5% tax, bounty 20%, Bank 2B cap |
| Loans | /loan bedrock 200-2500 + custom, 3/7/14d or slow 20% |
| Auto-Sell/Spawners | $500 chest, zombie $250/skeleton $500 stack to 35x (iron+ pick) |
| Level/Quests/Playtime | XP levels, 15 quests, streaks, opt-vault |
| Dynamic Light | Fake Light via sendBlockChange |
| Utils | /craft, /repair, /giveaway, /bundledreload |
Full docs are in wiki/:
- TPA · Home · Waypoints · Trade
- Economy · Loan · Shop · AutoSell · Spawners
- Leveling · Playtime · Quests · Dynamic Light
- Commands · Configuration · Permissions · Updater
Each page is curated for that module (tabs, limits, files, config keys).
- Download
Knapsack-X.X.X.jarfrom Releases - Place in
plugins/folder - Restart
The plugin self-updates via /bundledupdate.
Requires Java 17+ and Gradle.
git clone https://github.com/HugoCirca/Knapsack.git
cd Knapsack
./gradlew clean buildJar in build/libs/.
Toggle in features.yml, tuning in config.yml (economy.balance-cap, autosell.*, etc.). Details: Configuration. Live reload: /bundledreload (also bereload).
Data files in plugins/Knapsack/ — see wiki.
Open by default. Restrict via knapsack.* — see Permissions.
If you wanted a new feature, create a Issue then provide the description of what the functionality it shall be and I try to push it.
MIT