Apollo
Developers
Mods
AutoTextHotkey

Auto Text Hot Key

Allows you to set a key or key combination that will send a command or chat message when pressed.

Integration

How to toggle the mod

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

Available options

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