BetterBags

If your server is using my plugin, PM your server banner and I will add your server below!
Join My Discord!
About:
Better Bags is a bag plugin that requires zero configuration. Just add to your server plugins folder and have access to four different bags! I created this bags plugin mostly for personal use. However, I found that it could be super useful for many servers! This plugin is super light-weight and will need put a ton of lag on your server.
Current Bag Type:
-
Small (18 Slots)
- Medium (27 Slots)
- Large (54 Slots)
- Ender (27 Slots)
How To Use:
- As stated before just drop in the plugins folder and you are good to go!
- All of the bags can be placed on the ground as normal chests and then can be picked back up if a player is Sneaking + Right-Click.
- The Ender-Bag links with your ender chest and your ender chest will link with your bag. This means whatever changes in either will update in both.
Bag Crafting:
Small Bag:

Medium Bag:

Large Bag:

Ender Bag:
Permissions:
- bags.*
- bags.give
- bags.small
- bags.medium
- bags.large
- bags.ender
Commands:
- /bags give small - for the small bag
- /bags give medium - for the medium bag
- /bags give large - for the large bag
- /bags give ender - for the ender bag.
- This links with players ender chest.
To-Do:
- Setup MYSQL integration
- Add more bags types
- Potions Bag
- Ores Bag
- Enchantment Bag
- etc.
- Custom bag textures
- Multi-bag support (Currently players can only have one of each bag type)
- Configurable options
Current Known Bugs:
- None, please comment if you find any! :D


-
View User Profile
-
Send Message
Posted Feb 16, 2017Support Versin 1.8 or 1.8.3?
-
View User Profile
-
Send Message
Posted Feb 20, 2017I currently does not but I am working to get a working 1.8 version. A few things have changed from 1.8 to 1.11
-
View User Profile
-
Send Message
Posted Feb 1, 2017Hello, i found a Bug
-
View User Profile
-
Send Message
Posted Feb 1, 2017Could you tell me what you were doing with this error happened?
-
View User Profile
-
Send Message
Posted Feb 1, 2017Also I think some code is missing, cause i need the line that the error occured at
-
View User Profile
-
Send Message
Posted Feb 2, 2017We search Diamond :p and dont open the Bag... 3x this error in 30s...
This Bag is only in our inventory, my is filled this from my friend is empty. No one look in his but this bug comes.
-
View User Profile
-
Send Message
Posted Feb 7, 2017Im sorry but that is not very clear. what do you mean you search diamond?
-
View User Profile
-
Send Message
Posted Feb 8, 2017We Play Minecraft Survival, search materials for Equipment and for build a City.
We use the Plugins: AdvancedAchievemnts, AlchemicalArrow2, Better PvP Plugin, Emerald Drops, GuiShop Recoded, HealthBar, iConomy, LevelHearts, MobEggDrops, MobHunting, PermissionsEx, PetMaster, ProtocolLib, RandomSpawn, RepairMan, TravelPortals and Vault. If we play with BetterBags we take a Error. Better we take this Error 3x every 30 Seconds and this Crash our Server.
-
View User Profile
-
Send Message
Posted Feb 14, 2017I've looked around a bit in your code (sorry) and I found the bug:
In BagsEventsClass @EventHandler public void bagClick(PlayerInteractEvent event) { ItemStack click = event.getItem(); Player player = event.getPlayer(); UUID uuid = player.getUniqueId(); Block block = event.getClickedBlock(); Action action = event.getAction(); if (player.isSneaking()) { if (block.getState() instanceof Chest) {You're not making sure that there is a getItem and a clickedBlock.
Explaining my answer a bit more in detail:
If the player is holding air or is clicking air, these values will be null.
You should add this:
if (block == null || click == null) return;-
View User Profile
-
Send Message
Posted Feb 14, 2017wow...I have that written in this code...hahaha its funny because thats why I was so confused. I did not get why the error was happening. But now I know. It is because this block bit was missing. The click gets checked further down the code.
-
View User Profile
-
Send Message
Posted Feb 15, 2017I saw that just after I posted the reply. I thought it was something with my decompiler, but apparently it wasn't. Lol
-
View User Profile
-
Send Message
Posted Feb 15, 2017I must've updated it and never put that version up.
-
View User Profile
-
Send Message
Posted Jan 27, 2017make on 1.10.2
-
View User Profile
-
Send Message
Posted Jan 27, 2017pls
-
View User Profile
-
Send Message
Posted Jan 28, 2017I'll make a 1.8 and 1.10.2 version!
-
View User Profile
-
Send Message
Posted Jan 29, 2017thank you :DD
-
View User Profile
-
Send Message
Posted Feb 2, 2017So i have tried for 1.10 but sadly the code changes just too much for 1.10
-
View User Profile
-
Send Message
Posted Jan 17, 2017make on 1.8
-
View User Profile
-
Send Message
Posted Jan 17, 2017-
View User Profile
-
Send Message
Posted Jan 18, 2017Thank you =)