promotional bannermobile promotional banner

AntiCheat

Abandoned
Prevention of hacks and other malicious tinkering on a Minecraft server.

File Details

AntiCheat v2.0

  • R
  • Jan 25, 2014
  • 203.57 KB
  • 25.5K
  • CB 1.7.2-R0.2

File Name

AntiCheat.jar

Supported Versions

  • CB 1.7.2-R0.2

AntiCheat 2.0 provides the following updates:

API

  • The developer API was updated to use more object-oriented methods.

Logging

  • Use of the developer API logs more info to files
  • You can now toggle both file and console logging with commands
  • More details are provided when a user is kicked
  • More details are provided in debug reports
  • The anticheat.system.notice permission has been added, allowing only specified users to see kick/ban broadcasts

Fixes

  • The use of speed potions is now respected and will not cause false-positives
  • Fixed false-positive when reaching for a far-away block
  • Update checking will not slow down your system's startup
  • Fixed false-positive where the noswing check would fail for regular players

Enterprise

  • The Enterprise system was added
  • Groups, levels, and rules can be configured from the database
  • Users levels can be synced across servers from the database
  • Cheat logs can be stored in the database

Configuration

  • "rules.yml" and "groups.yml" were created to replace the old "events.yml"
  • Spam blocking is now more finely configurable
  • Custom groups can be added

Internal

  • Added internal tests
  • Refactored namespace, AntiCheatManager, AntiCheat, other classes
  • Use Updater 2.0
  • Updated for 1.7.x compatibility