Hypixel Quickplay
Quickly join games on the Hypixel network
Integration
How to toggle the mod
public void toggleHypixelQuickplayExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModQuickplay.ENABLED, value));
}
Available options
ENABLED
- Config Key:
enabled
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key: