Free and reliable backpack plugin for Bukkit/Spigot/Paper
Go to file
GeorgH93 7474f006e8
Merge remote-tracking branch 'origin/master' into dev
# Conflicts:
#	Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/CooldownManager.java
#	Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Backend/SQL.java
#	pom.xml
2021-05-17 22:02:17 +02:00
.github change execution order of release workflow 2020-11-03 22:35:32 +01:00
.idea Merge remote-tracking branch 'origin/master' into dev 2021-05-17 22:02:17 +02:00
Minepacks Merge remote-tracking branch 'origin/master' into dev 2021-05-17 22:02:17 +02:00
Minepacks-API Deprecate onFail for callback will be removed in the future 2021-03-01 19:18:15 +01:00
Minepacks-API-Extended Refactor to use new API 2021-02-28 18:08:05 +01:00
.gitattributes Add IntelliJ project icon 2021-04-15 21:12:52 +02:00
.gitignore Add dictionaries for IntelliJ 2020-10-03 13:50:18 +02:00
.travis.yml Use java 15 to build on travis 2021-03-08 16:57:09 +01:00
LICENSE Initial commit 2014-08-02 17:50:30 +02:00
pom.xml Prevent players from using the offhand swap key to move the backpack item (fixes #162) 2021-04-22 19:44:15 +02:00
README.md Some formatting fixes for the descriptions 2020-03-05 17:44:57 +01:00

Logo

Minepacks is a free and reliable 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)
  • Multiple storage back-ends (Files, SQLite, MySQL)
  • Multi language support (multiple language file included)
  • Item filter (block items from being stored in the backpack)
  • 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

Requirements:

Runtime requirements:

Build requirements:

  • JDK for Java 8
  • Maven 3
  • git

Build from source:

The plugin can be build in 3 different configurations.
All the details about the different build configs and runtime modes can be found here.

Normal version:

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

The final file will be in the Minepacks/target folder, named Minepacks-<CurrentVersion>.jar.

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,ExcludeBadRabbit

The final file will be in the Minepacks/target folder, named Minepacks-<CurrentVersion>-Standalone.jar.

Release version:

This is the version of the plugin published on dev.bukkit.org and spigotmc.org.

git clone https://github.com/GeorgH93/Minepacks.git
cd Minepacks
mvn clean install -P Standalone,ExcludeBadRabbit
mvn clean package -P Release

The final file will be in the Minepacks/target folder, named Minepacks-<CurrentVersion>-Release.jar.

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 data of the plugin in any other way than through 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: