mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Anti-cheat fixes, settings and API (#287)
* Added options to disable movement checks and anti-instabreak and API methods to control this * Fixed anti-flight false positives * Fix flight toggle kick cannot be disabled * Added PlayerIllegalMoveEvent
This commit is contained in:
@ -75,7 +75,7 @@ namespace pocketmine {
|
||||
use raklib\RakLib;
|
||||
|
||||
const VERSION = "1.6.2dev";
|
||||
const API_VERSION = "3.0.0-ALPHA2";
|
||||
const API_VERSION = "3.0.0-ALPHA3";
|
||||
const CODENAME = "Unleashed";
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user