Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asintotoo/grimlogger

Store GrimAC's logs into a Database with GrimLogger
https://github.com/asintotoo/grimlogger

anticheat grimac minecraft plugin spigot

Last synced: about 1 month ago
JSON representation

Store GrimAC's logs into a Database with GrimLogger

Awesome Lists containing this project

README

        

# GrimLogger
Store GrimAC's logs into a Database with GrimLogger

## What is it?
GrimLogger is a simple plugin which uses [GrimAPI](https://github.com/GrimAnticheat/GrimAPI) to store [GrimAC](https://github.com/GrimAnticheat/Grim) 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
- [X] SQL
- [X] SQLite
- [X] MongoDB
- [ ] MariaDB (Coming Soon)

## Requirements
- A Database (if you are not using SQLite)
- [GrimAC](https://github.com/GrimAnticheat/Grim) (of corse)