Skip to Content

Pack Organizer

Allows you to organize your resource packs into folders

Integration

How to toggle the mod

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

Available options

  • ENABLED

    • Config Key: enabled
    • Values
      • Type: Boolean
      • Default: true
  • SHOW_INCOMPATIBLE

    • Config Key: show-incompatible
    • Values
      • Type: Boolean
      • Default: true