Hypixel Bedwars
Various enhancements to assist you when playing Hypixel Bedwars
Integration
How to toggle the mod
public void toggleHypixelBedwarsExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModHypixelBedwars.ENABLED, value));
}Available options
-
ENABLED- Config Key:
enabled - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
COLORED_BEDS- Recolor the beds in-game according to the team's color
- Config Key:
colored-beds - Values
- Type:
Boolean - Default:
true
- Type:
-
ENABLE_PRACTICE_COLOR- Recolor the beds in bedwars practice mode
- Config Key:
enable-practice-color - Values
- Type:
Boolean - Default:
false
- Type:
-
BW_HARDCORE_HEARTS- Replaces normal hearts with hardcore hearts once your bed is lost
- Config Key:
bw-hardcore-hearts - Values
- Type:
Boolean - Default:
true
- Type:
-
CUSTOM_TRAP_ALERT- Config Key:
custom-trap-alert - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
MUTE_ALERT_SOUND- Config Key:
mute-alert-sound - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
ALERT_PRIMARY_COLOR- Config Key:
alert-primary-color - Values
- Type:
String - Default:
#FFFFFFFF
- Type:
- Config Key:
-
ALERT_SUB_COLOR- Config Key:
alert-sub-color - Values
- Type:
String - Default:
#FFFFFFFF
- Type:
- Config Key: