sim0n / Nemesis

A powerful Minecraft anti-cheat sytem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Nemesis Anti-Cheat

Nemesis is an open source anti-cheat with a main purpose of elevating Minecraft anti-cheat development by providing a good system along with good methods that make sense.

Features

  • Flexible check system
  • Flexible Command system
  • Easy to use configuration system
  • Database / logging system
  • File system to download libraries and inject them into the classloader instead of shading into the jar
  • Fast packet system that doesn't use reflection
  • Advanced tracking system
  • Flexible violation system
  • A good amount of util to make your life a lot easier

Notes

Nemesis already contains quite a few checks to get you started, they're not perfect, but they're good enough.

Compiling

As there is no public repo (that I'm aware of) that hosts CraftBukkit you'll have to build it yourself with BuildTools. After this simply use the default goal

mvn package

Usage

If you use this base and or sell it or take anything from it all I ask for is credit.

Community

If you want to join the discord for Nemesis to talk, ask questions or anything then feel free to join the discord

Special thanks to

yourkit logo

YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor. They support open source projects with their fully featured application profilers. It's used to ensure that this project will be as fast as possible.

About

A powerful Minecraft anti-cheat sytem

License:GNU General Public License v3.0


Languages

Language:Java 100.0%