promotional bannermobile promotional banner

BlockAPI

Easily create blocks with custom effects ! Persistence beetween restart !

File Details

BlockAPI v0.5

  • R
  • Jun 5, 2013
  • 135.44 KB
  • 735
  • 1.5.2

File Name

BlockAPI.jar

Supported Versions

  • 1.5.2

<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
  • No persistence at all