Nick Hider
Allows you to hide skins and usernames for yourself or others.
Integration
How to toggle the mod
public void toggleNickHiderExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModNickHider.ENABLED, value));
}Available options
-
ENABLED- Config Key:
enabled - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
HIDE_NAME- Config Key:
hide-name - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
HIDE_REAL_NAME- Config Key:
hide-real-name - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
HIDE_OTHERS_NAMES- Config Key:
hide-others-names - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
HIDE_OWN_SKIN- Config Key:
hide-own-skin - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
USE_REAL_SKIN- Config Key:
use-real-skin - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
HIDE_OTHERS_SKIN- Config Key:
hide-others-skin - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key: