StructureInABox v1.0.0

Details

  • Filename
    structureinabox.jar
  • Uploaded by
  • Uploaded
    May 29, 2014
  • Size
    30.73 KB
  • Downloads
    437
  • MD5
    23aaa9c55ec4f57a851c0a1b2869952e

Supported Bukkit Versions

  • CB 1.7.9-R0.1

Changelog

Version 1.0.0

  • Added a custom free space check, where you can specify the list of blocks to test against. To do so, make sure you have the following configuration in config.yml:
free-space-check: yes
check-all-solid-blocks: no
check-just-specific-blocks:
  - BEDROCK
  - LAVA
  - STATIONARY_LAVA
  - GOLD_BLOCK
  - IRON_BLOCK
  - DIAMOND_BLOCK
  - QUARTZ_BLOCK
  - OBSIDIAN
  - CHEST
  - MOB_SPAWNER

If you want to cancel free-space-check completely, set "free-space-check" to "no", as before. If you want to check against all solid blocks, you can set "check-all-solid-blocks" to "yes", in which case the list of blocks below "check-just-specific-blocks" will have no meaning.

  • Added a new command /sib reload - this will reload the plugin
  • Added a cancellable bukkit event called StructureInABoxPlaceEvent, for developers integrating with the plugin
  • Fixed a bug where the SiB chest appeared after /sibundo