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
- Type:
- Config Key:
-
SKYBLOCK_ALERT_SCALE- Config Key:
skyblock-alert-scale - Values
- Type:
Float - Default:
1.0F - Minimum:
0.2F - Maximum:
2.5F
- Type:
- Config Key:
-
SKYBLOCK_AUTOCOMPLETE_WARPS- Adds tab completion to the /warp command.
- Config Key:
skyblock-autocomplete-warps - Values
- Type:
Boolean - Default:
true
- Type:
-
MIDDLE_CLICK_ARMOR_FIX- Fixes being unable to use the "Pick Block" keybind on items when it is bound to a mouse button.
- Config Key:
middle-click-armor-fix - Values
- Type:
Boolean - Default:
true
- Type:
-
SKYBLOCK_HIDE_HEARTS- Config Key:
skyblock-hide-hearts - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
SKYBLOCK_HIDE_ABSORB- Config Key:
skyblock-hide-absorb - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
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
- Type:
-
SKYBLOCK_SUBJECT_COLOR- Config Key:
skyblock-subject-color - Values
- Type:
String - Default:
#FFFFAA00
- Type:
- Config Key:
-
SKYBLOCK_SEPARATOR_COLOR- Config Key:
skyblock-separator-color - Values
- Type:
String - Default:
#FFFFFFFF
- Type:
- Config Key:
-
SKYBLOCK_VALUE_COLOR- Config Key:
skyblock-value-color - Values
- Type:
String - Default:
#FFAAAAAA
- Type:
- Config Key:
-
FIX_LAVA_BOBBER- Fixes your fishing bobber sinking in lava.
- Config Key:
fix-lava-bobber - Values
- Type:
Boolean - Default:
false
- Type:
-
SKYBLOCK_USE_TICK_TIMERS- Config Key:
skyblock-use-tick-timers - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
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
- Type:
-
CUSTOM_CHIME_VOLUME_ENABLED- Config Key:
custom-chime-volume-enabled - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
CUSTOM_CHIME_VOLUME- Config Key:
custom-chime-volume - Values
- Type:
Float - Default:
5.0F - Minimum:
0.0F - Maximum:
1.0F
- Type:
- Config Key: