GuardianAC icon

GuardianAC -----

An advanced anti-cheat plugin to keep your server safe.




Version: 1.5.5
The plugin is fine; its simple but could work for quick situations. I recommend some improvements in detections, and there are things you could manage better. But overall, its good, congratulations!

The previous reviews seem fake.
-
Author's response
Thanks

Version: 1.5.5
After reading the plugin source code, I conclude that GuardianAC is a poorly written plugin, the author is designing a nonsensical and flawed architecture, inheriting from nonsensical classes. Most of the values are hardcoded and cannot be changed, most of the detections are wrong => The whole thing is an unoptimized and leaky plugin that can be easily bypassed.

Version: 1.5.4
Hello. Large plugins such as anti-cheat should not use bukkit events to process player packets. Alternatively, you can try refactoring it on the PacketEventsAPI (it's the best right now). Bukkit events uses rather primitive methods of working with packets, which have long been bypassed even by the simplest cheat clients. And with the API mentioned above, you can expand the range of your capabilities.
-
Author's response
Thanks for review, ok i will try to make plugin better

Version: 1.5.3
Good plugin, working as excepted. Daily updates are very good and report all false reviewing accounts. The author is making is dream. And this plugin is on start.

Version: 1.5.3
trash ac , dont waste time, just look code yeah
trash ac , dont waste time, just look code yeah
-
Author's response
good alt

Version: 1.5.3
real, i agree with all other people lol
lmao... dont use in productions guyssssssssssssss
-
Author's response
good alt

Version: 1.5.3
do you think that your bakkit events, which are bypass with any cheat, will somehow help and are you ready to make a premium version? don't be ashamed and dare on YouTube how anti-cheats do

make the normal free version first
-
Author's response
good alt

Version: 1.5.3
what bro? real you think "bukkit events" with more or less 500 line is good ? XDD
-
Author's response
good alt

Version: 1.5.3
so fucking shit just look at the MAIN class with BUKKIT EVENTS hope author LEARN java
-
Author's response
good alt

Version: 1.5.3
So i tested it on my server and read the source code. the checks are working but its a virus so i wouldnt say download that.

love you all <3
-
Author's response
VI- WHAT? READ THE SRC CODE AGAIN, THATS NOT VIRUS

Version: 1.5.1
@EventHandler
public void onPlayerSpeedCheck(PlayerMoveEvent event) {
Player player = event.getPlayer();
if (!player.isOp()) {
double distance = event.getFrom().distance(Objects.requireNonNull(event.getTo()));
double threshold = 0.0D;
if (player.isSprinting()) {
threshold = 0.87D;
} else if (!player.isSprinting()) {
threshold = 0.67;
} else if (player.isSneaking()) {
threshold = 0.27D;
}
if (distance > threshold) {
this.alert(player, "Speed Hack (A)");
}
Vector velocity = player.getVelocity();
if (velocity.length() > 0.57) {
this.alert(player, "Speed Hack (B)");
}
}
}
-
Author's response
Good false review

Version: 1.5.1
Great plugin, recent updates. Working as expected. Plugin detects everything, and every bug is being fixed quickly. Thanks!

Resource Information
Author:
----------
Total Downloads: 259
First Release: Jan 12, 2025
Last Update: Feb 26, 2025
Category: ---------------
All-Time Rating:
12 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings