Apollo
Developers
Mods
Skyblock

Hypixel Skyblock

Various features to help in Hypixel Skyblock.

Integration

How to toggle the mod

public void toggleHypixelSkyblockExample(Player viewer, boolean value) {
    Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
    apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModSkyblock.ENABLED, value));
}

Available options

  • ENABLED

    • Config Key: enabled
    • Values
      • Type: Boolean
      • Default: false
  • SKYBLOCK_ALERT_SCALE

    • Config Key: skyblock-alert-scale
    • Values
      • Type: Float
      • Default: 1.0F
      • Minimum: 0.2F
      • Maximum: 2.5F
  • SKYBLOCK_HIDE_HUNGER

    • Config Key: skyblock-hide-hunger
    • Values
      • Type: Boolean
      • Default: true
  • SKYBLOCK_HIDE_ARMOR

    • Config Key: skyblock-hide-armor
    • Values
      • Type: Boolean
      • Default: true
  • SKYBLOCK_HIDE_HEARTS

    • Config Key: skyblock-hide-hearts
    • Values
      • Type: Boolean
      • Default: false
  • SKYBLOCK_HIDE_ABSORB

    • Config Key: skyblock-hide-absorb
    • Values
      • Type: Boolean
      • Default: false
  • HIDE_MIDAS_STAFF

    • Config Key: hide-midas-staff
    • Values
      • Type: Boolean
      • Default: false
  • HIDE_FALLING_BLOCKS

    • Config Key: hide-falling-blocks
    • Values
      • Type: Boolean
      • Default: false
  • AUTO_COPY_RARE_DROPS

    • Automatically copies rare drops and pet drops to the clipboard.
    • Config Key: auto-copy-rare-drops
    • Values
      • Type: Boolean
      • Default: false
  • ONLY_MOVERS_ON_SKYBLOCK

    • Hides the hud previews in the edit hud layout menu if you're not currently on SkyBlock.
    • Config Key: only-movers-on-skyblock
    • Values
      • Type: Boolean
      • Default: false
  • TALLER_CROPS

    • Changes crop hitboxes with their 1.12+ variant. Only enabled on Hypixel or singleplayer.
    • Config Key: taller-crops
    • Values
      • Type: Boolean
      • Default: false
  • FIX_LAVA_BOBBER

    • Fixes your fishing bobber sinking in lava.
    • Config Key: fix-lava-bobber
    • Values
      • Type: Boolean
      • Default: false
  • REPLACE_LAVA_WITH_WATER_CRIMSON

    • Changes the texture of lava to water in the Crimson Isles and Kuudra.
    • Config Key: replace-lava-with-water-crimson
    • Values
      • Type: Boolean
      • Default: false
  • REPLACE_LAVA_WITH_WATER_EVERYWHERE

    • Changes the texture of lava to water everywhere in SkyBlock.
    • Config Key: replace-lava-with-water-everywhere
    • Values
      • Type: Boolean
      • Default: false
  • SLAYER_BOSS_TIMER

    • Provides a chat message on boss kill that tells you how long it took to kill!
    • Config Key: slayer-boss-timer
    • Values
      • Type: Boolean
      • Default: false
  • SLAYER_MINI_BOSS_ALERT

    • Config Key: slayer-mini-boss-alert
    • Values
      • Type: Boolean
      • Default: false
  • INACTIVE_EFFIGY_WAYPOINTS

    • Used in Stillgore of the Rift, this feature tells you where to go to refresh the duration of inactive Effigies.
    • Config Key: inactive-effigy-waypoints
    • Values
      • Type: Boolean
      • Default: false
  • VAMPIRE_STEAK_DISPLAY

    • Highlights a boss when it can be 1 tapped using steak stake.
    • Config Key: vampire-steak-display
    • Values
      • Type: Boolean
      • Default: false
  • VAMPIRE_ICHOR_DISPLAY

    • Highlights blood ichors present during T5 Bloodfiends
    • Config Key: vampire-ichor-display
    • Values
      • Type: Boolean
      • Default: false
  • GRAVITY_WELL_WAYPOINTS

    • Shows the positions where you can trap the gray blazes.
    • Config Key: gravity-well-waypoints
    • Values
      • Type: Boolean
      • Default: false