All Projects → pmmp → AntiInstaBreak

pmmp / AntiInstaBreak

Licence: LGPL-3.0 license
PocketMine-MP plugin implementing instabreak anti-cheat which was originally built-in.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to AntiInstaBreak

ExamplePlugin
Example PocketMine-MP plugin, showing some basic features of the API
Stars: ✭ 26 (+62.5%)
Mutual labels:  pocketmine-plugin, pocketmine-mp-4
ProperDuels
A properly made duels plugin
Stars: ✭ 16 (+0%)
Mutual labels:  pocketmine-plugin
Emotes
This plugin allows players to use their favorite emotes on the server!
Stars: ✭ 15 (-6.25%)
Mutual labels:  pocketmine-plugin
SimpleMapRenderer
A PocketMine-MP Plugin that implements FilledMap
Stars: ✭ 25 (+56.25%)
Mutual labels:  pocketmine-plugin
SkyBlock
🦅 SkyBlock for PocketMine-MP
Stars: ✭ 102 (+537.5%)
Mutual labels:  pocketmine-plugin
PocketMine-Plugins
A bunch of PocketMine plugins that aren't useful enough for their own repo
Stars: ✭ 13 (-18.75%)
Mutual labels:  pocketmine-plugin
PocketAI
Addon compatible AI plugin for PocketMine-MP
Stars: ✭ 25 (+56.25%)
Mutual labels:  pocketmine-plugin
Offhand
A PocketMine-MP Plugin that implements OffHand (and OffHandInventory)
Stars: ✭ 36 (+125%)
Mutual labels:  pocketmine-mp-4
FormAPI-PMMP
Create a Form for Minecraft Bedrock in PocketMine-MP
Stars: ✭ 14 (-12.5%)
Mutual labels:  pocketmine-plugin
PocketMine-MP-Plugins
Repository full of goodies (all my awesome PocketMine-MP Plugins)
Stars: ✭ 33 (+106.25%)
Mutual labels:  pocketmine-plugin
Battles
Extremely extendable and customisable duels plugin designed for PocketMine-MP servers. 🚀 ⚔️
Stars: ✭ 13 (-18.75%)
Mutual labels:  pocketmine-plugin
BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Stars: ✭ 74 (+362.5%)
Mutual labels:  pocketmine-plugin
PerWorldInventory
A full-featured per world inventory plugin for PocketMine-MP.
Stars: ✭ 14 (-12.5%)
Mutual labels:  pocketmine-plugin
pmforms
Form API library for PocketMine-MP plugins
Stars: ✭ 40 (+150%)
Mutual labels:  pocketmine-mp-4
InfoAPI
Placeholder registry and formatting API.
Stars: ✭ 27 (+68.75%)
Mutual labels:  pocketmine-plugin
NpcDialog
🗽 PocketMine-MP virion to add dialogs to entities easily
Stars: ✭ 55 (+243.75%)
Mutual labels:  pocketmine-plugin
ScoreboardsPE
A PocketMine-MP plugin that let you easily send scoreboards by using commands on your server who comes with a rich API for developers.
Stars: ✭ 39 (+143.75%)
Mutual labels:  pocketmine-plugin
DevTools
Development tools plugin for PocketMine-MP
Stars: ✭ 79 (+393.75%)
Mutual labels:  pocketmine-plugin

AntiInstaBreak

Poggit

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).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].