mung3r / ecoCreature

PvM/E Rewards
http://forums.bukkit.org/threads/29538
GNU Lesser General Public License v3.0
7 stars 12 forks source link

mob drops #16

Closed rbos closed 12 years ago

rbos commented 12 years ago

Mob drops are entirely disabled moving to 0.9b from 0.8b on CB1597. Killed several dozen pigs, no pork.

I've stripped out all item drops from mobs and changed it to additive mode in the config file, ie:

    # Replace instead of stack rewards drops/items
    # Default: true
    OverrideDrops: false

Skeleton:
    Coin_Minimum: 0.5
    Coin_Maximum: 1.00
    Coin_Percent: 50.0

Otherwise it is a stock install.

Edit: Also adjusted coin values and percentages a bit.

mung3r commented 12 years ago

Post you default.yml config on pastie.org so that I can see your setup.

rbos commented 12 years ago

http://minecraft.novylen.net/stats/default.yml

mung3r commented 12 years ago

The config file looks like it is out of date. Please try the following:

rbos commented 12 years ago

Regenerating the config fixes the problem.

It's a real pain doing that every other version. I forget about it half the time. :P

mung3r commented 12 years ago

Yes, another person has also commented on this shortcoming. It's on the "to do" list to dynamically update the config.