HeroStronghold v2.0.1-beta

Details

  • Filename
    HeroStronghold2.0.1.zip
  • Uploaded by
  • Uploaded
    May 30, 2014
  • Size
    190.36 KB
  • Downloads
    639
  • MD5
    3db6f16e6e824cdc9c5feeea05253d82

Supported Bukkit Versions

  • CB 1.7.9-R0.1

Changelog

This version is broken and does not protect against blockbreak

With v2.0.1 I fixed a bug that would improperly add items to inventories. Also I added display names to items that have damage values so they no longer display the ambiguous material names.

I tested all of the new features, but this version is hot out of Netbeans so I'm slapping the beta label on it to be safe. Use at your own risk. It should be good.

  • Item entries in region configs have changed. The new format and features are completely backwards compatible so your existing configs should be fine. Here's an example of the format:
output:
- 17.3
- LOG.1.3

In this example, the region will output 3 oak logs and 3 spruce logs. You can use the material name or the id number. Note that the damage value is inserted before the quantity.

output:
- LOG.0.64.25,LOG.1.32.25,LOG.2.16.30,17.3.16.20

This example tells HeroStronghold to give you a 25% chance to get 64 oak logs (LOG.0.64.25), 25% chance to get 32 spruce logs (LOG.1.32.50), 30% chance to get 16 birch logs (LOG.2.16.30), or 20% chance to get 16 jungle logs (17.3.16.20). If you want to require one item or another, you put them on the same line and use commas to separate them. The 4th number indicates the chance of getting each item. If the chance is not included, HeroStronghold will default to 100% chance.

  • HeroStronghold will now recognizes logs of the same type with different orientations
  • Updated to the latest beta build 1.7.9
  • Potential fix for EffectPowerShield not working. I included it in the effects folder so be sure to update it!

* Item frames can't be destroyed unless you destroy the block they are mounted on
* non-members can still rotate items in protected frames
* charters are not saved and will be erased if the plugin is turned off
* /hs reload doesn't work. Please don't use it