Shiny Pots
Gives potions the full box shiny enchantment effect.
Integration
How to toggle the mod
public void toggleShinyPotsExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModShinyPots.ENABLED, value));
}
Available options
-
ENABLED
- Config Key:
enabled
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
COLORED_POTIONS
- Config Key:
colored-potions
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
RENDER_GLINT_BEHIND_POTION
- Config Key:
render-glint-behind-potion
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
RENDER_ENTIRE_SLOT
- Config Key:
render-entire-slot
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key: