Apollo
Developers
Mods
F3Display

F3 Display

Allows you to move and customize the F3 Debug Screen.

Integration

How to toggle the mod

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

Available options

  • ENABLED

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

    • Config Key: enter-animation-duration
    • Values
      • Type: Double
      • Default: 0.25D
      • Minimum: 0.0D
      • Maximum: 1.0D
  • EXIT_ANIMATION_DURATION

    • Config Key: exit-animation-duration
    • Values
      • Type: Double
      • Default: 0.05D
      • Minimum: 0.0D
      • Maximum: 1.0D
  • ONLY_MOVERS_IN_F3

    • Hides the hud previews in the edit hud layout menu if you don't have F3 toggled.
    • Config Key: only-movers-in-f3
    • Values
      • Type: Boolean
      • Default: true
  • TEXT_SHADOW

    • Adds a shadow to text
    • Config Key: text-shadow
    • Values
      • Type: Boolean
      • Default: true
  • BACKGROUND

    • Config Key: background
    • Values
      • Type: Boolean
      • Default: false
  • BACKGROUND_COLOR

    • Config Key: background-color
    • Values
      • Type: String
      • Default: #55000000
  • LABEL_COLOR

    • Config Key: label-color
    • Values
      • Type: String
      • Default: #FFFFFFFF
  • VALUE_COLOR

    • Config Key: value-color
    • Values
      • Type: String
      • Default: #FFFFFFFF