Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
### Introduction
In this update, this fixes multiple issues and bugs were encountered in the recent updates. We also added some new modules, and improved the codebase based in latest php code standards (prior in 8.x.x php compatibility).

### Changes
- Added `Speed (B)`
- Fixes #52 - Problem when a player logs server in with EditionFaker.
- Fixes #51 - Problematic in several modules. (some were fixed, but some are in todo.)
- Improved codebase prior to php 8.x.x releases.
- Added `Glide (A)`
- Improved `Speed (B)`: Check player is gliding legit in fly.
- Fixed `Fly (A, C)` issue. Reproduced when player is in corner of the block and gets detected.
- Potential fix for Custom Consumable Item, Only run in Foods.
- Fix `Spam (A, B)` crash 
- Make default value if external data is not present in `PlayerAPI->setExternalData()`
  • Loading branch information
xqwtxon authored Sep 7, 2024
1 parent 078ed64 commit b7217d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Zuri
description: A powerful anticheat made to destroy hackers from your server for PocketMine-MP.
authors: [ReinfyTeam, xqwtxon, xwertxy, UnknownNull]
version: 1.3.1
version: 1.3.1
website: "https://github.com/ReinfyTeam/Zuri/"
src-namespace-prefix: ReinfyTeam\Zuri
main: ReinfyTeam\Zuri\ZuriAC
Expand Down

0 comments on commit b7217d3

Please sign in to comment.