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: