-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f049eb
commit 4fb7a28
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# FlopAC | ||
FlopAC is an anti-cheat plugin that prevents players from cheating. | ||
|
||
**Permissions:** | ||
|
||
* flopac.command - use "/flopac" command(s) | ||
|
||
* flopac.alerts - see alerts permission | ||
|
||
* flopac.bypass - bypass the anticheat with a permission | ||
|
||
**Commands:** | ||
|
||
* /flopac - displays anticheat commands and information | ||
|
||
* /flopac alerts - toggles on and off alerts | ||
|
||
* /flopac check (check&checktype) - toggles on and off detections | ||
|
||
* /flopac forceban (player) - bans the player using the anticheat | ||
|
||
* /flopac logs (player) - shows logs from MongoDB database collection | ||
|
||
* /flopac ping (player) - shows the players ping | ||
|
||
* /flopac gui - currently underdevelopment | ||
|
||
* /flopac devalerts - shows development alerts | ||
|
||
* /flopac lookup (player) - shows the players information | ||
|
||
* /flopac reload - Reloads the anticheat | ||
|
||
|
||
**Credits:** | ||
DemonDxv, Rhys, and funkemunky |