Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 821 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 821 Bytes

GrimLogger

Store GrimAC's logs into a Database with GrimLogger

What is it?

GrimLogger is a simple plugin which uses GrimAPI to store GrimAC logs into a Database, allowing server administrators to see all the anticheat flags fired by a player with the use of simple command.

Commands & Permissions

  • /grimlogger reload (grimlogger.command.reload): Reload the plugin
  • /grimlogger help (grimlogger.command.help): Show help page
  • /grimlog [page] (grimlogger.command.log): Show player's log

Supported Database

  • SQL
  • SQLite
  • MongoDB
  • MariaDB (Coming Soon)

Requirements

  • A Database (if you are not using SQLite)
  • GrimAC (of corse)