Kod3ra - Development

KD

Kod3ra - Development

Join the community to ask questions about Kod3ra - Development and get answers from other members.

Join Server
RRyanMBananas10/15/2023

Stop the anticheat in specific worlds

I use swm and want to stop the anticheat from being enabled in the lobby
Ttomzie489/8/2023

Elytras

Hi was wondering with this anticheat when players fly with elytras it kicks them? how do i prevent this
Ttomixx_hu8/15/2023

GhostAC is easy to bypass

Hi! I've tested GhostAC on meteor, and wurst clients. I have found TONS of bypasses, but I listed the very game-breaking ones in the txt file below. GhostAC is a nice concept, but everyone would appreciate a few improvements.
O4ose8/6/2023

Stop using Bukkit Events for Ghost AC.

Bukkit events are not worth using for creating anti-cheat. The PlayerMoveEvent for example is called when a movement difference of 0.0626D and can lead to problems dealing with small movements (aka 0.03). You also don't take advantage of the netty threads and take up resources on the main thread running the duty work the anti-cheat must calculate and do. Here are a link of resources of bases which are good for novice anti-cheat plugin developers: https://github.com/sim0n/Nemesis (uses NMS reflection, has great starter checks to expand upon)...
O4ose8/6/2023

Improve checks

1. There are better ways to handle velocity for the speed check. 2. Holding a bow disables the reach check. 3. Why are the punishment vl so high? 4. Why is there no ground spoof check or any proper speed checks?...
No description
Aaswitch8/3/2023

Check fixes

check if this event is cancelled else it will false KB "detection"
No description
SSkyplay7/23/2023

Anti-KB makes false flags

If you hit someone and behind him is a wall it makes false flags.
Mmallusrgreat7/12/2023

Remove Anti-Lag

- An Anti-Cheat has no talk in removing lag. It is simply used to create a system that works against cheats. - Plugins like ClearLagg already does this pretty nicely. - Plugins that remove entities mostly create more lag than the entities themselves. - No one asked for it, people are looking for an anti-cheat plugin....
SSkyplay7/10/2023

Timer

Timer speed is working
SSkyplay7/10/2023

Fly Check makes false Flags

Sprint in the air when you fall.
SSkyplay7/10/2023

AimBot False Flag

Youre Aimbot check makes many false Flags.
KKod3ra7/9/2023

GhostAC -> Config.yml commands

In the config.yml you don't have to put a / in the beginning.
No description
Mmallusrgreat7/9/2023

IMPORTANT - READ BEFORE POSTING

Hello everyone. In this forums, you can ask questions or ask for support for errors for the Ghost Anti-Cheat Plugin. To keep the channel clean, we have established some rules: - No meta questions are allowed in this channel. - Do not ask for support for any other plugins. - Always follow the server rules....