โ„น๏ธParticle informations

Here you will learn how to create new particle

Where to start ?

Too many Mask/Shape could have some loss of performance

This feature is only available for version 1.5.0 and above

Share particle channel: https://discord.gg/ZFxJ6AtVZr

Channel: #๐Ÿงพ-share-particle

Send me a message to add your particle to the list: CHOOSEIT#6056

We are going to work in the file: ElytraRacing/particles/particleConfig.json

Example of a particle (Rainbow circle following player rotation)

{
    "name": "RainbowCircle",
    "enable": true,
    "particle": "REDSTONE",
    "removeFromPlayableSet": false,
    "item": "GOLDEN_APPLE:0",
    "showWithParticle": [
        "<ANOTHER PARTICLE>", "<ANOTHER PARTICLE2>"
    ],
    "shapeParticle": [
      {
        "key": "SHAPE_CIRCLE",
        "option": "20;0.66"
      },
      {
        "key": "MASK_PLAYERFOLLOW",
        "option": ""
      }
    ],
    "colorCreator": [
      {
        "key": "RAINBOW",
        "option": "10000;true"
      }
    ]
}

Follow:

Last updated