Players Can't Hit Players(Glitch)

Discussion in 'Bukkit Help' started by Javi_San_Power, Jun 22, 2013.

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

    Javi_San_Power

    So sometimes when 2 players are pvping they can hit each other but then all of a sudden 1 of the players can't hit that person. I know they aren't forcefielding or anything because I've been getting complaints about this happening several times, and this causes my server to have horrible pvp. Even players quitting because of it... Nothing in the log comes up so here is my plugin list:

    AntiAd
    AntiJoinBot
    AutoMessage
    BanManager
    Blaze
    BuyRegion
    ChestShop
    CombatLog
    CommandSigns
    CompatNoCheatPlus
    CoreProtect
    CraftArrows
    Craftconomy3
    Deadbolt
    DiabloDrops
    Ender
    Enjin Minecraft Plugin
    Essentials
    Factions
    FactionsChat
    GAListener
    Gods
    HeadDrops
    HealthBar
    HideStream
    InstaSoup
    LagMeter
    MagicSpells
    Modifyworld
    Multiverse-Core
    Multiverse-Portals
    NoCheatPlus
    PVPGunPlus
    PVPGunRealism
    PermissionsEx
    PingMOTD
    PluginMetrics
    ProtocolLib
    Shield
    SuperSpleef
    TheThuum
    Votifier
    WhatIsIt
    WorldBorder
    WorldEdit
    WorldGuard
    boosCooldowns
    floAuction
    mcMMO
     
  2. Offline

    MyPictures

    Could you execute /ncp info <AffectedPlayerName> here and paste us what you get back from that command?
     
  3. Offline

    Javi_San_Power

    [​IMG]

    MyPictures There you go

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

    MyPictures

    Are you sure that this player isn't cheating? He has quite a lot of alerts there and FastBreak is insanely high. Could also be an issue with a plugins so I recommend you to execute /ncp info on some other players also just to be sure. Also check that NoCheatPlus and CompatNoCheatPlus are uptodate on your server.
    NoCheatPlus picked up cheat attempts in fighting of that player so it prevented him from pvping/fighting for a short period of time.
     
  5. Offline

    Javi_San_Power

    Well atleast now I know what plugin is causing the issue, is there any way to disable the prevention? Because players can just report it to me or my staff.

    MyPictures

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

    MyPictures

    Yea you can simply disable the canceling of the Fight checks. All you need is NoCheatPlus 539 (or higher) and the configuration file I uploaded in the attachments.

    The changes only:
    Show Spoiler

    Code:
      fight:
        canceldead: true
        yawrate:
          active: true
        angle:
          active: true
          threshold: 50
          actions: vl>100 log:angle:3:5:f vl>250 log:angle:0:5:cif
        critical:
          active: true
          falldistance: 0.01
          velocity: 0.1
          actions: vl>50 log:critical:0:5:cif
        direction:
          active: true
          strict: true
          penalty: 500
          actions: vl>5 log:fdirection:3:5:f vl>20 log:fdirection:0:5:if vl>50 log:fdirection:0:5:cif
        fastheal:
          active: true
          interval: 4000
          buffer: 1000
          actions: vl>10 log:fastheal:0:10:i vl>30 log:fastheal:0:10:if
        godmode:
          active: true
          minage: 1100
          maxage: 5000
          actions: log:godmode:2:5:if vl>60 log:godmode:2:5:icf
        knockback:
          active: true
          interval: 50
          actions: vl>50 log:knockback:0:5:cif
        noswing:
          active: true
          actions: vl>10 log:noswing:0:5:if
        reach:
          active: true
          survivaldistance: 4.4
          penalty: 500
          reduce: true
          reducedistance: 0.9
          reducestep: 0.15
          actions: vl>10 log:freach:2:5:if
        selfhit:
          active: true
          actions: log:fselfhit:0:5:if vl>10 log:fselfhit:0:5:icf cmd:kickselfhit
        speed:
          active: true
          limit: 15
          actions: log:fspeed:0:5:if
          shortterm:
            ticks: 7
            limit: 6


    External attachment: https://dl.dropboxusercontent.com/u/14180705/NoCheatPlus/NoFightCancel.zip

    WARNING: Using this configuration file will allow players to use cheats such as overpowered force fields and other! Use it at your own risk!

    And btw: Those players look suspicious to me (too many NC+ VLs to be normal) so I rather be careful on what you do here. Maybe they try to make you disable parts of your server protection.
    If you want to reset the config back to default again simply delete the config.yml and execute /ncp reload ingame or in the console.
     

    Attached Files:

  7. Offline

    Javi_San_Power

Thread Status:
Not open for further replies.

Share This Page