Inactive [ECON] ecoCreature 0.2.2 - Mob & PVP Rewards [1.4.6]

Discussion in 'Inactive/Unsupported Plugins' started by mung3r, Aug 3, 2011.

  1. Offline

    mung3r

    [​IMG]
    ecoCreature 0.2.2 (Belay that nose-picking, Cadet!)
    Mob & PVP Rewards
    More plugins to try:
    MobRider - Finally, a proper use for saddles!
    DeathTpPlus - Death notifications & recall!

    Features:
    • Coin rewards, coin penalties and drops for:
      • Killing mobs
      • PVP
      • Kill streaks
      • Death streaks
      • Leveling
      • Breaking blocks
    • Share coin rewards with:
    • Increase or decrease coin rewards based on:
      • Biome (swampland, forest, etc.)
      • Environment (normal, nether, etc.)
      • Time of Day (day, night, etc.)
      • Weather (sunny, stormy)
      • Permissions Group (e.g. default, elite, etc.)
      • Factions (neutral, enemy, etc.)
      • Heroes party
      • mcMMO party
      • MobArena participants
      • WorldGuard region
      • Regios region
      • Residence region
      • Towny membership
      • Weapon used
    • Customize items drops to include:
    • DeathTpPlus rewards:
      • Rewards for kill streaks
      • Penalties for death streaks
    • Heroes rewards:
      • Rewards for mastering a class
      • Rewards for leveling
    • mcMMO rewards:
      • Rewards for leveling
    • Prevent exploits:
      • Camping around Mob Spawners
      • Mob farming
      • Limit projectile use (e.g. Bow & Arrow)
    • Multi-world support
    Usage Stats:
    [​IMG]
    --------------------------------------------------------------------------------------------------------

    Acknowledgements:
    The original ecoCreature was made by ChrisB. All credit goes to him for his creation. Since his plugin has gone inactive since rb740, I have decided to continue doing maintenance updates for his plugin.
     
  2. Offline

    bbsben

    Hey, I was wondering how to change the basic message. I can't seem to make it say "You have been awarded 9 coins for killing (mob)".
    EDIT: I really only want to insert the 'coin' peice to it. Like as of now it only says "You have been awarded 9 for killing (mob)"
    It's probably very basic, but I can only find the other messages. I'd love if you could get back as soon as possible. Thanks alot
    -Ben
     
  3. Offline

    mung3r

    Here's a message customization example from the documentation:
    Code:
    RewardTable:
      Cow:
        NoReward_Message: '&7You slayed a &5<crt>&7 using a &3<itm>.'
        Reward_Message: '&7You are awarded &6<amt>&7 for slaying a &5<crt>.'
        Penalty_Message: '&7You are penalized &6<amt>&7 for slaying a &5<crt>.'
    The token for coin in the above example is <amt>. Take a look at the docs here for more info.
     
  4. Offline

    MrFancyPants

    I am using iconomy and this plugin to give players a money reward for killing mobs. Though it seems like this is lagging the server when players are killing mobs in their mobspawners. Do you have any tips on tuning my config so that it is less resource heavy?

    I think its the actual payments going into iconomy thats the progblem. Is there an economy plugin that works better performence wise?
     
  5. Offline

    mung3r

    CraftConomy is a good choice.
     
  6. Offline

    BBFChaser

    I have set it so that zombies, skeletons, and wither skeletons have a chance of dropping their heads.

    Example:

    Skeleton:
    Drops:
    - bone:2:75
    - arrow:2:75
    Coin_Minimum: 1.0
    Coin_Maximum: 3.0
    Coin_Percent: 50.0
    Drops:
    - skull item:1-1:10

    The only issue is that the only head that drops from all mobs is a skeleton head. I copied the "- skull item:1-1:10" from the Player loot table.

    I tried to figure this out but i am lost any help would be much appreciated.


    I just noticed i made a noob mistake. DOPE

    They have been dropping heads still but ill fix that and reply back if i still have the issue tomorrow.

    ----UPDATE----

    They still drop skeleton heads and i am assuming this is because all other heads are sub ID's to the skeleleton skull

    Skeleton is 144
    Wither - 144.1
    Zombie - 144.2
    Steve - 144.3
    Creeper - 144.4

    Is there any way to add item subsets to the loot tables?

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

    mung3r

    Try specifying the skull type as in:
    Code:
    Drops:
    -skull item.2:1-1:10
    for a zombie head.
     
  8. Offline

    BBFChaser

    Thanks so much very helpful i tested on Zombies and it worked so im assuming the others will work as well thanks again.
     
  9. Offline

    Kuchiha

    Enchanted books are supported ? I've try many things but can't manage to get them dropped by mobs.

    Thx.
     
  10. Offline

    mung3r

    Hmm, haven't tried making that kind of drop. I will have to look into this.
     
  11. Offline

    KruSion

    Hey dude! I kinda understood how the plugin works and it seems amazing.... But I can't get it to run on my server? I'm running a tekkit lite with bukkitforge.. It says it's loaded and I changed th config as I pleased for example I made cows drop cash 100% of the time for testing purposes but they never seem to drop any money.. Am I doing something or is it just not compatible with tekkit lite ?
     
  12. Offline

    mung3r


    Sounds like it may be permission. Make sure to enable permissions for ecocreature.reward.* and ecocreature.gain.*
     
  13. Offline

    KruSion

    I'm sorry I'm still new to this.. Can you guide me through it please?
     
  14. Offline

    mung3r

    Try out the getting started documentation here. More extensive documentation is here.
     
  15. Offline

    TheRogueX

    Hi mung, working with your great plugin, but I have a couple of questions.

    1) I can't get WitherSkeletons to drop their skulls. Here is what I have configured for their drops (skull was set to 100% drop rate just to experiment):

    WitherSkeleton:
    Coin_Minimum: 2.5
    Coin_Maximum: 5.0
    Coin_Percent: 50.0
    Drops:
    - coal:1:75
    - bone:2:75
    - skull item.1:1-1:100

    The Wither Skeletons will still not drop their skulls.

    2) Does ecoCreature take the 'Looting' enchantment rules in effect when determining drop chance (+1 to max loot drop per level, increased chance at getting Rare Drop from creature)? Or does ecoCreature more or less render the 'Looting' enchantment worthless?​
     
  16. Offline

    TheRogueX

    No answer in almost 10 days? Should I just go with another plugin? I like this one though.
     
  17. Offline

    mung3r

    Must have missed the notification for your last post. On question 1, I will have to test and see why it doesn't drop. On question 2, the enchantment is not factored into the calculation for the drops.
     
  18. Offline

    Avianize

    My users are being denied rewards. I am not sure why.

    Here is an example

    [Server] INFO DependencyUtils: USERNAME denied permission for ecocreature.reward.mcmmoleveled
    [Server] INFO DependencyUtils: USERNAME denied permission for ecocreature.reward.zombie

    Here are my permissions

    Code:
    groups:
      default:
        default: true
        permissions:
        - essentials.kits.tools
        - essentials.kick.notify
        - essentials.ban.notify
        - essentials.msg.url
        - essentials.ignore
        - essentials.pay
        - essentials.delhome
        - essentials.signs.use.*
        - essentials.tpdeny
        - essentials.tpaccept
        - essentials.sethome.multiple
        - lockette.user.create.*
        - lockette.admin.create.*
        - essentials.protect
        - essentials.sethome
        - essentials.spawn
        - essentials.clearinventory
        - essentials.suicide
        - essentials.rules
        - essentials.msg
        - essentials.motd
        - essentials.me
        - essentials.mail.send
        - essentials.mail
        - essentials.home
        - essentials.list
        - essentials.help
        - essentials.afk
        - essentials.kit
        - simpleregionmarket.create
        - simpleregionmarket.rent
        - simpleregionmarket.sell
        - simpleregionmarket.buy
        - worldguard.region.addmember.own.*
        - worldguard.region.removemember.own.*
        - worldguard.region.info.own
        - worldguard.region.info.member
        - worldguard.region.list.own
        - worldguard.region.list
        - ecocreature.reward.*
        - ecocreature.gain.*
        - ecoCreature.Rewarding.default
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - iConomy.user
        - iConomy.payment
        options:
          rank: '900'
        prefix: '&3'
      Tier1:
        default: false
        options:
          rank: '800'
        prefix: '&6[$]&3'
        inheritance:
        - default
        permissions:
        - essentials.joinfullserver
        - essentials.msg.color
        - essentials.chat.color
        - essentials.chat.ignoreexempt
        - essentials.sethome.multiple.vip
        - essentials.top
        - essentials.getpos
        - essentials.itemdb
        - essentials.compass
        - essentials.helpop
        - essentials.signs.color
        - essentials.warp
        - essentials.warp.list
        - essentials.warps.spawn
        - essentials.warps.west
        - essentials.back
      Tier2:
        default: false
        options:
          rank: '700'
        prefix: '&6[$$]&3'
        inheritance:
        - Tier1
        permissions:
        - essentials.tpa
        - essentials.tpahere
        - essentials.sethome.multiple.vip2
      Tier3:
        default: false
        options:
          rank: '600'
        prefix: '&6[$$$]&3'
        inheritance:
        - Tier2
        permissions:
        - essentials.sethome.multiple.vip3
      Owner:
        prefix: '&4[Owner]&c '
        inheritance:
        - Head-Moderator
        permissions:
        - permissions.*
        - anticheat.check.exempt
        - anticheat.admin
        options:
          rank: '1'
      Architect:
        default: false
        prefix: '&9[Architect]&8'
        inheritance:
        - Tier3
        permissions:
        - essentials.gamemode
        - worldedit.*
        - voxelsniper.sniper
        options:
          rank: '550'
      Moderator:
        options:
          rank: '500'
        prefix: '&6[Moderator]&e '
        inheritance:
        - Tier3
        permissions:
        - essentials.tp
        - essentials.tp.others
        - essentials.tpa
        - essentials.tpahere
        - essentials.helpop.receive
        - essentials.seen
        - essentials.seen.banreason
        - essentials.sethome.multiple.staff
        - essentials.warp
        - essentials.warp.otherplayers
        - essentials.mute.exempt
        - essentials.mute
        - essentials.kick
        - essentials.ban
        - essentials.banip
        - essentials.broadcast
        - worldguard.region.info
        - worldguard.region.list
        - anticheat.mod
      Head-Moderator:
        options:
          rank: '400'
        prefix: '&1[Head-Mod]&9 '
        inheritance:
        - Moderator
        permissions:
        - mobarena.admin
        - xpShop.infoxp.other
        - essentials.weather
        - essentials.unbanip
        - essentials.unban
        - essentials.signs.protection.override
        - essentials.clearinventory.others
        - iConomy.plus
        - iConomy.accounts.status
        - worldguard.region.claim
        - worldguard.region.removemember.*
        - worldguard.region.addmember.*
        - simpleregionmarket.*
        - vault.admin

    Here is my ecoCreature file

    Code:
    # 
    # Drop format and Examples:
    System:
      Economy:
        IntegerCurrency: false
      Hunting:
        AllowCamping: false
        ClearCampDrops: true
        CampingByEntity: false
        CampingByDistance: true
        CampRadius: 8
        ClearDefaultDrops: false
        OverrideDrops: true
        FixedDrops: false
        BowRewards: true
        AllowUnderSeaLVL: true
        WolverineMode: true
        PenalizeDeath: false
        PenalizeType: true
        PenalizeAmount: 0.05
        PVPReward: false
        PVPRewardType: true
        PVPRewardAmount: 0.05
        NoFarm: false
        NoFarmFire: false
        MobArenaRewards: false
        CreativeModeRewards: false
      Messages:
        Output: true
        LogCoinRewards: true
        NoReward: true
        Spawner: true
        NoCampMessage: '&7You find no rewards camping monster spawners.'
        NoBowMessage: '&7You find no rewards on this creature.'
        NoUnderSeaLevel: '&7You find no rewards on this creature.'
        DeathPenaltyMessage: '&7You wake up to find &6<amt>&7 missing from your pockets!'
        PVPRewardMessage: '&7You are awarded &6<amt>&7 for murdering &5<crt>.'
    Gain:
      Groups:
        default:
          Amount: 1.0
        vip:
          Amount: 2.0
      Time:
        Sunrise:
          Amount: 1.0
        Day:
          Amount: 1.0
        Sunset:
          Amount: 1.0
        Dusk:
          Amount: 1.125
        Night:
          Amount: 1.25
        Dawn:
          Amount: 1.125
      Environment:
        Normal:
          Amount: 1.0
        Nether:
          Amount: 1.2
        The_End:
          Amount: 1.3
      Biome:
        HELL:
          Amount: 1.25
      Weather:
        SUNNY:
          Amount: 1.0
        STORMY:
          Amount: 1.125
      MobArena:
        InArena:
          Amount: 1.0
          Share: true
      WorldGuard:
        MyRegionName1:
          Amount: 0.125
        MyRegionName2:
          Amount: 0.5
      Regios:
        MyRegiosName1:
          Amount: 0.125
        MyRegiosName2:
          Amount: 0.5
      Residence:
        MyResidenceName1:
          Amount: 0.125
        MyResidenceName2:
          Amount: 0.5
      Factions:
        MEMBER:
          Amount: -1.0
        ALLY:
          Amount: 0.0
        NEUTRAL:
          Amount: 1.125
        ENEMY:
          Amount: 1.25
      Towny:
        MyTownName1:
          Amount: 0.125
        MyTownName2:
          Amount: 0.5
      Heroes:
        InParty:
          Amount: 1.125
          Share: true
      mcMMO:
        InParty:
          Amount: 1.125
          Share: true
      Weapon:
        wood_sword:
          Amount: 1.5
        iron_sword:
          Amount: 1.0
        diamond_sword:
          Amount: 0.7
    RewardTable:
      Bat:
        Coin_Minimum: 0.1
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      Blaze:
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        Drops:
        - blaze rod:1:75
      CaveSpider:
        Drops:
        - string:2:75
        - spider eye:1:75
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
      Chicken:
        Drops:
        - feather:2:75
        - raw chicken:1-1:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      Cow:
        Drops:
        - leather:2:75
        - raw beef:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Creeper:
        Drops:
        - sulphur:2:75
        Coin_Minimum: 5.5
        Coin_Maximum: 10.5
        Coin_Percent: 50.0
      PoweredCreeper:
        Drops:
        - sulphur:2:75
        Coin_Minimum: 10.5
        Coin_Maximum: 15.5
        Coin_Percent: 50.0
      DeathStreak:
        Coin_Minimum: -1.0
        Coin_Maximum: -1.0
        Coin_Percent: 100.0
        NoReward_Message: ''
        Reward_Message: '&7You earned &6<amt>&7 for that death streak!'
        Penalty_Message: '&7That death streak cost you &6<amt>&7.'
      EnderDragon:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.5
        Coin_Percent: 100.0
        Drops:
        - dragon egg:1-1:100
      Enderman:
        Drops:
        - ender pearl:1:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
      Ghast:
        Drops:
        - sulphur:2:75
        - ghast tear:1:75
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
      Giant:
        Coin_Minimum: 8.5
        Coin_Maximum: 8.5
        Coin_Percent: 50.0
      HeroMastered:
        Drops:
        - diamond:1:100
        Coin_Minimum: 25.0
        Coin_Maximum: 100.0
        Coin_Percent: 100.0
        Reward_Message: '&7You earned &6<amt>&7 mastering that class!'
      HeroLeveled:
        Coin_Minimum: 2.5
        Coin_Maximum: 10.0
        Coin_Percent: 25.0
        Reward_Message: '&7You earned &6<amt>&7 by leveling!'
      KillStreak:
        Drops:
        - diamond:1:100
        Coin_Minimum: 2.0
        Coin_Maximum: 2.0
        Coin_Percent: 100.0
        NoReward_Message: ''
        Reward_Message: '&7You earned &6<amt>&7 for that kill streak!'
        Penalty_Message: '&7That kill streak cost you &6<amt>&7.'
      LavaSlime:
        Coin_Minimum: 0.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
        Drops:
        - magma cream:1:75
      mcMMOLeveled:
        Coin_Minimum: 2.5
        Coin_Maximum: 10.0
        Coin_Percent: 15.0
        Reward_Message: '&7You earned &6<amt>&7 by leveling!'
      Monster:
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
      MushroomCow:
        Drops:
        - leather:2:75
        - raw beef:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Ozelot:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      Pig:
        Drops:
        - pork:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      PigZombie:
        Drops:
        - rotten flesh:1:75
        - gold nugget:1:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
      Player:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.0
        Coin_Percent: 60.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.'
        Drops:
        - skull item:1-1:100
      Sheep:
        Drops:
        - wool:1-1:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Silverfish:
        Coin_Minimum: 0.5
        Coin_Maximum: 0.5
        Coin_Percent: 50.0
      Skeleton:
        Drops:
        - bone:2:75
        - arrow:2:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.0
        Coin_Percent: 50.0
      Slime:
        Drops:
        - slime ball:2:75
        Coin_Minimum: 0.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
      SnowMan:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 100.0
        Drops:
        - snow ball:15:75
      Spawner:
        Coin_Minimum: 0.1
        Coin_Maximum: 15.0
        Coin_Percent: 75.0
        NoReward_Message: '&7You destroyed a &5<crt>&7 using a &3<itm>&7.'
        Reward_Message: '&7You are awarded &6<amt>&7 for destroying a &5<crt>&7.'
        Penalty_Message: '&7You are penalized &6<amt>&7 for destroying a &5<crt>&7.'
      Spider:
        Drops:
        - string:2:75
        - spider eye:1:75
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
      Squid:
        Drops:
        - ink sack:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Witch:
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        Drops:
        - glass bottle:6:0.125
        - glowstone dust:6:0.125
        - sulphur:6:0.125
        - redstone:6:0.125
        - spider eye:6:0.125
        - stick:6:0.125
        - sugar:6:0.125
        - potion.0:6:0.125
      WitherBoss:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.5
        Coin_Percent: 100.0
        Drops:
        - nether star:1-1:100
      WitherSkeleton:
        Coin_Minimum: 1.0
        Coin_Maximum: 3.0
        Coin_Percent: 50.0
        Drops:
        - coal:1:75
        - bone:2:75
      Wolf:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      AngryWolf:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
      Villager:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      VillagerGolem:
        Drops:
        - iron ingot:3-5:75
        - red rose:2:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 1.0
      Zombie:
        Sets:
        - PoorZombie
        - BookZombie
        - RichZombie
        - ZombieApocalypse
      ZombieVillager:
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        Drops:
        - rotten flesh:2:75
    RewardSets:
      PoorZombie:
        Drops:
        - rotten flesh:2:75
      BookZombie:
        Drops:
        - rotten flesh:2:75
        - item: written book:1-1:100
          title: Journal of a Zombie
          author: Decaying-EarNibbler
          pages:
          - 'Day 1: No people to be found today. Very hungry.'
          - 'Day 2: Another day with out brains. Starving.'
          - 'Day 3: Just saw someone I can feast on! Will write later how that goes.'
      RichZombie:
        Drops:
        - rotten flesh:2:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
      ZombieApocalypse:
        Drops:
        - zombie:2:50
     
  19. Offline

    Pink__Slime

    The permissions are confusing me... Looking on the bukkitDev and it says this


    Does this mean it defaults at false and when you give this permission node it will make it true for the players with that node?
     
  20. Offline

    eoden13

    This plugin looks perfect for my RPG server but I had one question. Does the plugin support mod mobs? I am using ARS Magica and Twilight and it would be great to reward players especially in a party for mod mobs.
     
  21. Offline

    owenftw

    How do you set it so players drop a head?
     
  22. Offline

    venosis

    Hi guys,

    I'm not sure if the author will ever see this message, but I just wanted to say thanks because the plugin is really awesome.

    I currently have an annoying problem, I'm a running a PvP server and as I'm french I like to offer my players good localization :), it seems like the message : " you are awarded x for killing x " can't be translated, I am most certainly doing something wrong but can't find what is is .... It's a minor problem for sure, but ... yea it annoys me and such a detail would still make me switch to a new plugin and I don't want to :p.

    Here is my config file, can you guys check it please? Is there someone that has the same problem?

    best regards

    ben


    Code:
    #
    # Drop format and Examples:
    System:
      Economy:
        IntegerCurrency: false
      Hunting:
        AllowCamping: false
        ClearCampDrops: true
        CampingByEntity: true
        CampingByDistance: false
        CampRadius: 16
        ClearDefaultDrops: false
        OverrideDrops: true
        FixedDrops: false
        BowRewards: true
        AllowUnderSeaLVL: true
        WolverineMode: true
        PenalizeDeath: false
        PenalizeType: true
        PenalizeAmount: 0.05
        PVPReward: true
        PVPRewardType: true
        PVPRewardAmount: 0.05
        NoFarm: false
        NoFarmFire: false
        MobArenaRewards: true
        CreativeModeRewards: false
      Messages:
        Output: true
        LogCoinRewards: false
        NoReward: false
        Spawner: true
        NoCampMessage: '&fVous ne pouvez rien gagner si vous campez un spawner..'
        NoBowMessage: '&fVous ne trouvez aucune recompense sur ce mob...'
        NoUnderSeaLevel: '&fVous ne trouvez aucune recompense sur ce mob...'
        DeathPenaltyMessage: '&fVous vous reveillez pour trouver que &b<amt>&f ne sont plus dans votre poche..'
        PVPRewardMessage: '&fEn fouillant un peu vous trouvez &b<amt>&f sur le corps de &b<crt>....'
    Gain:
      Groups:
        Default:
          Amount: 1.0
        Donors:
          Amount: 2.0
      Time:
        Sunrise:
          Amount: 1.0
        Day:
          Amount: 1.0
        Sunset:
          Amount: 1.0
        Dusk:
          Amount: 1.125
        Night:
          Amount: 1.25
        Dawn:
          Amount: 1.125
      Environment:
        Normal:
          Amount: 1.0
        Nether:
          Amount: 1.25
        The_End:
          Amount: 1.5
      Biome:
        HELL:
          Amount: 1.25
      Weather:
        SUNNY:
          Amount: 1.0
        STORMY:
          Amount: 1.125
      MobArena:
        InArena:
          Amount: 1.0
          Share: true
      WorldGuard:
        MyRegionName1:
          Amount: 0.125
        MyRegionName2:
          Amount: 0.5
      Regios:
        MyRegiosName1:
          Amount: 0.125
        MyRegiosName2:
          Amount: 0.5
      Residence:
        MyResidenceName1:
          Amount: 0.125
        MyResidenceName2:
          Amount: 0.5
      Factions:
        MEMBER:
          Amount: 1.0
        ALLY:
          Amount: 1.0
        NEUTRAL:
          Amount: 1.125
        ENEMY:
          Amount: 1.25
      Towny:
        MyTownName1:
          Amount: 0.125
        MyTownName2:
          Amount: 0.5
      Heroes:
        InParty:
          Amount: 1.125
          Share: true
      mcMMO:
        InParty:
          Amount: 1.125
          Share: true
      Weapon:
        wood_sword:
          Amount: 1.5
        iron_sword:
          Amount: 1.0
        diamond_sword:
          Amount: 0.5
    RewardTable:
      Bat:
        Coin_Minimum: 0.1
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      Blaze:
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        Drops:
        - blaze rod:1:75
      CaveSpider:
        Drops:
        - string:2:75
        - spider eye:1:75
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
      Chicken:
        Drops:
        - feather:2:75
        - raw chicken:1-1:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      Cow:
        Drops:
        - leather:2:75
        - raw beef:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Creeper:
        Drops:
        - sulphur:2:75
        Coin_Minimum: 5.5
        Coin_Maximum: 10.5
        Coin_Percent: 50.0
      PoweredCreeper:
        Drops:
        - sulphur:2:75
        Coin_Minimum: 10.5
        Coin_Maximum: 15.5
        Coin_Percent: 50.0
      DeathStreak:
        Coin_Minimum: -1.0
        Coin_Maximum: -1.0
        Coin_Percent: 100.0
        NoReward_Message: ''
        Reward_Message: '&fVous gagnez &b<amt>&f pour cette volonte intarissable de mourir..'
        Penalty_Message: '&fVous perdez &b<amt>&f pour cette volonte intarissable de mourir..'
      EnderDragon:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.5
        Coin_Percent: 100.0
        Drops:
        - dragon egg:1-1:100
      Enderman:
        Drops:
        - ender pearl:1:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
      Ghast:
        Drops:
        - sulphur:2:75
        - ghast tear:1:75
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
      Giant:
        Coin_Minimum: 8.5
        Coin_Maximum: 8.5
        Coin_Percent: 50.0
      HeroMastered:
        Drops:
        - diamond:1:100
        Coin_Minimum: 25.0
        Coin_Maximum: 100.0
        Coin_Percent: 100.0
        Reward_Message: '&fVous gagnez &b<amt>&f et vous maitrisez un peu plus cette classe.'
      HeroLeveled:
        Coin_Minimum: 2.5
        Coin_Maximum: 10.0
        Coin_Percent: 25.0
        Reward_Message: '&fVous gagnez &b<amt>&f pour avoir pris un niveau de Hero!'
      KillStreak:
        Drops:
        - diamond:1:100
        Coin_Minimum: 2.0
        Coin_Maximum: 2.0
        Coin_Percent: 100.0
        NoReward_Message: ''
        Reward_Message: '&fVous gagnez &b<amt>&f et entrez en &bFURIIIE!'
        Penalty_Message: '&fVous perdez &b<amt>&f a cause de ce kill a repetition.'
      LavaSlime:
        Coin_Minimum: 0.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
        Drops:
        - magma cream:1:75
      mcMMOLeveled:
        Coin_Minimum: 2.5
        Coin_Maximum: 10.0
        Coin_Percent: 25.0
        Reward_Message: '&fVous gagnez &b<amt>&f car vous avez gagne un niveau! &b(/mcstats)'
      Monster:
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
      MushroomCow:
        Drops:
        - leather:2:75
        - raw beef:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Ozelot:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      Pig:
        Drops:
        - pork:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      PigZombie:
        Drops:
        - rotten flesh:1:75
        - gold nugget:1:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
      Player:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.5
        Coin_Percent: 50.0
        NoReward_Message: ''
        Reward_Message: '&fVous gagnez &b<amt>&f pour avoir exploser &b<crt>&f.'
        Penalty_Message: '&fVous etes penalise &b<amt>&f pour avoir tue &b<crt>&f.'
        Drops:
        - skull item:1-1:100
      Sheep:
        Drops:
        - wool:1-1:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Silverfish:
        Coin_Minimum: 0.5
        Coin_Maximum: 0.5
        Coin_Percent: 50.0
      Skeleton:
        Drops:
        - bone:2:75
        - arrow:2:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.0
        Coin_Percent: 50.0
      Slime:
        Drops:
        - slime ball:2:75
        Coin_Minimum: 0.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
      SnowMan:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 100.0
        Drops:
        - snow ball:15:75
      Spawner:
        Coin_Minimum: 0.1
        Coin_Maximum: 15.0
        Coin_Percent: 50.0
        NoReward_Message: '&fVous avez tue un &b<crt>&f en utilisant un &b<itm>&f.'
        Reward_Message: '&fVous remportez &b<amt>&f pour avoir tue un &b<crt>&f.'
        Penalty_Message: '&fVous etes penalise &b<amt>&f pour avoir tue un&b<crt>&f.'
      Spider:
        Drops:
        - string:2:75
        - spider eye:1:75
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
      Squid:
        Drops:
        - ink sack:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Witch:
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        Drops:
        - glass bottle:6:0.125
        - glowstone dust:6:0.125
        - sulphur:6:0.125
        - redstone:6:0.125
        - spider eye:6:0.125
        - stick:6:0.125
        - sugar:6:0.125
        - potion.0:6:0.125
      WitherBoss:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.5
        Coin_Percent: 100.0
        Drops:
        - nether star:1-1:100
      WitherSkeleton:
        Coin_Minimum: 1.0
        Coin_Maximum: 3.0
        Coin_Percent: 50.0
        Drops:
        - coal:1:75
        - bone:2:75
      Wolf:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      AngryWolf:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
      Villager:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      VillagerGolem:
        Drops:
        - iron ingot:3-5:75
        - red rose:2:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 1.0
      Zombie:
        Sets:
        - PoorZombie
        - BookZombie
        - RichZombie
        - ZombieApocalypse
      ZombieVillager:
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        Drops:
        - rotten flesh:2:75
    RewardSets:
      PoorZombie:
        Drops:
        - rotten flesh:2:75
      BookZombie:
        Drops:
        - rotten flesh:2:75
        - item: written book:1-1:100
          title: Journal of a Zombie
          author: Decaying-EarNibbler
          pages:
          - 'Jour 1: Personne a bouffer....'
          - 'Jour 2: Toujours pas de cerveau a grailler...'
          - 'Jour 3: Je viens de trouver un type a bouffer, est-ce que sa chair est tendre.. hmm'
      RichZombie:
        Drops:
        - rotten flesh:2:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
      ZombieApocalypse:
        Drops:
        - zombie:2:50
    
     
  23. Offline

    Mhmcandii

    Can this plugin be used on a 1.7.*+ server?
     
  24. Offline

    mung3r


    Yes. You can download the current version from here.
     
  25. Offline

    vipzclub

    Thank you very much
     
  26. Offline

    Mhmcandii

    Thank you :)
     
  27. Offline

    Daisy_101

    We are running build #409 on a 1.7.9 Craftbukkit server and until we updated to 1.7.9, we saw player heads drop without a problem.For now, we are seeing a generic "Steve" head as the player head drop. I was wondering if others were seeing this as well?
    These are the settings in the default.yml
    Code:
    Player:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.5
        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.'
        Drops:
        - skull item.3:1-1:50
     
  28. Offline

    mung3r

    I've seen this issue crop up as well. Not sure what's going on yet but I've also seen the bug in other plugins with player-head-dropping features.
     
  29. Offline

    Daisy_101


    Wanted to say thanks so much!
    Using Dev build #412 and we are now seeing that player heads are dropping once again. Also, just noticed that zombie riding a chicken creature spawn, very nice!

    A side question. I was wondering if it would be possible for mobs to drop a specific custom head? So, a cow would have a percentage chance of dropping MHF_Cow head.
    If this is already possible, what would the format be?
     
  30. Offline

    mung3r

    Not sure to be honest. I will have to try and test out some config options. If it turns out there's no support, I would like to add this feature.
     
  31. Offline

    PacManiacDK

    I'm having trouble getting ecoCreature to give my VIP's more for killing monsters.
    I simply can't figure out what is wrong. I have tried multiple solutions and commands.
    Please let me know if you need more then what I have posted here.

    My ecoCreature default.yml:
    Code:
    System:
      Economy:
        IntegerCurrency: false
      Hunting:
        AllowCamping: false
        ClearCampDrops: true
        CampingByEntity: true
        CampingByDistance: false
        CampRadius: 16
        ClearDefaultDrops: false
        OverrideDrops: true
        FixedDrops: false
        BowRewards: true
        AllowUnderSeaLVL: true
        WolverineMode: true
        PenalizeDeath: false
        PenalizeType: true
        PenalizeAmount: 0.05
        PVPReward: false
        PVPRewardType: true
        PVPRewardAmount: 0.05
        NoFarm: false
        NoFarmFire: false
        MobArenaRewards: false
        CreativeModeRewards: false
      Messages:
        Output: true
        LogCoinRewards: false
        NoReward: true
        Spawner: false
        NoCampMessage: '&7You find no rewards camping monster spawners.'
        NoBowMessage: '&7You find no rewards on this creature.'
        NoUnderSeaLevel: '&7You find no rewards on this creature.'
        DeathPenaltyMessage: '&7You wake up to find &6<amt>&7 missing from your pockets!'
        PVPRewardMessage: '&7You are awarded &6<amt>&7 for murdering &5<crt>.'
    Gain:
      Groups:
        User:
          Amount: 1.0
        VIP:
          Amount: 10.0
      Time:
        Sunrise:
          Amount: 1.0
        Day:
          Amount: 1.0
        Sunset:
          Amount: 1.0
        Dusk:
          Amount: 1.0
        Night:
          Amount: 1.5
        Dawn:
          Amount: 1.0
      Environment:
        Normal:
          Amount: 1.0
        Nether:
          Amount: 1.0
        The_End:
          Amount: 1.0
      Biome:
        HELL:
          Amount: 1.0
      Weather:
        SUNNY:
          Amount: 1.0
        STORMY:
          Amount: 1.0
      MobArena:
        InArena:
          Amount: 1.0
          Share: true
      WorldGuard:
        MyRegionName1:
          Amount: 0.125
        MyRegionName2:
          Amount: 0.5
      Regios:
        MyRegiosName1:
          Amount: 0.125
        MyRegiosName2:
          Amount: 0.5
      Residence:
        MyResidenceName1:
          Amount: 0.125
        MyResidenceName2:
          Amount: 0.5
      Factions:
        MEMBER:
          Amount: 1.0
        ALLY:
          Amount: 1.0
        NEUTRAL:
          Amount: 1.125
        ENEMY:
          Amount: 1.25
      Towny:
        MyTownName1:
          Amount: 0.125
        MyTownName2:
          Amount: 0.5
      Heroes:
        InParty:
          Amount: 1.125
          Share: true
      mcMMO:
        InParty:
          Amount: 1.125
          Share: true
      Weapon:
        wood_sword:
          Amount: 1.5
        iron_sword:
          Amount: 1.0
        diamond_sword:
          Amount: 0.0
    RewardTable:
      Bat:
        Coin_Minimum: 0.1
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
        NoReward_Message: ''
      Blaze:
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        NoReward_Message: ''
        Drops:
        - blaze rod:1:75
      CaveSpider:
        Drops:
        - string:2:75
        - spider eye:1:75
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
        NoReward_Message: ''
      Chicken:
        Drops:
        - feather:2:75
        - raw chicken:1:75
        Coin_Minimum: 0.0
        Coin_Maximum: 0.0
        Coin_Percent: 0.0
        NoReward_Message: ''
      Cow:
        Drops:
        - leather:2:75
        - raw beef:1-3:75
        Coin_Minimum: 0.0
        Coin_Maximum: 0.0
        Coin_Percent: 0.0
        NoReward_Message: ''
      Creeper:
        Drops:
        - sulphur:2:75
        Coin_Minimum: 5.5
        Coin_Maximum: 10.5
        Coin_Percent: 50.0
        NoReward_Message: ''
      PoweredCreeper:
        Drops:
        - sulphur:2:75
        Coin_Minimum: 10.5
        Coin_Maximum: 15.5
        Coin_Percent: 50.0
        NoReward_Message: ''
      DeathStreak:
        Coin_Minimum: -1.0
        Coin_Maximum: -1.0
        Coin_Percent: 100.0
        NoReward_Message: ''
        Reward_Message: '&7You earned &6<amt>&7 for that death streak!'
        Penalty_Message: '&7That death streak cost you &6<amt>&7.'
      EnderDragon:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.5
        Coin_Percent: 100.0
        Drops:
        - dragon egg:1-1:100
      Enderman:
        Drops:
        - ender pearl:1:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        NoReward_Message: ''
      Ghast:
        Drops:
        - sulphur:2:75
        - ghast tear:1:75
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        NoReward_Message: ''
      Giant:
        Coin_Minimum: 8.5
        Coin_Maximum: 8.5
        Coin_Percent: 50.0
        NoReward_Message: ''
      HeroMastered:
        Drops:
        - diamond:1:100
        Coin_Minimum: 25.0
        Coin_Maximum: 100.0
        Coin_Percent: 100.0
        Reward_Message: '&7You earned &6<amt>&7 mastering that class!'
      HeroLeveled:
        Coin_Minimum: 2.5
        Coin_Maximum: 10.0
        Coin_Percent: 25.0
        Reward_Message: '&7You earned &6<amt>&7 by leveling!'
      KillStreak:
        Drops:
        - diamond:1:100
        Coin_Minimum: 2.0
        Coin_Maximum: 2.0
        Coin_Percent: 100.0
        NoReward_Message: ''
        Reward_Message: '&7You earned &6<amt>&7 for that kill streak!'
        Penalty_Message: '&7That kill streak cost you &6<amt>&7.'
      LavaSlime:
        Coin_Minimum: 0.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
        NoReward_Message: ''
        Drops:
        - magma cream:1:75
      mcMMOLeveled:
        Coin_Minimum: 2.5
        Coin_Maximum: 10.0
        Coin_Percent: 25.0
        NoReward_Message: ''
        Reward_Message: '&7You earned &6<amt>&7 by leveling!'
      Monster:
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
        NoReward_Message: ''
      MushroomCow:
        Drops:
        - leather:2:75
        - raw beef:1-3:75
        - Brown Mushroom:1-2:25
        - Red Mushroom:1-2:25
        Coin_Minimum: 0.0
        Coin_Maximum: 0.0
        Coin_Percent: 0.0
        NoReward_Message: ''
      Ozelot:
        Coin_Minimum: 0.0
        Coin_Maximum: 0.0
        Coin_Percent: 0.0
        NoReward_Message: ''
      Pig:
        Drops:
        - pork:1-3:75
        Coin_Minimum: 0.0
        Coin_Maximum: 0.0
        Coin_Percent: 0.0
        NoReward_Message: ''
      PigZombie:
        Drops:
        - rotten flesh:1:75
        - gold nugget:1:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        NoReward_Message: ''
      Player:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.5
        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.'
        Drops:
        - skull item:1-1:100
      Sheep:
        Drops:
        - wool:1-1:75
        Coin_Minimum: 0.0
        Coin_Maximum: 0.0
        Coin_Percent: 0.0
        NoReward_Message: ''
      Silverfish:
        Coin_Minimum: 0.5
        Coin_Maximum: 1.0
        Coin_Percent: 50.0
        NoReward_Message: ''
      Skeleton:
        Drops:
        - bone:2:75
        - arrow:2:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.0
        Coin_Percent: 50.0
        NoReward_Message: ''
      Slime:
        Drops:
        - slime ball:2:75
        Coin_Minimum: 0.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
        NoReward_Message: ''
      SnowMan:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 100.0
        Drops:
        - snow ball:15:75
      Spawner:
        Coin_Minimum: 1.0
        Coin_Maximum: 15.0
        Coin_Percent: 50.0
        NoReward_Message: ''
        Reward_Message: '&7You are awarded &6<amt>&7 for destroying a &5<crt>&7.'
        Penalty_Message: '&7You are penalized &6<amt>&7 for destroying a &5<crt>&7.'
      Spider:
        Drops:
        - string:2:75
        - spider eye:1:75
        Coin_Minimum: 0.5
        Coin_Maximum: 1.5
        Coin_Percent: 50.0
      Squid:
        Drops:
        - ink sack:1-3:75
        Coin_Minimum: 0.1
        Coin_Maximum: 2.5
        Coin_Percent: 1.0
      Witch:
        Coin_Minimum: 3.5
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        Drops:
        - glass bottle:6:0.125
        - glowstone dust:6:0.125
        - sulphur:6:0.125
        - redstone:6:0.125
        - spider eye:6:0.125
        - stick:6:0.125
        - sugar:6:0.125
        - potion.0:6:0.125
      WitherBoss:
        Coin_Minimum: 5.0
        Coin_Maximum: 10.0
        Coin_Percent: 100.0
        Drops:
        - nether star:1-1:100
      WitherSkeleton:
        Coin_Minimum: 1.0
        Coin_Maximum: 3.0
        Coin_Percent: 50.0
        Drops:
        - coal:1:75
        - bone:2:75
      Wolf:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 1.0
      AngryWolf:
        Coin_Minimum: 1.0
        Coin_Maximum: 2.0
        Coin_Percent: 50.0
      Villager:
        Coin_Minimum: -100.0
        Coin_Maximum: -100.0
        Coin_Percent: 100.0
        Drops:
        - Villager:1-1:150
        - item: written book:1-1:10
          title: Journal of a Villager
          author: Sir Douchebag
          pages:
          - 'Day 26: Someone is stealing my red flowers. Annoying!'
          - 'Day 33: Had an unexpected visitor this morning. He was all green and scary!? I did not open the door!'
          - 'Day 53: I saw this huge iron..thing..yesterday. I think it is stealing my red flowers.'
        NoReward_Message: ''
      VillagerGolem:
        Drops:
        - iron ingot:3-5:75
        - red rose:2:75
        Coin_Minimum: -50.0
        Coin_Maximum: -50.0
        Coin_Percent: 100.0
        Penalty_Message: '&7You are penalized &6<amt>&7 for destroying a &5<crt>&7.'
      Zombie:
        Sets:
        - PoorZombie
        - BookZombie
        - RichZombie
        - ZombieApocalypse
      ZombieVillager:
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 50.0
        NoReward_Message: ''
        Drops:
        - rotten flesh:2:75
    RewardSets:
      PoorZombie:
        Drops:
        - rotten flesh:2:75
        Coin_Minimum: 0.1
        Coin_Maximum: 0.75
        Coin_Percent: 50.0
        NoReward_Message: ''
      BookZombie:
        Drops:
        - rotten flesh:2:75
        - item: written book:1-1:100
          title: Journal of a Zombie
          author: Decaying-EarNibbler
          pages:
          - 'Day 1: No people to be found today. Very hungry.'
          - 'Day 2: Another day with out brains. Starving.'
          - 'Day 3: Just saw someone I can feast on! Will write later how that goes.'
        NoReward_Message: ''
      RichZombie:
        Drops:
        - rotten flesh:2:75
        Coin_Minimum: 1.0
        Coin_Maximum: 3.5
        Coin_Percent: 100.0
      ZombieApocalypse:
        Drops:
        - zombie:2:50
    

    My GroupManager groups.yml
    Code:
    groups:
      User:
        default: false
        permissions:
        inheritance:
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&3[User] '
          build: true
          suffix: ''
      VIP:
        default: false
        permissions:
        - ecocreature.gain.*
        - ecocreature.reward.*
        inheritance:
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&6[VIP] '
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - +vanish.effects.toggle.all
        - -vanish.effects.*
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&c[Owner] '
          build: true
          suffix: ''
      Newb:
        default: true
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&7[Newb] '
          build: false
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&c[Admin] '
          build: true
          suffix: ''
     

Share This Page