Apollo
Developers
Mods
TeamView

Team View

Shows you where your teammates are on the HUD.

Integration

How to toggle the mod

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

Available options

  • ENABLED

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

    • On supported servers, use our Apollo plugin for team detection.
    • Config Key: apollo-teams
    • Values
      • Type: Boolean
      • Default: true
  • TEAMVIEW_HYPIXEL

    • If you are in a lobby, or in a game where your party members can be shown without giving you an unfair advantage (e.g. Skyblock), show them. Otherwise, if you're in a team game, show your teammate(s).
    • Config Key: teamview-hypixel
    • Values
      • Type: Boolean
      • Default: true
  • HYPIXEL_TEAM_COLOR

    • Config Key: hypixel-team-color
    • Values
      • Type: String
      • Default: #FF2BFF41
  • HYPIXEL_PARTY_COLOR

    • Config Key: hypixel-party-color
    • Values
      • Type: String
      • Default: #FFF6C634