We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb47395 commit cac3a61Copy full SHA for cac3a61
src/main/java/me/lrxh/practice/kit/meta/KitGameRules.java
@@ -15,5 +15,5 @@ public class KitGameRules {
15
private boolean boxing;
16
private boolean bedwars;
17
private int hitDelay = 20;
18
- private String kbProfile = "default";
+ private String knockbackProfile = "default";
19
}
0 commit comments