Skip to content

Commit

Permalink
Added Ground to Config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagdedes2 committed Oct 21, 2024
1 parent 7c0d0ce commit 82c1545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/net/gteam/wave/files/Checks.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ public enum Setting {
AIMASSIST_AA10A_MAX_VL("aimassist.aa10a.max_vl", 10, "The maximum violation amount a player needs to reach in order to get punished"),
AIMASSIST_AA10A_COMMANDS("aimassist.aa10a.commands", Collections.singletonList("kick %player% Unfair Advantage"), "The commands that will get executed once a player reaches the maximum violation amount"),

GROUND("ground", "", "Ground Checks"),
GROUND_GR10A("ground.gr10a", true, "Should we enable this check ?"),
GROUND_GR10A_MAX_VL("ground.gr10a.max_vl", 10, "The maximum violation amount a player needs to reach in order to get punished"),
GROUND_GR10A_COMMANDS("ground.gr10a.commands", Collections.singletonList("kick %player% Unfair Advantage"), "The commands that will get executed once a player reaches the maximum violation amount"),

// Next check

Expand Down

0 comments on commit 82c1545

Please sign in to comment.