Apollo
Developers
Mods
GlintColorizer

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
  • SHOW_GLINT

    • Config Key: show-glint
    • Values
      • Type: Boolean
      • Default: true
  • USE_LUNAR_EQUATION

    • Use a custom blending algorithm which supports darker colours
    • Config Key: use-lunar-equation
    • Values
      • Type: Boolean
      • Default: true
  • OVERRIDE_ITEM_GLINT

    • Recolor the glints of items
    • Config Key: override-item-glint
    • Values
      • Type: Boolean
      • Default: true
  • ITEM_GLINT_LUNAR_COLOR

    • Config Key: item-glint-lunar-color
    • Values
      • Type: String
      • Default: #CC6419FF
  • ITEM_GLINT_VANILLA_COLOR

    • Config Key: item-glint-vanilla-color
    • Values
      • Type: String
      • Default: #FF8040CC
  • OVERRIDE_ARMOR_GLINT

    • Recolor the glints of worn armor
    • Config Key: override-armor-glint
    • Values
      • Type: Boolean
      • Default: true
  • ARMOR_GLINT_LUNAR

    • Config Key: armor-glint-lunar
    • Values
      • Type: String
      • Default: #CC6419FF
  • ARMOR_GLINT_VANILLA

    • Config Key: armor-glint-vanilla
    • Values
      • Type: String
      • Default: #FF8040CC
  • GLINT_COLOR

    • Config Key: glint-color
    • Values
      • Type: String
      • Default: #FF8040CC