Free and reliable backpack plugin for Bukkit/Spigot/Paper
Go to file
GeorgH93 531fa82f73
Use munge-maven-plugin to reduce final jar size
All the code changes for the Standalone edition are now done at compile time and no longer on runtime,
this also reduces the final jar size as some classes of the PluginLib are not needed in Standalone mode
2019-05-31 16:09:22 +02:00
.idea Add .gitattributes and remove old stuff from sqldialects.xml 2019-05-30 02:55:13 +02:00
resources Add Standalone build profile 2019-05-30 02:36:25 +02:00
src/at/pcgamingfreaks/Minepacks/Bukkit Use munge-maven-plugin to reduce final jar size 2019-05-31 16:09:22 +02:00
test/src Use munge-maven-plugin to reduce final jar size 2019-05-31 16:09:22 +02:00
.gitattributes Add .gitattributes and remove old stuff from sqldialects.xml 2019-05-30 02:55:13 +02:00
.gitignore Bugfix SQLITE_BUSY error 2017-09-12 18:54:08 +02:00
.travis.yml Switch to Java 1.8 2017-06-10 20:41:54 +02:00
LICENSE Initial commit 2014-08-02 17:50:30 +02:00
pom.xml Use munge-maven-plugin to reduce final jar size 2019-05-31 16:09:22 +02:00
README.md Use munge-maven-plugin to reduce final jar size 2019-05-31 16:09:22 +02:00

Logo

Minepacks is a backpack plugin for minecraft server running bukkit or spigot.

ciImg releaseImg apiVersionImg licenseImg

featureRequestsImg bugReportsImg spigotRatingImg spigotDownloadsImg

Features:

  • Configuration
  • Backpack size controlled by permissions
  • Auto item-collect on full inventory (can be enabled in the config)
  • SQLite/MySQL database
  • Multi Language (English and German Language File included)
  • Preserves the NBT data of items (everything that can be stored in a chest can be stored in the backpack)
  • Support for name changing / UUIDs
  • Auto-updater
  • API for developers

Build from source:

Normal version:

git clone https://github.com/GeorgH93/Minepacks.git
cd Minepacks
mvn package

The final file will be in the target folder

Standalone version:

This version works without the PCGF-PluginLib, however some API features are not available.

git clone https://github.com/GeorgH93/Minepacks.git
cd Minepacks
mvn package -P Standalone

The final file will be in the target/munged folder

API:

Minepacks V2 comes with an API that allows you to interact with this plugin. If you think there is something missing in the API feel free to open a feature request. Please do not access the data of the plugin over other ways than the provided API, the inner workings will change and I won't keep track of what you are using in your plugin. For more details about the API please check the following links:

Source Code & Details JavaDoc Build Server

Support