Skip to content
TTS-STUDIO docs Discord

Plugins / ParticleForge

Configuration reference

This is the config.yml ParticleForge writes on first start, comments included. Every key you see here is the key the plugin reads; there are no hidden ones. Change a value, reload, and it applies.

Top-level sections: debug, budget, lod, lod-multipliers, lang.

debug: false

budget:
  global-max-active-effects: 64
  per-player-max-active-effects: 4
  policy: NEWEST_FIRST  # FIFO | NEWEST_FIRST

lod:
  near: 16
  mid: 48
  far: 96
  cull-beyond-far: true

lod-multipliers:
  near: 1.0
  mid: 0.5
  far: 0.2

# Translation overlay to apply on top of messages.yml.
# Supported: en, es. Defaults to en.
lang: en