ReinfyTeam / Zuri

A powerful anticheat made to destroy hackers from your server for PocketMine-MP.
GNU Lesser General Public License v2.1
31 stars 7 forks source link

Need to improve #21

Closed UnknownNull closed 2 months ago

UnknownNull commented 3 months ago

Some checks are very sensitive and misdiagnosed, and others are not accurate!

Misdiagnosis:

Non-check:

Video for example: https://cdn.discordapp.com/attachments/1217426651181351035/1217428123067351150/Minecraft_2024..mp4?ex=6603fd4b&is=65f1884b&hm=053976a192af92e6497306f1aa596c269869ad9bffb29b8107cde82020e3d9a7&

xwertxy commented 3 months ago

I see, if you are willing to improve our plugin, you're welcome to submit your pull requests, also don't create so bunch of pull requests with one commit everytime. Try to use git, or github application to commit in a branch.

xwertxy commented 3 months ago

Reach is now working as expected.

UnknownNull commented 3 months ago

Reach is now working as expected.

Error: Call to a member function isCreative() on null
File: plugins/Zuri-main/src/ReinfyTeam/Zuri/checks/blockbreak/WrongMining
Line: 61
xqwtxon commented 3 months ago

Reach is now working as expected.

Error: Call to a member function isCreative() on null
File: plugins/Zuri-main/src/ReinfyTeam/Zuri/checks/blockbreak/WrongMining
Line: 61

This should fixed in latest commit.

xqwtxon commented 3 months ago

Also there's nothing wrong now in AirMovement it seems it is working.

xqwtxon commented 3 months ago

Some checks are very sensitive and misdiagnosed, and others are not accurate!

Misdiagnosis:

  • omnisprint
  • airmovement
  • timer

Non-check:

  • speed
  • reach

Video for example: https://cdn.discordapp.com/attachments/1217426651181351035/1217428123067351150/Minecraft_2024..mp4?ex=6603fd4b&is=65f1884b&hm=053976a192af92e6497306f1aa596c269869ad9bffb29b8107cde82020e3d9a7&

Speed and Reach were fixed. Omnisprints needs to be improve soon...

UnknownNull commented 2 months ago

In the new update, players cannot damage each other

xqwtxon commented 2 months ago

In the new update, players cannot damage each other

Are you using with other plugins? Specially a plugin that uses EntityDamageEvent?

UnknownNull commented 2 months ago

I fixed it by changing the rules of the world

UnknownNull commented 2 months ago

new: If a server uses the economyland plugin and a player is transferred from a command to move from a land to another land that does not load the chunk, it will fall from the sky and this will cause the anti-cheat to mistakenly recognize a fly cheat.

xqwtxon commented 2 months ago

new: If a server uses the economyland plugin and a player is transferred from a command to move from a land to another land that does not load the chunk, it will fall from the sky and this will cause the anti-cheat to mistakenly recognize a fly cheat.

chunk issue 🤔

xqwtxon commented 2 months ago

new: If a server uses the economyland plugin and a player is transferred from a command to move from a land to another land that does not load the chunk, it will fall from the sky and this will cause the anti-cheat to mistakenly recognize a fly cheat.

Fixed in commit: https://github.com/ReinfyTeam/Zuri/commit/9ea61ba7bceb2adfe6333f8da0bcec90253f8583

xqwtxon commented 2 months ago

Omnisprint were fixed.