Realistic Backpacks
Realistic Backpacks is a plugin not similar to the other backpack/inventory extending plugins, but a unique experience. Backpacks are represented by a configurable item, not virtual commands. They also will give realistic features of what a backpack would give upon a user in real life, including slowed movement, increased need for hunger, and others. Of course, all of these features are customizable and can be turned off. If you just want backpacks that are opened via items and not commands and nothing else, then this plugin is also for you.
Features:
- Full customization of almost all features
- Lightweight as possible
- Flatfile and MySQL support
- Backpacks are items, not virtual commands
- Supports economies, and can purchase backpacks via commands
- Create multiple backpacks
- Custom recipes for backpacks
- Customize the names, lore, and item for backpacks
- Option to use a whitelist/blacklist for items with backpacks
- Backpacks can slow your movement speed
- Backpacks can increase hunger/decrease the amount of hunger food gives
- Full customization on what to do with backpack on death
- Admin friendly
-
Permissions:
<backpack> = Backpack name, example: rb.exampleBackpack.craft
Command Permissions:
- rb.reload - Access to the '/rb reload' command
- rb.list - Access to the '/rb list' command
- rb.filetomysql - Access to the '/rb filetomysql' command
- rb.<backpack>.buy - Access to the '/rb buy' command
- rb.<backpack>.give - Access to the '/rb give' command
- rb.fullview - Access to the '/rb view' command without restrictions
- rb.restrictedview - Access to the '/rb view' but can not edit the backpack in view
Backpack Permissions:
- rb.<backpack>.use - Can open the backpack
- rb.<backpack>.craft - Can craft the backpack if recipe is enabled
-
Commands:
Player Commands:
- /rb list - List all backpacks with their sizes and prices
- /rb buy <backpack> - Purchase a backpack for the price in the config file
Admin Commands:
- /rb reload - Reloads the config and messages file
- /rb filetomysql - Transfers the flatfile data to the mysql database set in the config
- /rb give <player> <backpack> - Give a player a backpack
- /rb view <player> <backpack> - View a player's backpack
-
Links:
-
Features that involve an economy require an economy plugin and Vault.
Consider donating to support the development of this project.
-
View User Profile
-
Send Message
Posted May 30, 2014I had to delete the plugin. I used it to pass "items" between hosts (bungeecord), but you have serious problems.
When "open and close" often backpack (looking down) "objects" are duplicated.
Too many times you close the bag and items you disappear.
regards
-
View User Profile
-
Send Message
Posted May 6, 2014Just wondering if there are plans to continue this wonderful plugin, thanks! :)
-
View User Profile
-
Send Message
Posted Apr 28, 2014@slayr288
UUID Support? We'll need it.
-
View User Profile
-
Send Message
Posted Apr 24, 2014I've noticed your backpacks wont work with random number of slots. Works fine with 18 slots and +9 till 54 slots. At 63 slots and higher its GUI messes up. However its still a very nice plugin with good features and commands. Well done!
-
View User Profile
-
Send Message
Posted Apr 22, 2014Will you update this to the last versions of bukkit? Thanks!
-
View User Profile
-
Send Message
Posted Apr 10, 2014Can we get some UUID support on this? Jw not being pushy.
-
View User Profile
-
Send Message
Posted Apr 8, 2014Will this plugin be affected by the UUID change?
EDIT: Yes, it will. Can you change the system for UUIDs?
-
View User Profile
-
Send Message
Posted Mar 27, 2014Why don't you add backpack limit setting and make each backpack had individual item? If I drop my backpack(64 dirt) and I get other backpack(64 stone), I can see 64 stone in backpack. :) Please!
-
View User Profile
-
Send Message
Posted Mar 27, 2014The plugin works well on 1.7.5 but spams a lot at the console. Hope you can update it soon. Thank for the great work.
<<code lua>>[19:57:02 ERROR]: Could not pass event PlayerInteractEvent to RealisticBackpacks v1.6.4 org.bukkit.event.EventExceptionat org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) [spigot.jar:git-Spigot-1357] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot.jar:git-Spigot-1357] at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) [spigot.jar:git-Spigot-1357] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1357] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1357] at org.bukkit.craftbukkit.v1_7_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.PlayerInteractManager.interact(PlayerInteractManager.java:375) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.PlayerConnection.a(PlayerConnection.java:641) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.NetworkManager.a(NetworkManager.java:148) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.MinecraftServer.v(MinecraftServer.java:703) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.DedicatedServer.v(DedicatedServer.java:273) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.MinecraftServer.u(MinecraftServer.java:566) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:472) [spigot.jar:git-Spigot-1357] at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [spigot.jar:git-Spigot-1357]
Caused by: java.lang.IllegalArgumentException: Invalid inventory size; expected 18 or less
at org.bukkit.craftbukkit.v1_7_R2.inventory.CraftInventory.setContents(CraftInventory.java:67) [spigot.jar:git-Spigot-1357] at org.fatecrafters.plugins.util.Serialization.toInventory(Serialization.java:111) [?:?] at org.fatecrafters.plugins.listeners.PlayerListener.onInteract(PlayerListener.java:115) [?:?] at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source) [?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_51] at java.lang.reflect.Method.invoke(Unknown Source) [?:1.7.0_51] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) [spigot.jar:git-Spigot-1357] ... 16 more
<</code>>.
-
View User Profile
-
Send Message
Posted Feb 22, 2014i cant open backpack and it is not glowing :(
-
View User Profile
-
Send Message
Posted Feb 12, 2014-
View User Profile
-
Send Message
Posted Feb 11, 2014Can you please added a MythicMobs items supports ? The backpacks is deleting the mm items options ... :(
-
View User Profile
-
Send Message
Posted Feb 7, 2014hiya great plugin :D works ok keeps inventory but each time i move items to or from or click on anything in the backback i get the following
http://pastebin.com/Gs3i6yaF
thanks :D
edit on spigot :)
-
View User Profile
-
Send Message
Posted Feb 3, 2014So my backpack wont open ho do I fix this? I hae it set to right click
-
View User Profile
-
Send Message
Posted Jan 31, 2014Any luck on giving every backpack an own id? Would be sooooooo awesome to be able to toss backpacks to other players or steal other players backpacks.
-
View User Profile
-
Send Message
Posted Jan 26, 2014Seems, I have prejudged. It resets the backpack, everytime I close it.
-
View User Profile
-
Send Message
Posted Jan 26, 2014hey :) just wanna to say thanks for this plugin! Finally someone who think that we need a plugin for a survival server.
-
View User Profile
-
Send Message
Posted Jan 22, 2014using spigot and i get this, not a error but i would like it to work yha know.
[01:07:47 INFO]: [RealisticBackpacks] Glow effect will not work with this version of craftbukkit!
need more info let me know. its current RB build though.
-
View User Profile
-
Send Message
Posted Jan 17, 2014The permission nodes for use and craft do not seem to work. I am using them with GroupManager.
EDIT:
Just the permission node for crafting.
-
View User Profile
-
Send Message
Posted Jan 15, 2014I have a mod that makes Lockpicks and keys from sticks and blaze rods. The backpack doesn't recognize the alterated items as their respective ID even though minecraft shows their ID to be the same. I would love to use Realistic Backpacks as a form of keyring for this mod.