mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-06 18:50:54 +01:00
Add ParameterName.COMPONENT, for check details on violations.
This commit is contained in:
parent
619359cc32
commit
dbdebd0e84
@ -21,8 +21,9 @@ package fr.neatmonster.nocheatplus.actions;
|
||||
* Some wildcards that are used in commands and log messages.
|
||||
*/
|
||||
public enum ParameterName {
|
||||
CHECK("check"),
|
||||
BLOCK_ID("blockid"),
|
||||
CHECK("check"),
|
||||
COMPONENT("component"),
|
||||
DISTANCE("distance"),
|
||||
FALL_DISTANCE("falldistance"),
|
||||
FOOD("food"),
|
||||
|
Loading…
Reference in New Issue
Block a user