Apollo
Developers
Mods
ParticleChanger

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

    • Config Key: show-blood-particles
    • Values
      • Type: Boolean
      • Default: false
  • BLOOD_MULTIPLIER

    • Config Key: blood-multiplier
    • Values
      • Type: Integer
      • Default: 1
      • Minimum: 1
      • Maximum: 10
  • PLAYER_BLOOD_PARTICLES

    • Config Key: player-blood-particles
    • Values
      • Type: Boolean
      • Default: true
  • ENTITY_BLOOD_PARTICLES

    • Config Key: entity-blood-particles
    • Values
      • Type: Boolean
      • Default: true
  • PLAY_BLOOD_SOUND

    • Config Key: play-blood-sound
    • Values
      • Type: Boolean
      • Default: false
  • ALWAYS_ENCHANT_STRIKES

    • Config Key: always-enchant-strikes
    • Values
      • Type: Boolean
      • Default: false
  • AFFECT_ENCHANTED_WEAPONS

    • Config Key: affect-enchanted-weapons
    • Values
      • Type: Boolean
      • Default: true
  • 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
  • HIDE_ALL_PARTICLES

    • Simple toggle for clean game rendering. This may cause issues with certain server mechanics being more challenging to see!
    • Config Key: hide-all-particles
    • Values
      • Type: Boolean
      • Default: false
  • COLOR

    • Config Key: color
    • Values
      • Type: String
      • Default: #FFFFFFFF
  • SCALE

    • Config Key: scale
    • Values
      • Type: Float
      • Default: 1.0F
      • Minimum: 0.5F
      • Maximum: 2.0F
  • PARTICLE_MULTIPLIER

    • Config Key: particle-multiplier
    • Values
      • Type: Integer
      • Default: 1
      • Minimum: 1
      • Maximum: 10
  • HIDE_PARTICLE

    • Config Key: hide-particle
    • Values
      • Type: Boolean
      • Default: false
  • OVERLAY_COLOR

    • Config Key: overlay-color
    • Values
      • Type: Boolean
      • Default: false