Armor Status
Displays information about the armor you have equipped and the item you are holding on the HUD.
Integration
How to toggle the mod
public void toggleArmorStatusExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModArmorstatus.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:
-
MOVE_ARMOR_INDIVIDUALLY
- Config Key:
move-armor-individually
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
ITEM_NAME
- Config Key:
item-name
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
ITEM_COUNT
- Config Key:
item-count
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
SHOW_WHILE_TYPING
- Config Key:
show-while-typing
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
TEXT_SHADOW
- Config Key:
text-shadow
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
DAMAGE_OVERLAY
- Config Key:
damage-overlay
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
ITEM_DAMAGE
- Config Key:
item-damage
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
ARMOR_DAMAGE
- Config Key:
armor-damage
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
MAX_DAMAGE
- Config Key:
max-damage
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
STATIC_DAMAGE_COLORS
- Config Key:
static-damage-colors
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
NAME_TEXT_COLOR
- Config Key:
name-text-color
- Values
- Type:
String
- Default:
#FFFFFFFF
- Type:
- Config Key:
-
HIGHEST_COLOR
- Config Key:
highest-color
- Values
- Type:
String
- Default:
#FFFFFFFF
- Type:
- Config Key:
-
HIGH_COLOR
- Config Key:
high-color
- Values
- Type:
String
- Default:
#FF55FF55
- Type:
- Config Key:
-
MEDIUM_COLOR
- Config Key:
medium-color
- Values
- Type:
String
- Default:
#FFFFFF55
- Type:
- Config Key:
-
MEDIUM_LOW_COLOR
- Config Key:
medium-low-color
- Values
- Type:
String
- Default:
#FFFFAA00
- Type:
- Config Key:
-
LOW_COLOR
- Config Key:
low-color
- Values
- Type:
String
- Default:
#FFFF5555
- Type:
- Config Key:
-
LOWEST_COLOR
- Config Key:
lowest-color
- Values
- Type:
String
- Default:
#FFAA0000
- Type:
- Config Key: