Apollo
Developers
Mods
HypixelBedwars

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
  • COLORED_BEDS

    • Recolor the beds in-game according to the team's color
    • Config Key: colored-beds
    • Values
      • Type: Boolean
      • Default: true
  • ENABLE_PRACTICE_COLOR

    • Recolor the beds in bedwars practice mode
    • Config Key: enable-practice-color
    • Values
      • Type: Boolean
      • Default: false
  • BW_HARDCORE_HEARTS

    • Replaces normal hearts with hardcore hearts once your bed is lost
    • Config Key: bw-hardcore-hearts
    • Values
      • Type: Boolean
      • Default: true
  • CUSTOM_TRAP_ALERT

    • Config Key: custom-trap-alert
    • Values
      • Type: Boolean
      • Default: false
  • MUTE_ALERT_SOUND

    • Config Key: mute-alert-sound
    • Values
      • Type: Boolean
      • Default: false
  • ALERT_PRIMARY_COLOR

    • Config Key: alert-primary-color
    • Values
      • Type: String
      • Default: #FFFFFFFF
  • ALERT_SUB_COLOR

    • Config Key: alert-sub-color
    • Values
      • Type: String
      • Default: #FFFFFFFF