Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asintotoo/grimlogger
- Owner: Asintotoo
- Created: 2024-11-16T13:35:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-16T13:49:12.000Z (about 1 month ago)
- Last Synced: 2024-11-16T14:28:18.641Z (about 1 month ago)
- Topics: anticheat, grimac, minecraft, plugin, spigot
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)