BlockAPI v0.6

Details

  • Filename
    BlockAPI.jar
  • Uploaded by
  • Uploaded
    Jun 7, 2013
  • Size
    126.94 KB
  • Downloads
    1,559
  • MD5
    ea5a7a33e95658c46925c23ec6e2c5e0

Supported Bukkit Versions

  • 1.5.2

Changelog

<07/06/2013>

  • Fixed item cloning when you merge two stacks in your inventory
  • Fixed BlockPersistence error
  • Handle pick up item ( custom block )
  • Handle shift click in crafting tables
  • Handle custom block names with spaces
  • Automatically reset the amount of an item that represents a custom block

<05/06/2013>

  • Fixed BlockPersistence bugs that have appeared due to block texture support
  • Fixed that you should not override some methods
  • Support block textures ( nor more books )
  • Support custom blocks explosions
  • Support CustomBlock class all alone ( just add your class wich extends CustomBlock in plugins/BlockAPI/Blocks folder and it will be loaded automatically )
  • Added description for custom blocks
  • Added hardness for explosions
  • Added custom drops on destroy
  • Added recipe variable
  • Added static methods ( one to get an instance of BlockAPI and an other to easily create a Shaped Recipe )
  • Added methods for all alone CustomBlock class to register a recipe
  • Improved static methods

<02/06/2013>

  • Fixed ( If you Shift+Left Click on a book it will stack to the first custom block book in your inventory even if they are not the same )
  • Added 5 new events : projectile hit, vehicle collide, hanging place, explode by entity, block physics
  • Added 2 commands: /blocklist to get the custom block list and /getblock to get a custom block
  • Added 2 permissions : cblock.list to use /blocklist and cblock.get to use /getblock
  • You can now change the max stack size of your block
  • Added a new static method to easily change a normal block into a given custom block

<01/06/2013>

  • First release
  • If you remove a plugin all its custom block will not be loaded so not saved after next disable