Skip to content

Tecnio/antihaxerman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiHaxerman

An open-sourced anti-cheat solution for servers and for people to learn from.

About

Keep in mind I coded this all whilst drunk as hell so you never know what you might find. - Tecnio

This is a project mostly designed for people to be able to learn and take code from (with proper credits hopefully) to use on their projects also while being fully usable on a production scale server.

Warning

This project is intentionally nerfed in order to teach people not to mess up on whilst providing them the ground works of a nice and robust anti-cheat base that they can work off of.

This by itself will work stably for the most part, but do not expect it to detect everything and by no means is it flawless.

Getting Started

Prerequisites

  • Maven
  • JDK 8+

Installation

  1. Clone the repository
    git clone https://github.com/Tecnio/AntiHaxerman.git

  2. Cd into the folder
    cd AntiHaxerman

  3. Compile with Maven
    mvn package

The JAR file should be available under the "target" folder as "AntiHaxerman.jar".

Usage

The compiled JAR file can be dragged into the plugins folder, and you are good to go!

Supported server/Spigot forks are listed below, the rest are not guaranteed to work.

  • Spigot
  • Paper
  • TacoSpigot

Make sure to be running a 1.8.8 server.

Contributing

If you find any issues or want to contribute to this open-source project, please feel free to do so. Any bug fixes or additions are more than welcome. Your help and ideas are greatly appreciated!

Developers