Particle Changer
Change how particles look and work.
Integration
How to toggle the mod
public void toggleParticleChangerExample(Player viewer, boolean value) {
    Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
    apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModParticleChanger.ENABLED, value));
}Available options
- 
ENABLED- Config Key: enabled
- Values
- Type: Boolean
- Default: false
 
- Type: 
 
- Config Key: 
- 
ALWAYS_ENCHANT_STRIKES- Config Key: always-enchant-strikes
- Values
- Type: Boolean
- Default: false
 
- Type: 
 
- Config Key: 
- 
AFFECT_ENCHANTED_WEAPONS- Config Key: affect-enchanted-weapons
- Values
- Type: Boolean
- Default: true
 
- Type: 
 
- Config Key: 
- 
HIDE_FIRST_PERSON_PARTICLES- Hide your players potion effect particles when you're in first person
- Config Key: hide-first-person-particles
- Values
- Type: Boolean
- Default: false
 
- Type: 
 
- 
COLOR- Config Key: color
- Values
- Type: String
- Default: #FFFFFFFF
 
- Type: 
 
- Config Key: 
- 
SCALE- Config Key: scale
- Values
- Type: Float
- Default: 1.0F
- Minimum: 0.5F
- Maximum: 2.0F
 
- Type: 
 
- Config Key: 
- 
PARTICLE_MULTIPLIER- Config Key: particle-multiplier
- Values
- Type: Integer
- Default: 1
- Minimum: 1
- Maximum: 10
 
- Type: 
 
- Config Key: 
- 
HIDE_PARTICLE- Config Key: hide-particle
- Values
- Type: Boolean
- Default: false
 
- Type: 
 
- Config Key: 
- 
OVERLAY_COLOR- Config Key: overlay-color
- Values
- Type: Boolean
- Default: false
 
- Type: 
 
- Config Key: