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:
-
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: