Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit d2870a8

Browse files
committed
remove Lucky Block Bedwars from start triggers
1 parent 6ae663b commit d2870a8

File tree

7 files changed

+7
-14
lines changed
  • 1.16.5/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars
  • 1.16_combat-6/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars
  • 1.19.2/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars
  • 1.19.3/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars
  • 1.19.4/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars
  • 1.20/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars
  • 1.8.9/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars

7 files changed

+7
-14
lines changed

1.16.5/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
public class BedwarsMod implements AbstractHypixelMod {
5353

5454
private final static Pattern[] GAME_START = {
55-
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$"),
56-
Pattern.compile("^\\s*?Bed Wars Lucky Blocks\\s*?$")
55+
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$")
5756
};
5857

5958
@Getter

1.16_combat-6/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
public class BedwarsMod implements AbstractHypixelMod {
5353

5454
private final static Pattern[] GAME_START = {
55-
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$"),
56-
Pattern.compile("^\\s*?Bed Wars Lucky Blocks\\s*?$")
55+
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$")
5756
};
5857

5958
@Getter

1.19.2/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
public class BedwarsMod implements AbstractHypixelMod {
5252

5353
private final static Pattern[] GAME_START = {
54-
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$"),
55-
Pattern.compile("^\\s*?Bed Wars Lucky Blocks\\s*?$")
54+
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$")
5655
};
5756

5857
@Getter

1.19.3/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
public class BedwarsMod implements AbstractHypixelMod {
5252

5353
private final static Pattern[] GAME_START = {
54-
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$"),
55-
Pattern.compile("^\\s*?Bed Wars Lucky Blocks\\s*?$")
54+
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$")
5655
};
5756

5857
@Getter

1.19.4/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
public class BedwarsMod implements AbstractHypixelMod {
5252

5353
private final static Pattern[] GAME_START = {
54-
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$"),
55-
Pattern.compile("^\\s*?Bed Wars Lucky Blocks\\s*?$")
54+
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$")
5655
};
5756

5857
@Getter

1.20/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
public class BedwarsMod implements AbstractHypixelMod {
5252

5353
private final static Pattern[] GAME_START = {
54-
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$"),
55-
Pattern.compile("^\\s*?Bed Wars Lucky Blocks\\s*?$")
54+
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$")
5655
};
5756

5857
@Getter

1.8.9/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
public class BedwarsMod implements AbstractHypixelMod {
5353

5454
private final static Pattern[] GAME_START = {
55-
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$"),
56-
Pattern.compile("^\\s*?Bed Wars Lucky Blocks\\s*?$")
55+
Pattern.compile("^\\s*?Protect your bed and destroy the enemy beds\\.\\s*?$")
5756
};
5857

5958
@Getter

0 commit comments

Comments
 (0)