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

    • Replaces left clicks in menus with a middle click. Hold control to override.
    • Config Key: sky-block-middle-click-items
    • Values
      • Type: Boolean
      • Default: false
  • SKY_BLOCK_CREATION_DATE

    • Shows the creation date of the item in the lore.
    • Config Key: sky-block-creation-date
    • Values
      • Type: Boolean
      • Default: false
  • SKY_BLOCK_ITEM_ID

    • Shows the item's SkyBlock ID in the lore.
    • Config Key: sky-block-item-id
    • Values
      • Type: Boolean
      • Default: false
  • SKYBLOCK_BOW_REEQUIP

    • Config Key: skyblock-bow-reequip
    • Values
      • Type: Boolean
      • Default: true
  • 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
  • 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
  • SKYBLOCK_SUBJECT_COLOR

    • Config Key: skyblock-subject-color
    • Values
      • Type: String
      • Default: #FFFFAA00
  • SKYBLOCK_SEPARATOR_COLOR

    • Config Key: skyblock-separator-color
    • Values
      • Type: String
      • Default: #FFFFFFFF
  • SKYBLOCK_VALUE_COLOR

    • Config Key: skyblock-value-color
    • Values
      • Type: String
      • Default: #FFAAAAAA
  • GRIFFIN_BURROW_ESTIMATES

    • Provides QOL for the Diana mayor that helps the user quickly locate burrows.
    • Config Key: griffin-burrow-estimates
    • 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
  • HIGHLIGHT_GLOWING_MUSHROOMS

    • Config Key: highlight-glowing-mushrooms
    • Values
      • Type: Boolean
      • Default: false
  • SKY_BLOCK_WISHING_COMPASS

    • Config Key: sky-block-wishing-compass
    • Values
      • Type: Boolean
      • Default: false
  • SKY_BLOCK_METAL_DETECTOR

    • Config Key: sky-block-metal-detector
    • Values
      • Type: Boolean
      • Default: false
  • SKY_BLOCK_FINISHED_COMMISSIONS

    • Config Key: sky-block-finished-commissions
    • 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
  • SKYBLOCK_FISHING_HIDE_PLAYERS

    • Hides players and fishing rods near your bobber while you are fishing.
    • Config Key: skyblock-fishing-hide-players
    • Values
      • Type: Boolean
      • Default: false
  • SKYBLOCK_FISHING_HOTSPOT_LOCATOR

    • Shows which hotspot the Hotspot Radar item is pointing to.
    • Config Key: skyblock-fishing-hotspot-locator
    • 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
  • SHOW_KUUDRA_HEALTH

    • Config Key: show-kuudra-health
    • Values
      • Type: Boolean
      • Default: false
  • HIGHLIGHT_END_NODES

    • Config Key: highlight-end-nodes
    • Values
      • Type: Boolean
      • Default: false
  • SHOW_GIANT_HPAT_FEET

    • Makes Giant HP more visible by showing their HP at their feet.
    • Config Key: show-giant-h-p-at-feet
    • Values
      • Type: Boolean
      • Default: false
  • SHOW_PROFESSOR_GUARDIAN_HP

    • Makes Professor's Guardians HP more visible.
    • Config Key: show-professor-guardian-h-p
    • Values
      • Type: Boolean
      • Default: false
  • SKYBLOCK_DUNGEON_QUALITY

    • Config Key: skyblock-dungeon-quality
    • Values
      • Type: Boolean
      • Default: false
  • SKYBLOCK_SECRETS_COLLECTED

    • Config Key: skyblock-secrets-collected
    • Values
      • Type: Boolean
      • Default: true
  • SKYBLOCK_HIDE_NON_STARRED

    • Config Key: skyblock-hide-non-starred
    • Values
      • Type: Boolean
      • Default: true
  • SKYBLOCK_TERMINAL_SPLIT_TIMERS

    • Shows how long it takes to do each terminal stage in chat (and also Simon Says)!
    • Config Key: skyblock-terminal-split-timers
    • Values
      • Type: Boolean
      • Default: true
  • SKYBLOCK_LINE_THICKNESS

    • Provides a general line thickness option that applies to most features with box/line rendering.
    • Config Key: skyblock-line-thickness
    • Values
      • Type: Float
      • Default: 4.0F
      • Minimum: 1.0F
      • Maximum: 10.0F
  • 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
  • SKYBLOCK_USE_TICK_TIMERS

    • Config Key: skyblock-use-tick-timers
    • Values
      • Type: Boolean
      • Default: true
  • SB_MENU_CLICK_TO_COMMAND

    • Routes menu clicks to /sbmenu command in order to prevent sticky item.
    • Config Key: sb-menu-click-to-command
    • Values
      • Type: Boolean
      • Default: true