Solved Mobs can't hurt me or get damaged?

Discussion in 'Bukkit Help' started by DarkByte7, Apr 4, 2012.

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

    DarkByte7

    Recently on my server I have noticed that I can't damage mobs and neither can they hurt me this is for all players not only OPs, I have only noticed it a while ago so I can't rollback since I don't have that far of backups anymore.

    My Plugins:
    BorderGuard​
    AutoMessage​
    EntityManager​
    MultiInv​
    WorldEdit​
    PermissionsBukkit​
    SimpleSort​
    Backup​
    Multiverse [Core, Portals, NetherPortals]​
    NoCheat​
    SimpleReserve​
    MyHome​
    iChat​
    MobDisguise​
    WorldGuard​
    Now I'm not sure exactly where the problem could be in I'm guessing in WorldGuard or Multiverse-Core but I haven't been able to find anything in the config files.​
    If you are willing to help me and need more information please let me know and I will provide as much as I can.​
     
  2. Offline

    ZeroZX4

    worldguard
     
  3. Offline

    DarkByte7

    What exactly do you think could be causing it in WorldGuard? More Details Please and how to fix it?
     
  4. Offline

    HDSh0TZz

    When you make a region do /region flag [regionname] mob-damage allow
    and /region flag [region name] mod-spawning allow
     
  5. Offline

    ZeroZX4

    try without world guard im sure it is it but u need to try 1st and tell us if im right than we can see what can be wrong

    but well probably configuration or owner did crap with that plugin again
     
  6. Offline

    DarkByte7

    Thanks so far for your help.
    WorldGuard and Multiverse I disabled both of them and the problem was still there. The problem was EntityManager. I'm guessing it must be something in the config file then? But weird how it's effecting all my Worlds even though I just specified World4.
    File: config.yml
    Code:
    # EntityManager Configuration v3.0
    # Put name of the worlds you want the plugin to work in, aka multiworld support.
    # Eggs that are disabled can only be used by players with permission.
    # You can charge players for each egg they use, even for monsters or animals
    # You can take the egg the player has if they try but fail to use it (stops alert spam)
    # You can block the dispense of: SpawnerEggs, Fireballs, XpBottles, and chicken eggs!
    # You can block the throwing of Fireballs, XpBottles, and chicken eggs as well
    # You can totally disable the spawning of any mob at the end of the config file
    # For help, visit : http://dev.bukkit.org/server-mods/entitymanager/pages/
    # ************************************************************************************** #
    World:
      Worldname:
      - World4
      - World4_nether
      - World4_the_end
    Economy:
      charge:
        monster: 15
        animal: 5
        other: 10
    Disable:
      Experience: true
      Enchanting: true
    block:
      zombie-door-break: true
      ender-pickup: true
      player-damage: true
      pvp: true
      mob-damage: true
      fall-damage: true
      splash-potions: true
      arrows: true
      Dispense:
        SpawnerEggs: true
        ChickenEggs: true
        FireBalls: true
        XpBottles: true
      Throw:
        XpBottles: true
        FireCharges: true
        ChickenEggs: true
        EnderPearls: true
        EnderEyes: true
      Entities:
        Boats: true
        Minecarts: false
      Creation-of:
        portals: true
    extras:
      enable:
        explosive-arrows: false
      explosive-arrows:
        power: 0
    disabled:
      eggs:
        creeper: true
        skeleton: true
        spider: true
        zombie: true
        slime: true
        ghast: true
        pigman: true
        enderman: true
        cavespider: true
        silverfish: true
        blaze: true
        magmacube: true
        pig: true
        sheep: true
        cow: true
        chicken: true
        squid: true
        wolf: true
        mooshroom: true
        ocelot: true
        villager: true
      mobs:
        creeper: true
        skeleton: true
        spider: true
        zombie: true
        slime: true
        ghast: true
        pigman: true
        enderman: true
        cavespider: true
        silverfish: true
        blaze: true
        magmacube: true
        pig: true
        sheep: true
        cow: true
        chicken: true
        squid: true
        wolf: true
        mooshroom: true
        ocelot: true
        villager: true
    
     
  7. Offline

    Morb

    I've been having the same problem with mob damage. Ever since I got worldguard, mobs can't hurt me, even when I'm outside of protected regions.
     
  8. Offline

    DarkByte7

    Are you also using EntityManager since that seems to be the problem for me? Everything works the way it's supposed to when I remove EntityManager.
     
  9. Offline

    Morb

    Wait is it like part of worlguard or is it a separate plugin? If its not then, no.
     
  10. Offline

    DarkByte7

    No it's not a part of WorldGuard. It might be the Region Flags that could be causing that for you.
     
  11. Offline

    Morb

    Hmmm but theres no damage even OUTSIDE of regions...
     
  12. Offline

    hades0wnzall

    Hello everyone I have had this same problem and what I found ounwas that I was on god mode. So try entering the command /ungod, then try to take damage. Hope this helped.


    Hades
     
  13. Offline

    DarkByte7

    All the players on the server can't be on god mode, they don't all even have the permission to use it.
     
  14. Offline

    hades0wnzall

    Don't nog until you try it. Hope this helped.


    Hades
     
  15. Offline

    Morb

    I have to say I think I left myself on god mode... Now I feel dumb. And the other players have mob damage so... Thanks!
     
  16. Offline

    DarkByte7

    The problem still happens to me even if I remove WorldGuard you should read what I posted above.
     
  17. Offline

    ZeroZX4

    well we will waist our times guesing which plugin it can be

    make folder on desktop and put there all plugins and leave only worldguard in plugins folder
    now run server and see if u can attack mobs and they can damage u if they can add 1 more plugin and reload server
    than check again and keep doing it until u find which plugin is doing it

    than we see config of that file and try to fix ur problem
     
  18. Offline

    DarkByte7

    Well as I said above it was neither WorldGuard nor Multiverse, its EntityManger that was causing it. http://forums.bukkit.org/threads/mobs-cant-hurt-me-or-get-damaged.68831/#post-1056937
     
  19. Offline

    Milkywayz

    DarkByte7 likes this.
  20. Offline

    DarkByte7

    That fixed the problem thanks.
     
Thread Status:
Not open for further replies.

Share This Page