Zedly / Zenchantments

More enchantments without mods or resource packs. CB/Spigot 1.14.4 / 1.12 / 1.11.x / 1.10.x
GNU General Public License v3.0
12 stars 23 forks source link

Shred not compatible with nocheatplus #21

Closed Xardas88 closed 5 years ago

Xardas88 commented 6 years ago

Hi, the SHRED enchantment is not compatible with NoCheatPlus Anticheat. It gives me this error when I break a block with an enchanted pickaxe "'Player Name' might be using an AimBot (Check 3) (125VL)" Can you hook zenchantment with nocheatplus/CompactNoCheatPlus pls? Thx for your work.

Zedly commented 5 years ago

Zenchantments emulates Bukkit events in order to comply with protection and logging plugins. NCP uses Bukkit events to measure the player's behavior. When you use Shred, Zenchantments quickly fires a number of BlockBreakEvents, which NCP interprets as a fast dig hack. Unfortunately there is no way to prevent this without interfacing directly with NCP