Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Update KillAuraPlus.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekiplay committed Apr 2, 2024
1 parent a2b0018 commit a773b14
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@ public enum RotationMode
.build()
);

public final Setting<Boolean> shieldBreaker = sgGeneral.add(new BoolSetting.Builder()
.name("shield-breaker")
.description("Break enemy shield by axe")
.defaultValue(true)
.build()
);

public final Setting<Double> hitChance = sgGeneral.add(new DoubleSetting.Builder()
.name("hit-chance")
.description("The probability of your hits landing.")
Expand Down Expand Up @@ -341,15 +334,6 @@ public enum RotationMode
.build()
);

public final Setting<Integer> switchDelay = sgDelay.add(new IntSetting.Builder()
.name("switch-delay")
.description("How many ticks to wait before hitting an entity after switching hotbar slots.")
.defaultValue(0)
.min(0)
.build()
);


private KillAuraPlusMode currentMode;

private void onModeChanged(KillAuraPlusModes mode) {
Expand Down

0 comments on commit a773b14

Please sign in to comment.