Hypixel Mods
A collection of mods that directly integrate with the Hypixel server network.
Integration
How to toggle the mod
public void toggleHypixelModsExample(Player viewer, boolean value) {
    Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
    apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModHypixelMod.ENABLED, value));
}Available options
- 
ENABLED- Config Key: 
enabled - Values
- Type: 
Boolean - Default: 
true 
 - Type: 
 
 - Config Key: 
 - 
REMOVE_GUILD_ON_TAB- Config Key: 
remove-guild-on-tab - Values
- Type: 
Boolean - Default: 
true 
 - Type: 
 
 - Config Key: 
 - 
REMOVE_GUILD_MOTD- Config Key: 
remove-guild-motd - Values
- Type: 
Boolean - Default: 
true 
 - Type: 
 
 - Config Key: 
 - 
SHORT_CHANNEL_NAMES- Config Key: 
short-channel-names - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
AUTO_FRIEND- Config Key: 
auto-friend - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
AUTO_TIP- Config Key: 
auto-tip - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
AUTO_GG- Config Key: 
auto-g-g - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
ANTI_GG- Config Key: 
anti-g-g - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
AUTO_WHO- Config Key: 
auto-who - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
LEVEL_HEAD- Config Key: 
level-head - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HYPIXEL_AUTOCOMPLETE- Config Key: 
hypixel-autocomplete - Values
- Type: 
Boolean - Default: 
true 
 - Type: 
 
 - Config Key: 
 - 
LEVEL_COLOR- Config Key: 
level-color - Values
- Type: 
String - Default: 
#FFFFFF55 
 - Type: 
 
 - Config Key: 
 - 
LEVEL_HEAD_NUMBER_COLOR- Config Key: 
level-head-number-color - Values
- Type: 
String - Default: 
#FF55FFFF 
 - Type: 
 
 - Config Key: 
 - 
LEVEL_ABOVE- Config Key: 
level-above - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
USE_BEDWARS_LEVELS_FORMAT- Config Key: 
use-bedwars-levels-format - Values
- Type: 
Boolean - Default: 
true 
 - Type: 
 
 - Config Key: 
 - 
HIDE_PRIVATE_MESSAGES- Config Key: 
hide-private-messages - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_TEAM_CHAT- Config Key: 
hide-team-chat - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_PARTY_CHAT- Config Key: 
hide-party-chat - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_GUILD_CHAT- Config Key: 
hide-guild-chat - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_SHOUT- Config Key: 
hide-shout - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_SPECTATOR_CHAT- Config Key: 
hide-spectator-chat - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
REMOVE_LOBBY_STATUSES- Config Key: 
remove-lobby-statuses - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_JOIN_MESSAGES- Config Key: 
hide-join-messages - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_LEAVE_MESSAGES- Config Key: 
hide-leave-messages - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_SOUL_WELL_ANNOUNCEMENTS- Config Key: 
hide-soul-well-announcements - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: 
 - 
HIDE_MYSTERY_BOX_ANNOUNCEMENTS- Config Key: 
hide-mystery-box-announcements - Values
- Type: 
Boolean - Default: 
false 
 - Type: 
 
 - Config Key: