mung3r / ecoCreature

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

dropping heads #121

Closed kaketoe closed 11 years ago

kaketoe commented 11 years ago

hello, i would like to put the head drop from players off but i don't know how how can i do that?

mung3r commented 11 years ago

To turn it off, look in the default.yml config for the Player entry in the RewardTable. It will look similar to this:

RewardTable:
  Player:
    Coin_Minimum: 5.00
    Coin_Maximum: 10.50
    Coin_Percent: 50.0
    NoReward_Message: ''
    Reward_Message: '&7You are awarded &6<amt>&7 for murdering &5<crt>&7.'
    Penalty_Message: '&7You are penalized &6<amt>&7 for murdering &5<crt>&7.'
    # Adding a skull item to Player drops the victim's head
    Drops:
    - 'skull item:1-1:100'

Delete the "skull item" from the Drops.