mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-16 12:31:28 +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.
|
* Some wildcards that are used in commands and log messages.
|
||||||
*/
|
*/
|
||||||
public enum ParameterName {
|
public enum ParameterName {
|
||||||
CHECK("check"),
|
|
||||||
BLOCK_ID("blockid"),
|
BLOCK_ID("blockid"),
|
||||||
|
CHECK("check"),
|
||||||
|
COMPONENT("component"),
|
||||||
DISTANCE("distance"),
|
DISTANCE("distance"),
|
||||||
FALL_DISTANCE("falldistance"),
|
FALL_DISTANCE("falldistance"),
|
||||||
FOOD("food"),
|
FOOD("food"),
|
||||||
|
Loading…
Reference in New Issue
Block a user