v1.2.5

Details

  • Filename
    ChestBank.jar
  • Uploaded by
  • Uploaded
    Feb 26, 2012
  • Size
    56.32 KB
  • Downloads
    365
  • MD5
    e0b674d06e5f86cbeb30bfaf7bdb8cd5

Supported Bukkit Versions

  • CB 1.1-R4

Changelog

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"