gravitylow / AntiCheat

AntiCheat - Discontinued 9/7/2014
http://dev.bukkit.org/bukkit-plugins/anticheat/
GNU General Public License v3.0
33 stars 72 forks source link

More False positives debug lncluded please advise #275

Closed bradgillap closed 10 years ago

bradgillap commented 10 years ago

http://pastebin.com/nWhau2QD

Please advise I really like this plugin.

bradgillap commented 10 years ago

Okay so the bradgillap tried to break a block of LOG after only 0 punches (min=5)

This is from another plugin I have called craftbook. There is an option for "lopper" which breaks the entire tree. So that makes sense.

I'm still working on understanding the others.

gravitylow commented 10 years ago

I need some context if you want help with these. Debug reports are designed to give me the technical information to help you if you present me with a given scenario that causes a false-positive to occur. Without that I can't do anything.

bradgillap commented 10 years ago

It's a big olle linux box. Which debug reports would that be. I already posted the debug from anticheat.

gravitylow commented 10 years ago

What I mean is you've given me the debug report but you haven't given me any context to the issue at hand. I have no idea what you need fixed.

bradgillap commented 10 years ago

No, it's all good now it seems. I'll close the ticket. Thanks for your help.

DarkArc commented 10 years ago

This was likely caused by: https://github.com/sk89q/craftbook/blob/master/src/main/java/com/sk89q/craftbook/util/ProtectionUtil.java#L52.

I'll take care of it.

DarkArc commented 10 years ago

Should be fixed after https://github.com/sk89q/craftbook/commit/d8c993112e7dd3d1ed457b4fa80dd9c7e0396a97 is finished up.