Scoreboard
Allows you to hide, move, or customize the Minecraft scoreboard.
Integration
How to toggle the mod
public void toggleScoreboardExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModScoreboard.ENABLED, value));
}
Available options
-
ENABLED
- Config Key:
enabled
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
SCALE
- Config Key:
scale
- Values
- Type:
Float
- Default:
1.0F
- Minimum:
0.5F
- Maximum:
1.5F
- Type:
- Config Key:
-
NUMBERS
- Config Key:
numbers
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
HIDE_SCOREBOARD
- Config Key:
hide-scoreboard
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
TEXT_SHADOW
- Config Key:
text-shadow
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
BORDER_THICKNESS
- Config Key:
border-thickness
- Values
- Type:
Float
- Default:
0.5F
- Minimum:
0.5F
- Maximum:
3.0F
- Type:
- Config Key:
-
BORDER
- Config Key:
border
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
BACKGROUND_COLOR
- Config Key:
background-color
- Values
- Type:
String
- Default:
#50000000
- Type:
- Config Key:
-
BORDER_COLOR
- Config Key:
border-color
- Values
- Type:
String
- Default:
#9F000000
- Type:
- Config Key: