Apollo
Developers
Mods
TierTagger

Tier Tagger

Show player's PvP tier on their Name Tag

Integration

How to toggle the mod

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

Available options

  • ENABLED

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

    • Config Key: mc-tiers-format
    • Values
      • Type: Boolean
      • Default: false
  • SUFFIX

    • Config Key: suffix
    • Values
      • Type: Boolean
      • Default: false
  • SEPARATE_NAMETAG

    • Config Key: separate-nametag
    • Values
      • Type: Boolean
      • Default: false
  • SHOW_GM_ICONS

    • Config Key: show-gm-icons
    • Values
      • Type: Boolean
      • Default: true
  • SHOW_RETIRED

    • Config Key: show-retired
    • Values
      • Type: Boolean
      • Default: false
  • SHOW_REGION

    • Config Key: show-region
    • Values
      • Type: Boolean
      • Default: true
  • COLOR_HT1

    • Config Key: color-h-t1
    • Values
      • Type: String
      • Default: #FFFFCF4A
  • COLOR_LT1

    • Config Key: color-l-t1
    • Values
      • Type: String
      • Default: #FFD5B355
  • COLOR_HT2

    • Config Key: color-h-t2
    • Values
      • Type: String
      • Default: #FFA4B3C7
  • COLOR_LT2

    • Config Key: color-l-t2
    • Values
      • Type: String
      • Default: #FF888D95
  • COLOR_HT3

    • Config Key: color-h-t3
    • Values
      • Type: String
      • Default: #FFDD8849
  • COLOR_LT3

    • Config Key: color-l-t3
    • Values
      • Type: String
      • Default: #FFB36830
  • COLOR_HT4

    • Config Key: color-h-t4
    • Values
      • Type: String
      • Default: #FF655B79
  • COLOR_LT4

    • Config Key: color-l-t4
    • Values
      • Type: String
      • Default: #FF655B79
  • COLOR_HT5

    • Config Key: color-h-t5
    • Values
      • Type: String
      • Default: #FF655B79
  • COLOR_LT5

    • Config Key: color-l-t5
    • Values
      • Type: String
      • Default: #FF655B79