ecoCreatures not working

Discussion in 'Bukkit Help' started by shadow85, Apr 27, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    shadow85

    I am currently running the following mods: Essentials, Lampstone, Lockette, MonsterHunt, Natural Giants, Permissions, PorteCoulissante, Turnstile, Warpz0r, WorldEdit, ecoCreatures, iConomy, iConomyDeath, mcMMO, and uQuest.

    When a player or myself kills a monster we do not get money or a message that we've killed it.

    Permissions file followed by ecoCreatures file.

    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Guest:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance: null
            permissions:
            - 'essentials.help'
            - 'essentials.depth'
            - 'essentials.getpos'
            - 'essentials.compass'
            - 'ecoCreature.Creature.*'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Guest
            permissions:
            - 'essentials.signs.mail.use'
            - 'essentials.signs.disposal.use'
            - 'essentials.tpo'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.warp'
            - 'essentials.warp.list'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.rules'
            - 'essentials.motd'
            - 'essentials.me'
            - 'essentials.mail'
            - 'essentials.mail.send'
            - 'essentials.helpop'
            - 'essentials.whois'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'iConomy.payment'
            - 'mcmmo.ability.*'
            - 'mcmmo.skills.*'
            - 'mcmmo.commands.ability'
            - 'mcmmo.commands.ptp'
            - 'mcmmo.commands.party'
            - 'mcmmo.commands.whois'
            - 'mcmmo.commands.myspawn'
            - 'mcmmo.commands.setmyspawn'
            - 'monsterhunt.usercmd.*'
            - 'uQuest.CanQuest'
            - 'uQuest.CanReloadQuests'
            - 'uQuest.CanDropQuest'
            - 'ecoCreature.Creature.*'
            - 'lockette.create.*'
            - 'localshops.buysell'
            - 'localshops.manage'
            - 'localshops.manage.owner'
            - 'localshops.create'
            - 'iConomyDeath.use'
            - 'tombstone.use'
            - 'tombstone.large'
            - 'tombstone.sign'
            - 'tombstone.quickloot'
        Mod:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - 'essentials.signs.disposal.create'
            - 'essentials.signs.mail.create'
            - 'essentials.tphere'
            - 'essentials.tppos'
            - 'essentials.setwarp'
            - 'essentials.delwarp'
            - 'essentials.nick'
            - 'essentials.essentials'
            - 'essentials.reloadall'
            - 'essentials.gc'
            - 'essentials.plugin'
            - 'essentials.spawnmob'
            - 'essentials.clearinventory'
            - 'essentials.clearinventory.others'
            - 'essentials.ping'
            - 'essentials.backup'
            - 'essentials.ban'
            - 'essentials.banip'
            - 'essentials.mute'
            - 'essentials.kick'
            - 'essentials.unban'
            - 'essentials.unbanip'
            - 'essentials.time'
            - 'mcmmo.commands.setmyspawnother'
            - 'monsterhunt.admincmd.huntstart'
            - 'monsterhunt.admincmd.huntstop'
            - 'lockette.admin.create.*'
            - 'lockette.admin.break'
            - 'lockette.admin.bypass'
            - 'lockette.admin.snoop'
            - 'lockette.admin.reload'
            - 'localshops.destory'
            - 'tombstone.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
            - '-mcmmo.regeneration'
    users:
        Redhandjane:
            group: Admins
            permissions: null
        Barknhots:
            group: Admins
            info:
                prefix: null
                suffix: null
            permissions: null
        Lizity:
            group: Admins
            permissions: null
        SqueeMun:
            group:  Member
            permissions:  null
    
    Code:
    System:
        Economics:
            Which: 1
            ESSTC: 'GoldenDragons'
            IntegerCurrency: false
        Hunting:
            AllowCamping: false
            OverrideDrops: true
            CampRadius: 15
            BowRewards: true
            PenalizeDeath: true
            PenalizePercent: 3
            AllowUnderSeaLVL: true
        Messages:
            Output: true
            NoReward: true
            Spawner: false
            NoCampMessage: '[$4Warning$f] Camping around the Monster Spawn gives no rewards.'
            NoBowMessage: '[$9???$f] You can''t seem to find any currency on this creature.'
            DeathPenaltyMessage: 'You wake up to find that $6%c $fis missing from your pockets!'
        ExtraHooks:
            uQuest: false
            #### UQUEST HOOK IS NOT DONE YET ####
    
    Gain:
        Default:
            Amount: 1
        Donors:
            Amount: 2.5
     
    RewardTable:
        Creeper:
            Drops: '289:3:20'
            Coin_Minimum: 5.00
            Coin_Maximum: 75.00
            Coin_Percent: 100
            NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $c%m'
    
        Skeleton:
            Drops: '352:2:30;262:2:30'
            Coin_Minimum: 1.00
            Coin_Maximum: 10.00
            Coin_Percent: 99
            NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Zombie:
            Drops: '288:2:30'
            Coin_Minimum: 1.00
            Coin_Maximum: 6.00
            Coin_Percent: 99
            NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Spider:
            Drops: '287:1:10'
            Coin_Minimum: 1.00
            Coin_Maximum: 7.00
            Coin_Percent: 99
            NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        PigZombie:
            Drops: '320:2:3;288:2:10'
            Coin_Minimum: 1.00
            Coin_Maximum: 20.00
            Coin_Percent: 99
            NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Ghast:
            Drops: '289:2:20'
            Coin_Minimum: 1.00
            Coin_Maximum: 25.00
            Coin_Percent: 100
            NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Slime:
            Drops: '341:2:10'
            Coin_Minimum: 1.00
            Coin_Maximum: 13.00
            Coin_Percent: 65
            NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Giant:
            Drops: ''
            Coin_Minimum: 20.00
            Coin_Maximum: 120.00
            Coin_Percent: 100
            NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Chicken:
            Drops: '288:2:45'
            Coin_Minimum: 0.00
            Coin_Maximum: 0.00
            Coin_Percent: 0
            NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Cow:
            Drops: '334:2:45'
            Coin_Minimum: 0.00
            Coin_Maximum: 0.00
            Coin_Percent: 0
            NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Pig:
            Drops: '319:2:45'
            Coin_Minimum: 0.00
            Coin_Maximum: 0.00
            Coin_Percent: 0
            NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Sheep:
            Drops: ''
            Coin_Minimum: 0.00
            Coin_Maximum: 0.00
            Coin_Percent: 0
            NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Squid:
            Drops: '351:2:35'
            Coin_Minimum: 1.00
            Coin_Maximum: 5.00
            Coin_Percent: 50
            NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Wolf:
            Drops: ''
            Coin_Minimum: 1.00
            Coin_Maximum: 4.00
            Coin_Percent: 50
            NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
        Spawner:
            Drops: ''
            Coin_Minimum: 10.00
            Coin_Maximum: 200.00
            Coin_Percent: 100
            NoReward_Message: '[$9!$f] The $2%m $fexplodes from a blow with your $3%i'
            Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
            Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
    
    DidYou:
        Read:
            Understand:
                Configure: true
    
    Oh, I'm running Bukkit 733 and my server is through multiplay

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  2. Offline

    ChrisB

    Looks like you're running either an outdated version / config.
    re-download or generate a new conf.
     
  3. Offline

    shadow85

    Ok, since I have no idea if Multiplay updates it's mods like it should, I'll download a new ecocreatures to my computer and use that config.
     
Thread Status:
Not open for further replies.

Share This Page