HeroStronghold v2.0.2

Details

  • Filename
    HeroStronghold2.0.2.zip
  • Uploaded by
  • Uploaded
    Sep 1, 2014
  • Size
    206.24 KB
  • Downloads
    1,590
  • MD5
    6225000c50d91774f6d72949b194211f

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

  • No longer requires AmpMenus
  • Fixed a fatal bug with effect powershield that was causing it not to work
  • Added a feature that allows you to limit the number of regions in a super-region. This example would limit this region to a max of 5 in a town:
super-regions:
-town.5
  • Fixed a fatal bug with denyblockbreak
  • You can now use OR requirements for blocks in the requirements list

----

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