Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmmp/antiinstabreak
PocketMine-MP plugin implementing instabreak anti-cheat which was originally built-in.
https://github.com/pmmp/antiinstabreak
pocketmine-mp-4 pocketmine-plugin
Last synced: about 1 month ago
JSON representation
PocketMine-MP plugin implementing instabreak anti-cheat which was originally built-in.
- Host: GitHub
- URL: https://github.com/pmmp/antiinstabreak
- Owner: pmmp
- License: lgpl-3.0
- Created: 2018-01-08T12:18:29.000Z (almost 7 years ago)
- Default Branch: stable
- Last Pushed: 2024-02-28T13:08:42.000Z (9 months ago)
- Last Synced: 2024-09-26T09:43:35.890Z (about 2 months ago)
- Topics: pocketmine-mp-4, pocketmine-plugin
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 19
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AntiInstaBreak
[![Poggit](https://poggit.pmmp.io/ci.shield/pmmp/AntiInstaBreak/AntiInstaBreak)](https://poggit.pmmp.io/ci/pmmp/AntiInstaBreak/AntiInstaBreak)PocketMine-MP plugin implementing anti-cheat for instabreak.
### Background
This anti-cheat was originally built-in to the core. However, since it is unnecessary for vanilla gameplay, it has been removed from the core code.
This plugin was created in response to complaints received about its removal.
As seen in the code, it is very easy to recreate within a plugin, further demonstrating the unnecessariness of it being in the core code at all.### Caveats
This plugin is not guaranteed to be bug-free and suffers from all the same issues that the original built-in implementation did, such as:
- Haste and mining fatigue are not correctly accounted for, because their implementations differ in Minecraft Bedrock and nobody has successfully reproduced their behaviour externally.
Many development hours were wasted on trying to get this right, so don't expect it to be fixed any time soon.
- Efficiency enchantment is not accounted for because it is not yet implemented into PocketMine-MP at the time of writing.
- Jumping, swimming and climbing ladders is not accounted for.
- Players may innocently trigger this anti-cheat if they hit a spot of network lag (more than 1 or 2 ticks).