deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

Not all configuration options use World specific setting #19

Closed RobinHartman closed 11 years ago

RobinHartman commented 11 years ago

I turned on ruins with the following two settings:

Allow the generation of ruins in the map

Ruins: Enabled: true Chance: 3

If enabled only worlds listed will be affected

Worlds: Enabled: true Allowed:

This still causes ruins to appear on the other worlds.. luckily the user that found them was excited enough to say so on chat lol.

This has been the same for:

Mobs drop the all the equipment they're wearing

If false will on drop only special items

DropFix: Equipment: true

Only happens to armored mobs and skeletons, both will always drop a bow/armor in every world.

ToppleTheNun commented 11 years ago

Alright. Thanks for reporting, I'm fixing it now.

ToppleTheNun commented 11 years ago

Fixed.