herobrine99dan / NESS-Reloaded

NESS Reloaded is an anticheat that aims to support lots of minecraft versions (from 1.8 to 1.17.1) without losing the advantage of having powerful checks
GNU General Public License v3.0
47 stars 5 forks source link

Add 1.17 support using simple classpath scanning #152

Closed A248 closed 3 years ago

A248 commented 3 years ago

Keeps Java 8 compatibility for < 1.16 but uses Java 11 APIs to greatly simplify classpath scanning.

We should also add a Github Actions workflow to run mvn verify to check that the build passes.