Minepacks

Minepacks is a backpack plugin with different backpack sizes, multilanguage and MySQL storage support. It is a simple plugin, but still has a lot of functions.
Now also on spigot.org!
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:
- Java 8
- Bukkit, Spigot or Paper for Minecraft 1.7 or newer
- (Optional) PCGF PluginLib (Advantages of using the PCGF PluginLib)
Commands:
- /backpack help - Lists all the commands of this plugin.
- /backpack - Opens the players backpack.
- /backpack clean - Removes all items from the players backpack.
- /backpack clean <playername> - Removes all items from another players backpack.
- /backpack <playername> - Shows the backpack of another player.
Permissions:
- backpack.* - Gives access to the full MinePacks functionality. (for admins)
- backpack.use - Allows a player to open the backpack.
- backpack.fullpickup - Allows the player to automatically pick up items when their inventory is full (function needs to be enabled in the config)
- backpack.size.1 - Mini size for a backpack, if the player has backpack permission he will also have at least a backpack with the size 1.
- backpack.size.2 - 2*9 backpack
- backpack.size.3 - 3*9 backpack
- backpack.size.4 - 4*9 backpack
- backpack.size.5 - 5*9 backpack
- backpack.size.6 - 6*9 backpack
- backpack.clean - Allows the player to clean their own backpack.
- backpack.clean.other - Allows the player to clean other players backpacks.
- backpack.others - Allows the player open backpacks of other players.
- backpack.others.edit - Allows the player to edit backpacks of other players.
- backpack.keepOnDeath - Allows the player to keep their items in their backpack on death.
- backpack.noCooldown - Allows to bypass the cooldown to open the backpack.
You can find the full list of permissions as well as their default states in the wiki
Support the plugin:
Developing a plugin like this requires a lot of time. If you like it please consider supporting it with a small donation.
PayPal: ![]()
Bitcoin: 3QLAjcZ8CX2E9EayV2D8ACBS5rWf8fY1Lr
Ethereum: 0x0B384d9c99280a9fCDE7DbfF4Ae2A77Cfb227DB9
Litecoin: MX6iPkP52rJu4CXtLRM1gWK7VBkaQi28Ho
Nano: xrb_3qowsxqp4q9ddkeeoci878et97kent77u6qs17ckju1wcmq8qgdbyikkwqk9
If you have donated and would like to be shown in the Special Thanks selection please send me a pm with your transaction details.

Special Thanks:
I would like to thank everyone who has used this plugin, reported bugs, suggested feature, ..., without you guys this plugin would not be what it is now!
I also would like to especially thank some peoples for their support:
- xDizasterCYx - Logo
This plugin has a system to convert Minecraft usernames to Mojang UUIDs; therefore, it uses web connections to the Mojang servers. If you don't want these connections to occur, disable "UseUUIDs" in the config.
This plugin uses the HikariCP library, which includes classes for metrics (but requires an additional library to work, which is not included). All of HikariCP's optional metrics functionality is disabled! This plugin neither collect any data, nor dose it send any data about your server!
This plugin has an auto update function. To disable auto updating, set 'AutoUpdate' to 'false' in 'plugins/Minepacks/config.yml'.
-
View User Profile
-
Send Message
Posted May 7, 2021so, when using luckperms, in a command like /lp user <user> permission set backpack.use true
is there a way so that, instead of having to manually put in the username/uuid of each player that joins, they will just be able to use the backpack at size 3 automaticaly?
-
View User Profile
-
Send Message
Posted May 8, 2021In reply to wilhelm126:
/lp group default permission set backpack.use true
/lp group default permission set backpack.size.3 true
-
View User Profile
-
Send Message
Posted May 8, 2021In reply to GeorgH93:
thanks
-
View User Profile
-
Send Message
Posted Apr 12, 2021ey
-
View User Profile
-
Send Message
Posted Mar 26, 2021when my friend trys to open his backpack he dose not have perms to open and run the commands but i can cuz i have op. how do i give permision to run the command?
-
View User Profile
-
Send Message
Posted Mar 26, 2021In reply to konradgamer_tv:
You have to give your players at least the "backpack.use" permission.
If you do not have a permission plugin you can check this: https://github.com/GeorgH93/Minepacks/wiki/FAQ#how-can-i-use-the-plugin-without-a-permission-plugin
-
View User Profile
-
Send Message
Posted Mar 6, 2021is there a way to set the backpack size over 6?
-
View User Profile
-
Send Message
Posted Mar 7, 2021In reply to cobaxbro:
No, there currently is not.
-
View User Profile
-
Send Message
Posted Dec 14, 2020hi, recently i got a problem with the pluggin, i download de most recently version, but then of 2 weeks using it appear me an error but i can understand it, i will let you the log, maybe you could help me.
error occurred while enabling Minepacks v2.3.21-Release (Is it up to date?)
at.pcgamingfreaks.MinepacksStandalone.libs.at.pcgamingfreaks.Configuration$ConfigNotInitializedException: The config file has not been loaded successful
at at.pcgamingfreaks.MinepacksStandalone.libs.at.pcgamingfreaks.Configuration.getConfigE(Configuration.java:136) ~[?:?]
at at.pcgamingfreaks.MinepacksStandalone.Bukkit.Database.Config.useUpdater(Config.java:203) ~[?:?]
at at.pcgamingfreaks.MinepacksStandalone.Bukkit.Minepacks.onDisable(Minepacks.java:176) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[minecraft_server.jar:git-Paper-325]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:415) ~[minecraft_server.jar:git-Paper-325]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:516) ~[minecraft_server.jar:git-Paper-325]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) ~[minecraft_server.jar:git-Paper-325]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[minecraft_server.jar:git-Paper-325]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[minecraft_server.jar:git-Paper-325]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[minecraft_server.jar:git-Paper-325]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:469) ~[minecraft_server.jar:git-Paper-325]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[minecraft_server.jar:git-Paper-325]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:936) ~[minecraft_server.jar:git-Paper-325]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:178) ~[minecraft_server.jar:git-Paper-325]
at java.lang.Thread.run(Thread.java:834) [?:?]
-
View User Profile
-
Send Message
Posted Nov 9, 2020hi my friend said that the backpack dosent open when he clicks his mouse
-
View User Profile
-
Send Message
Posted Nov 7, 2020Dear Someone who created this Plugin :D
I actually really like this Plugin, but I have a shortcut in my Inventory and I can't put it out, whatever I try. When I try to throw it out of my Inventory there comes the message "You must not remove the backpack shortcut from your inventory!" But I'd really like to remove it from my inventory.
I would be very happy if you could help me out :D
prronto/salznudel
-
View User Profile
-
Send Message
Posted Aug 31, 2020I want to give my moderators the permission to see and modify the backpack, i gave them backpack.others and backpack.ohers.edit but it doesn't work
i asked them to write /backpack <user> and /backpack open <user> but they didn't work
Thanks!
-
View User Profile
-
Send Message
Posted Aug 7, 2020can I put my shulkers in the backpack?
or it is not possible?-
View User Profile
-
Send Message
Posted Aug 7, 2020In reply to manueh232t666:
You can enable it by changing the PreventInBackpack config option to false.
-
View User Profile
-
Send Message
Posted Aug 7, 2020In reply to GeorgH93:
Thanks!!!
PD: I love your work
-
View User Profile
-
Send Message
Posted Aug 2, 2020When I try to give players permission to use backpacks it comes up red and saying that the command is wrong.
as soon as I type /lp it goes red.
just wondering if I'm doing something wrong.
-
View User Profile
-
Send Message
Posted Jul 23, 2020Can you have more than 1 backpack?
I want to add a crafting with another addon but I would like to create backpacks of different sizes.
-
View User Profile
-
Send Message
Posted Jul 27, 2020In reply to xx_feergg_xx:
No, that is currently not possible. Every player has one backpack.
-
View User Profile
-
Send Message
Posted Jul 10, 2020Hi like this mod just when i set permissions for the backpack size I still only have the default size
using minecraft 1.16.1 with luckperms
the commands I run are as follows
/lp user <user> permission set backpack.use true
/lp user <user> permission set backpack.size3 true
not sure if im doing something wrong
-
View User Profile
-
Send Message
Posted Jul 27, 2020In reply to TheRealPoopKing:
You are missing the . between size and 3, should be backpack.size.3