player damage is not working

Discussion in 'Bukkit Help' started by Plasma_Jet, Mar 14, 2011.

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

    Plasma_Jet

    running Craftbukkit version git-Bukkit-0.0.0-495-g546a2c3-b495jnks
    and most all player damage is off.. ie making them 'invinciable'
    most mobs despawn when attacked, they dont blow up or cause players damage.
    yes health is enabled via server properties, and lava/water damage isnt killing them ether.
    i have checked all plugins and all damage is on and configured to be on.

    i did have it working before and nothing has changed to my knowledge..
    plugins:
    [​IMG]


    i have checked and re checked every config file.. only one i can think of is the server.properties file, where i added the line: enableHealth=True

    suggestions??




     
  2. Offline

    solentice

    The only thing I can think of is a pvp setting either in server.properties, or possibly a player damage setting in WorldGuard config file... If you don't have it in server.properties, add pvp=true, which means "player vs player".
     
  3. Offline

    Plasma_Jet

    well i dont want pvp on just yet, it was working and then it just stopped, nothing was changed or added/removed from server, which doesnt make sense.

    worldguard config
    Code:
    #
    # WorldGuard's configuration file
    #
    # 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 commentsand so they are ignored.
    #
    # WARNING:
    # Remember to check the compatibility spreadsheet for WorldGuard to see
    # if any features are currently broken in your version of Bukkit.
    #
    
    summary-on-start: on
    
    suppress-tick-sync-warnings: false
    
    protection:
        enforce-single-session: on
        item-durability: on
    
    simulation:
        sponge:
            enable: off
            redstone: off
            radius: 3
    
    physics:
        no-physics-gravel: off
        no-physics-sand: off
        allow-portal-anywhere: off
        disable-water-damage-blocks: []
    
    ignition:
        block-tnt: on
        block-lighter: on
    
    fire:
        disable-all-fire-spread: on
        disable-fire-spread-blocks: []
        disable-lava-fire-spread: on
        lava-spread-blocks: []
    
    mobs:
        block-creeper-explosions: off
        block-creeper-block-damage: off
    
    spawn:
        login-protection: 3
        spawn-protection: 0
        kick-on-death: off
        exact-respawn: off
        teleport-to-home-on-death: on
    
    player-damage:
        disable-fall-damage: off
        disable-lava-damage: on
        disable-fire-damage: off
        disable-drowning-damage: off
        disable-suffocation-damage: off
        disable-contact-damage: off
        teleport-on-suffocation: off
    
    regions:
        enable: on
        wand: 287
        default:
            build: true
            chest-access: true
            pvp: false
            lighter: false
            tnt: false
            creeper: false
            mobdamage: true
    
    blacklist:
        logging:
            console:
                enable: on
            database:
                enable: off
                dsn: jdbc:mysql://localhost:3306/minecraft
                user: root
                password: pass
                table: blacklist_events
            file:
                enable: on
                path: worldguard/logs/%Y-%m-%d.log
                open-files: 10

    and server properties file
    Code:
    #Minecraft server properties
    #Fri Mar 04 23:07:17 CST 2011
    level-name=Shipwrecked
    hellworld=false
    spawn-monsters=true
    online-mode=true
    spawn-animals=false
    max-players=20
    server-ip=69.197.189.28
    pvp=false
    server-port=25565
    white-list=false
    spawn-protection=2
    enableHealth=true 
    other than that. i am truly stumped........
     
  4. Offline

    solentice

    Hmmm...Did anybody set any regions in the world that you might be playing in, because in the regions section, it says pvp is false, and creeper is false when you are in a defined region? Also, make sure you are using the latest WorldGuard 4.0 Alpha 1 version. You might also need to update to the recommended build of craftbukkit, which is 531, cause you are running the older non-recommended build 495...get only the builds with green stars next to them, as they are the recommended working builds below.

    Check craftbukkit builds here: http://ci.bukkit.org/job/dev-CraftBukkit/
     
  5. Offline

    Plasma_Jet

    my god your a genius..... :D

    i will update the pluginsas soon as i get home.. and check the regions settings again and re define the regions if needed..

    will update once i do that.... THANK YOU for the direction !!!!
    [MERGETIME="1300165059"][/MERGETIME]
    well updated plugins and bukkit.. nadda.. health stil on full.. regions are off.... and still nothing.. updated all he plugins etc.. stil nothing.. toggled it all on and off.. stil nothing.. i am stumped..
     
  6. Offline

    solentice

    To test player damage, aside from setting pvp to true in server porperties and in the region section of WorldGuard, and creeper(creepers are the ones that blow up) back to true in the regions section in WorldGuard, I don't know. I've only recently started with bukkit, and I've never heard of that enableHealth setting you use in server.properties, since it's not listed in this wiki http://www.minecraftwiki.net/wiki/Server.properties (wiki seems to be kept up to date, but who knows).
    I also noticed you have the EssentialsProtect plugin, but I don't use that one, so I have no clue if that one could be causing an issue somewhere...
     
  7. Offline

    Plasma_Jet

    i am thinking its a plugin somewhere protecting the map. the entire map.
    essentialsprotect doesn't have that function ,i don't think, for health.

    i may end up removeing the jar file plugins and re-adding them one by one to see what works.. lol

    i have scoured the fourms, google, and havent found anyone having issues like this.
     
    ggaub1 likes this.
  8. Offline

    g00tch

    I just started having this problem too. Ever figure it out?
     
  9. Offline

    Plasma_Jet

    yes, i had plugin issues, some of the plugin were not working with each other. so i removed them, made sure i upgraded all plugins and re installed each one, checking for health after each one.
    upgrading seemed to work, so its been work :D
     
  10. Offline

    solentice

    Awesome. Starting fresh and basic with one plugin should usually allow you to troubleshoot what is creating the issue.
     
  11. Offline

    Amphioxys

    Plasma_Jet So what plugins were conflicting? Please share your experience!
     
Thread Status:
Not open for further replies.

Share This Page