Glint Colorizer
Customize the color of enchantment glints
Integration
How to toggle the mod
public void toggleGlintColorizerExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModGlintColorizer.ENABLED, value));
}
Available options
-
ENABLED
- Config Key:
enabled
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
SHOW_GLINT
- Config Key:
show-glint
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
USE_LUNAR_EQUATION
- Use a custom blending algorithm which supports darker colours
- Config Key:
use-lunar-equation
- Values
- Type:
Boolean
- Default:
true
- Type:
-
OVERRIDE_ITEM_GLINT
- Recolor the glints of items
- Config Key:
override-item-glint
- Values
- Type:
Boolean
- Default:
true
- Type:
-
ITEM_GLINT_LUNAR_COLOR
- Config Key:
item-glint-lunar-color
- Values
- Type:
String
- Default:
#CC6419FF
- Type:
- Config Key:
-
ITEM_GLINT_VANILLA_COLOR
- Config Key:
item-glint-vanilla-color
- Values
- Type:
String
- Default:
#FF8040CC
- Type:
- Config Key:
-
OVERRIDE_ARMOR_GLINT
- Recolor the glints of worn armor
- Config Key:
override-armor-glint
- Values
- Type:
Boolean
- Default:
true
- Type:
-
ARMOR_GLINT_LUNAR
- Config Key:
armor-glint-lunar
- Values
- Type:
String
- Default:
#CC6419FF
- Type:
- Config Key:
-
ARMOR_GLINT_VANILLA
- Config Key:
armor-glint-vanilla
- Values
- Type:
String
- Default:
#FF8040CC
- Type:
- Config Key:
-
GLINT_COLOR
- Config Key:
glint-color
- Values
- Type:
String
- Default:
#FF8040CC
- Type:
- Config Key: