Skip to content

Commands

Sanan Rao edited this page Mar 5, 2024 · 4 revisions

Below are the commands available with the Glimmer plugin, most of these are only useful for testing purposes when you are creating new particle effects.

General

/glimmer reload
  • Reloads all Glimmer blueprints from file

Particle

/glimmer particle list
  • Lists all of the loaded Particle blueprints
/glimmer particle reload
  • Reloads all of the Particle blueprints from file
/glimmer particle spawn <name> [count] [sizeX] [sizeY] [sizeZ]
  • Useful testing command for spawning particles without an emitter, the shape used is BOX.
Field Type Default Description
count integer 1 The number of particles to spawn
sizeX double 0.0 The X size of the shape to spawn the particles in
sizeY double 0.0 The Y size of the shape to spawn the particles in
sizeZ double 0.0 The Z size of the shape to spawn the particles in

Emitter

/glimmer emitter list
  • Lists all of the loaded Emitter blueprints
/glimmer emitter reload
  • Reloads all of the Emitter blueprints from file
/glimmer emitter spawn <name>
  • Useful testing command for spawning an emitter manually (spawned a couple blocks in front of the player)
Clone this wiki locally