No one is taking damage in survival?

Discussion in 'Bukkit Help' started by Barondando, Nov 29, 2011.

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

    Barondando

    I have just realized a very strange problem on my server. No one has been taking any damage for some time now.

    I'm running CraftBukkit 1532, but I'm not sure how long the problem has been present.
    I have multiverse on the server with two creative and one survival world, the survival world is where the problem is.

    ALSO since i'm here, Permissions (Phoenix) has also stopped working entirely, so I've made everyone an OP (only a few people are on my server)

    I have even de-opped myself to see if the OP powers were giving us god mode for some reason and I still took no damage.

    Has anyone else had this problem or does anyone know what my problem might be?

    If it matters, running Windows 7 Professional x64 and Java 6 Update 29 x64
     
  2. Offline

    Chillax_Team

    Plugin List. Please
     
  3. Offline

    Barondando

    ChopTree
    CommandBook (/god is disabled)
    CraftBook
    DynMap
    Herobrine
    jChat
    MobDisquise
    Multiverse
    Permissions (Phoenix) -Broken-
    PhysicalShop
    PlgDisableCmd
    Waypoint
    WirelessRedstone
    WorldEdit
    WorldGuard
     
  4. Offline

    Punisher1295

    I've been having the same problem lately. I dunno what it may be...
     
  5. Offline

    Wulfspider

    Try removing plugins until it goes away or start with nothing to see if it's there at all with the plugins removed.
     
  6. Offline

    Nathan C

    It could be lag or it could be that your OP players are in creative mode.
     
  7. Offline

    rudedoggx

    That's been happening to me too, I posted on here but nobody helped. Manually doing /ungod makes it so players can take damage again, so that leads me to believe this is a WorldGuard issue.
     
  8. Offline

    Wulfspider

    Yeah, I noticed it happening recently on our dev box, but I haven't taken the time to troubleshoot it yet. WorldGuard did come to mind along with CommandBook, although I don't recall it having a godmode.
     
  9. Offline

    Barondando

    Thanks much! That worked! Not sure why everyone was godded...

    Anyone else having issues with the Phoenix (2.x) build of Permissions?
     
  10. Offline

    Jungle_Law

    Hey I had the same problem.

    After removing WorldGuard it disappeared. Could be a compatability error, however I wanted to post this, since i dont have CommandBook.
     
  11. Offline

    Sayshal

  12. Offline

    Jungle_Law

    LOL! That could be I will check it out - thank you.
     
  13. Offline

    Robsdedude

    Well, I currently got a similar problem. No one gets fall damage. I removed all my Plugins, but it's still the same.
    And I'm sure it's not about latency, becaus the server is runnig on my machine...
    Can anyone help??

    Here is my Config:
    Code:
    #Minecraft server properties
    #Sat Mar 10 15:08:20 CET 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=true
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    hellworld=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=true
    server-id=unnamed
    pvp=false
    difficulty=1
    server-name=MCServer Cullum
    gamemode=0
    max-players=20
    spawn-monsters=false
    view-distance=10
    generate-structures=true
    motd=A Minecraft Server
    PS: already tried to enable monster spawning- wouldn't help at all...
     
  14. Offline

    cursedkid

    Nope here is your problem
    Look into your world guard config
    Code:
    #
    # WorldGuard's main configuration file
    #
    # This is the global configuration file. Anything placed into here will
    # be applied to all worlds. However, each world has its own configuration
    # file to allow you to replace most settings in here for that world only.
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    #  you use an editor like Notepad++ (recommended for Windows users), you
    #  must configure it to "replace tabs with spaces." In Notepad++, this can
    #  be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    #  in categories (like "enforce-single-session" is in the "protection"
    #  category.
    # - If you want to check the format of this file before putting it
    #  into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
    #  and see if it gives "ERROR:".
    # - Lines starting with # are comments and so they are ignored.
    #
     
    regions:
        use-scheduler: true
        sql:
            use: false
            dsn: jdbc:mysql://localhost/worldguard
            username: worldguard
            password: worldguard
        enable: true
        invincibility-removes-mobs: false
        high-frequency-flags: false
        wand: 287
        max-claim-volume: 30000
        claim-only-inside-existing-regions: false
        max-region-count-per-player:
            default: 100
    auto-invincible: true <--------------------This is what you need to find and change
    use-player-move-event: true
    op-permissions: true
    protection:
        item-durability: true
        remove-infinite-stacks: false
        disable-xp-orb-drops: false
        disable-obsidian-generators: false
     
  15. Offline

    mc_myster

    It could be world guard if you created a region or something.
     
Thread Status:
Not open for further replies.

Share This Page