ChestBank

Pages: < Configuration > | < Commands > | < Permissions >
PLEASE report all bugs and suggestions as tickets using the Bukkit ticket tracker above
IMPORTANT for users updating from before v2.1.0
Version 2.1.0 introduced a complete change to the how chest data is stored. Data is now stored in an SQLite database and no longer uses YAML (.yml) files. If you have a version of the plugin prior to 2.1.0 that was not using SQL for storage, please change your storage method to SQL BEFORE updating to 2.1.0
The Officialish ChestBank
A ChestBank is a chest that you can place items in, but no-one else can access. Everyone who opens the chest sees their own inventory. The inventory is shared across all ChestBanks, so you can access your account from multiple locations.
ChestBanks can be accessed via a physical ChestBank location AND/OR using the /chest command (depending on permissions)
Features
- 100% secure item banking system
- Create multiple networks of ChestBanks that share inventories
- Limit access to specific ChestBank networks by name (see permissions)
- Limit the maximum number of item stacks a user can store in a ChestBank
- Admin commands to snoop into other peoples accounts (use with caution)
- A ChestBank in a single chest contains a double chest's inventory
- Whitelist/Blacklist option to limit items allowed in the Chestbank
- Optional creation and access fees (requires Vault)
- Option to turn all ChestBanks into Ender Chests on creation
- Access your ChestBank using /chest (permissions permitting)
- Support for YML or SQLite, with a YML to SQLite converter for pre 1.11.0 updates
- (SQLite Only) Delete any accounts where the player has not logged in for X days
- NO SPOUT PLUGIN REQUIRED
Review
Thanks go to luigi_vampa for his updated YouTube Review of ChestBank.
Installation
Put the JAR file in your /plugins folder, assign permissions and reload/restart.
Configuration
See the < Configuration > page for details
Donations
To show your support and help me justify to my wife why I spend so much time on Minecraft, please donate using the Donate button in the top right corner of this page!
Other Projects
Take a look at my other plugins, including SimpleSpawn, MyChunk & ATMsigns.
Suggest a Project
Got an idea for a project? PM me and I'll give it a look!
-
View User Profile
-
Send Message
Posted Mar 7, 2012How about network permissions? For example:
Player "Joe" walks up to a ChestBank. He is rank "Default". The ChestBank is on the "VIP" network. Joe has the named network permission. Joe cannot open the ChestBank because he doesn't have ChestBank.use.network.VIP.
I'd like that feature so donators could use more ChestBanks(ex: VIP can use the default ChestBank and "VIP" but not "VIP+", but VIP+ could use all of these).
Should be simple, just add a config value and then a permissions check like so:
-
View User Profile
-
Send Message
Posted Mar 7, 2012@ellbristow
The softdepend for My Worlds should be: softdepend: [My Worlds,MultiVerse,WhooshingWell]
not softdepend: [MyWorlds,MultiVerse,WhooshingWell]
My Worlds with a space :)
-
View User Profile
-
Send Message
Posted Mar 7, 2012EDIT: posted in wrong place
-
View User Profile
-
Send Message
Posted Mar 7, 2012EDIT: posted in wrong place
-
View User Profile
-
Send Message
Posted Mar 7, 2012I have been having problems with chestbank since the new update. I have already supplied a ticket for you.
-
View User Profile
-
Send Message
Posted Mar 5, 2012Probably because there are new items with ChestBank for 1.2.... When trying to use my old "chests.yml" file, I get the error:
"Could not pass event PlayerInteractEvent to ChestBank"
If I delete the old chests.yml and use a default fresh one, then it works fine. How should I transfer the old chest bank account data to the new version?
Cheers
-
View User Profile
-
Send Message
Posted Mar 5, 2012@thejedibob
Could you be a little more specific please? Could you please create a ticket and include the exact error message as shown in the console.
Thanks
-
View User Profile
-
Send Message
Posted Mar 5, 2012When opening the chest in Chestbank in MC v1.2, I get
"Could not pass event PlayerInteractEvent to ChestBank"
-
View User Profile
-
Send Message
Posted Mar 3, 2012@ellbristow We'll have a new video up in a bit. Were a bit busy fixing server up sicne we crashed from a plugin to break on s and building again our spawn.
-
View User Profile
-
Send Message
Posted Mar 2, 2012@Zombiemold
Please confirm which version of ChestBank you are using and which build of Bukkit. The latest ChestBank build is 1.3.1 and it has been tested up to build #2013 of Bukkit.I am actually about to upload 1.3.2 which trims the code down a bit.. so perhaps you coudl try that and let me know if you are still getting the same error?ThanksEDIT: Found the problem... fixed in 1.3.2
-
View User Profile
-
Send Message
Posted Mar 2, 2012For some reason when I try to access any CB chest, I get this:
http://pastebin.com/V4TLXxnv
Newest CB Dev, Newest ChestBank.
-
View User Profile
-
Send Message
Posted Mar 2, 2012v1.3.1 uploaded
Tested Working with 1.1-R6 AND 1.2.2-R0.1 (#2013)
@pvtjaime
:D New vid would be great.. a lot has changed since the last one.
-
View User Profile
-
Send Message
Posted Mar 1, 2012Need new video? ;3 We'll have it done in about 1 day. Busy on things :L
-
View User Profile
-
Send Message
Posted Mar 1, 2012Absolutely love this plugin, can't thank you enough for this. It's exactly what I have always been hoping for.
Any chance for an update for R6? New bukkit is working great! ChestBank is the essential CORE for our server for our move to 1.2.
:D
-
View User Profile
-
Send Message
Posted Feb 28, 2012I just wanted to post how awesome this plugin is and your work on it. Very impressive sir. LOVE IT!
-
View User Profile
-
Send Message
Posted Feb 28, 2012No tickets today? I must be getting good at this!
-
View User Profile
-
Send Message
Posted Feb 27, 2012Look ^ I added a new poll for the next planned feature update... please let me know what you think of the idea (submitted by dexyh1234)
-
View User Profile
-
Send Message
Posted Feb 27, 2012Today I've noticed that my most popular plugin is one I made in about 10 minutes.
setXP has had over 32,000 downloads!
To celebrate I am going to have an extra strong cup of tea. Other celebration ideas will be considered.
-
View User Profile
-
Send Message
Posted Feb 27, 2012@dexyh1234
This is a good idea... I will add it to my list of TODOs
-
View User Profile
-
Send Message
Posted Feb 27, 2012Another day, another build! ugh!
v1.2.6 is awaiting approval. This build fixed both errors from ticket #14 relating to limiting permissions not working for the default network and a NPE console error when opening network chests.
I've also fixed a small item dupe bug which I don't think anyone picked up on! :|
Finally, I've changed the way rejected items are handled so that they are returned to the player's inventory rather than being dropped on the floor.