v1.5.0

Details

  • Filename
    ChestBank.jar
  • Uploaded by
  • Uploaded
    Mar 21, 2012
  • Size
    51.33 KB
  • Downloads
    2,787
  • MD5
    0370586a5be52b5babe7608d52b25806

Supported Bukkit Versions

  • CB 1.2.4-R1.0

Changelog

1.5.0

Added: Create/Use/Remove Permissions for specific named networks
Added: use_network_perms to config.yml to utilise new permisisons
(e.g chestbank.use.networks.banknet)
Thanks go to Technius for his input in getting this started

1.4.5

Fixed: Allowance for 'unsafe' enchantments

1.4.4

Removed: bankTidy() method (which cleans up orphaned banks and updated old data) as it was causing more problems than it fixed!

1.4.3

Fixed: Bug preventing removal of ChestBanks from Double Chests

1.4.2

Fixed: Bug where only the first enchantment was correctly saved on reload

1.4.1

Added: Implementation of chestbank.ignore permissions to ignore whitelist/blacklist limitations

1.4

Added: Whitelist/Blacklist option
Added: ChestBank creation fee option (REQUIRES VAULT)
Added: ChestBank usage fee option (REQUIRES VAULT)
Added: New permission nodes for the above
Added: New .* permissions for all permission types
Update: usage limits are now applied when the user clicks the item rather than on closing the ChestBank

1.3.4

Fixed: softdened for 'My Worlds' (not MyWorlds)

1.3.3

Added: SOFT dependency for MyWorlds, Multiverse and WhooshingWell to force them to load first

1.3.2

Fixed: NPE when opening chest for the first time
Tweak: Tidied listener code up a bit

1.3.1

Update: Now uses Bukkit's built in Inventory events Fixed: Newly created error when returning overflow inventory

1.3.0

INFO: This is a preliminary update, I am going to be releasing 1.3.1 soon with new event handlers
Fixed: Works with 1.1-R6 AND 1.2.2-R0.1 (#2010)

1.2.6

Another day, another build!
Update: Improved handling of network accounts
Fixed: NPE error relating to closing chests holding network accounts
Update: Greatly improved the limiting permissions handling
Fixed: Limiting permissions being incorrectly applied to the default network
Update: Items rejected are now returned to the users inventory rather than dropped on the floor
Fixed: A minor formatting error on a message
Fixed: Minor item dupe bug

1.2.5

Update: bankTidy function is now more robust an tidies all chests correctly
Update: Tidied general code format and renamed some functions for clarity
Update: Fixed some message format errors and one message appearing in the wrong place
Removed: Some deprecated code relating to missing world names... now handled by bankTidy on start-up
Fixed: Some NPE bugs hanging around from legacy code where world was missing

1.2.4

Fixed: NPE on start-up for servers who previously used a version prior to 1.2

1.2.3

Fixed: Limiting permission now work as expected (rather than only allowing everyone 1 slot)

1.2.2 (beta)

(aka) AWESOMENESS TEST

Fixed: .limited permissions to work without Spout!
Added: Custom events which fire on ChestBank open and ChestBank close(ish)!

1.2.1

Removed: Temporarily made slot limiting Spout dependant (optional) while I find a fix
Added: ChestBanks are now invulnerable to explosions
Added: Tidy up process to check for orphaned ChestBanks
Fixed: Some commands were returning as failed when they were successful
Fixed: Users who cannot use any /cb commands are now told so correctly
Fixed: NumberFormatException being caused by the isBankBlock method
Added: Permissions defaults of 'false' for .limited permissions

1.2

MAJOR update!

Added: ChestBank networks (Create multiple networks of Chestbanks with different inventories)
Added: Slot limiting (Set a number of item stacks a player can store in a ChestBank)
Added: config.yml file for settign limits
Added: "/cb info" command
Added: "/cb list" command
Added: New permissions for Networks, Limits and new commands
Fixed: Bugs relating to Multi-World servers and chests in the Nether/End
Fixed: Duplicated 'Enabled' message in the console
Changed: Minor ode structure changed due to swith from Eclipse to Netbeans

1.1

Update: Implemented new Bukkit API Listeners

1.0

Fixed: Enchantments now save correctly
Fixed: Events cancelled by other plugins are no longer processed
Fixed: Permission handling for "chestbank.use"