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
- Type:
- Config Key:
-
MC_TIERS_FORMAT- Config Key:
mc-tiers-format - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
SUFFIX- Config Key:
suffix - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
SEPARATE_NAMETAG- Config Key:
separate-nametag - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
SHOW_GM_ICONS- Config Key:
show-gm-icons - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
SHOW_RETIRED- Config Key:
show-retired - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
SHOW_REGION- Config Key:
show-region - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
COLOR_HT1- Config Key:
color-h-t1 - Values
- Type:
String - Default:
#FFFFCF4A
- Type:
- Config Key:
-
COLOR_LT1- Config Key:
color-l-t1 - Values
- Type:
String - Default:
#FFD5B355
- Type:
- Config Key:
-
COLOR_HT2- Config Key:
color-h-t2 - Values
- Type:
String - Default:
#FFA4B3C7
- Type:
- Config Key:
-
COLOR_LT2- Config Key:
color-l-t2 - Values
- Type:
String - Default:
#FF888D95
- Type:
- Config Key:
-
COLOR_HT3- Config Key:
color-h-t3 - Values
- Type:
String - Default:
#FFDD8849
- Type:
- Config Key:
-
COLOR_LT3- Config Key:
color-l-t3 - Values
- Type:
String - Default:
#FFB36830
- Type:
- Config Key:
-
COLOR_HT4- Config Key:
color-h-t4 - Values
- Type:
String - Default:
#FF655B79
- Type:
- Config Key:
-
COLOR_LT4- Config Key:
color-l-t4 - Values
- Type:
String - Default:
#FF655B79
- Type:
- Config Key:
-
COLOR_HT5- Config Key:
color-h-t5 - Values
- Type:
String - Default:
#FF655B79
- Type:
- Config Key:
-
COLOR_LT5- Config Key:
color-l-t5 - Values
- Type:
String - Default:
#FF655B79
- Type:
- Config Key: