Edit Particle Animations

Easily edit particle animations using the in-game editor!

Steps:

  • Execute the following command: /sc config

  • Click on Crates

  • Click on your desired crate

  • Click on particles

  • Click on PLAY

Here you'll find a list of all created particle animations, click on any of them to get to the particle editing page

Particle animations can also be edited via configuration files inside the .crate file. Example code:

play:
  particles:
    '1':
      type: FLAME
      range-x: 0.7
      range-y: 0.7
      range-z: 0.7
      speed: 0.05
      amount: 1
      animation: NONE
      center-x: 0
      center-y: 0
      center-z: 0
    '2':
      type: SMOKE_NORMAL
      range-x: 1.0
      range-y: 0.0
      range-z: 0.0
      speed: 0.0
      amount: 1
      animation: TILTED_RINGS
      center-x: 0
      center-y: 0
      center-z: 0

Last updated