You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.comment("Set to 'true' to remove the miss penalty on all versions 1.8 and above, otherwise 'false'. Enabling this option may cause compatibility issues with anti-cheats.")
48
+
.comment(
49
+
"Set to 'true' to remove the miss penalty on all versions 1.8 and above, otherwise 'false'.",
50
+
"Enabling this option may cause compatibility issues with anti-cheats."
.comment("Set to 'true' to allow digging and using an item at the same time on all versions 1.8 and above, otherwise 'false'. Enabling this option may cause compatibility issues with anti-cheats.")
80
+
.comment(
81
+
"Set to 'true' to allow digging and using an item at the same time on all versions 1.8 and above, otherwise 'false'.",
82
+
"Enabling this option may cause compatibility issues with anti-cheats."
@@ -111,6 +144,11 @@ public void setAllowDigAndUse(boolean value) {
111
144
- Values
112
145
- Type: `Boolean`
113
146
- Default: `false`
147
+
-__`DISABLE_BLOCK_MISS_PENALTY`__
148
+
- Whether the player gets a hit delay for a missed hit while targeting a block. Applies to all versions 1.8 and above. Enabling this option may cause compatibility issues with anti-cheats.
149
+
- Values
150
+
- Type: `Boolean`
151
+
- Default: `false`
114
152
-__`ALLOW_DIG_AND_USE`__
115
153
- Whether the player can dig and use an item at the same time, like in 1.7. Applies to all versions 1.8 and above. Enabling this option may cause compatibility issues with anti-cheats.
0 commit comments