Back to Plugins
Minepacks (Backpack Plugin) (MC 1.7-1.21) icon

Minepacks (Backpack Plugin) (MC 1.7-1.21)

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for Minepacks (Backpack Plugin) (MC 1.7-1.21) Spigot Downloads badge for Minepacks (Backpack Plugin) (MC 1.7-1.21) GitHub Stars badge for Minepacks (Backpack Plugin) (MC 1.7-1.21) License badge for Minepacks (Backpack Plugin) (MC 1.7-1.21) How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Repository: GeorgH93/Minepacks
Created by: Spiget Importer

Description

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

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

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
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 & DetailsJavaDocBuild Server

Support:

Links:

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for Minepacks (Backpack Plugin) (MC 1.7-1.21)
![Downloads](https://ezbanners.org/shields/plugins/caf4f740-f9a7-44a1-afb2-bb957e2cc954/downloads.png)
Spigot Downloads
Spigot Downloads badge for Minepacks (Backpack Plugin) (MC 1.7-1.21)
![Spigot Downloads](https://ezbanners.org/shields/plugins/caf4f740-f9a7-44a1-afb2-bb957e2cc954/spigot-downloads.png)
GitHub Stars
GitHub Stars badge for Minepacks (Backpack Plugin) (MC 1.7-1.21)
![GitHub Stars](https://ezbanners.org/shields/plugins/caf4f740-f9a7-44a1-afb2-bb957e2cc954/github-stars.png)
License
License badge for Minepacks (Backpack Plugin) (MC 1.7-1.21)
![License](https://ezbanners.org/shields/plugins/caf4f740-f9a7-44a1-afb2-bb957e2cc954/license.png)