ElytraRacing
  • ๐Ÿ‘‹General information
  • ๐Ÿ˜‚Test server
  • โ‰๏ธHow to start
  • ๐Ÿ“บVideos made around ElytraRacing
  • ๐ŸLack of maps ?
  • ๐Ÿ‘๏ธDefault Config Files
  • ๐Ÿ—’๏ธStep by step installation
  • Commands
    • ๐Ÿ““Command: Er
    • ๐Ÿ““Command: Ergames
    • ๐Ÿ““Command: Erhost
    • ๐Ÿ““Command: Erconfig
    • ๐Ÿ““Command: Ermap
  • Configuration
    • โš™๏ธConfig.json
    • โš™๏ธAutogames.json
    • โš™๏ธHolograms.json
    • โš™๏ธScoreboard.json
    • โš™๏ธMap.json
      • Checkpoint / End
      • Additional Object
  • Tutorials
    • ๐Ÿ“บTutorial videos
    • ๐Ÿ“šCreate a map
    • ๐Ÿ“šCreate a game
      • How to host a game
      • How to use AutoGames
    • ๐Ÿ“šHow to use signs
    • ๐Ÿ“š"OneGame" server
  • ๐ŸŽ›๏ธParticlesCreator
    • โ„น๏ธParticle informations
    • ๐Ÿ’พParameters explanations
      • โญ•ShapeParticle
      • ๐ŸŽจColorCreator
    • ๐Ÿ“‘List of available shapes
    • ๐Ÿ“‘List of available colors
  • FAQ
    • โ“How to create a new particle ?
    • โ“How do I add a map preset to my server ?
    • โ“How do I create an hosted game ?
    • โ“How do I create a game that run automatically ?
    • โ“How to create holograms ?
    • โ“How do I get an item format for ElytraRacing ?
    • โ“How can I make a joinable list of autogames ?
    • โ“How to connect ElytraRacing to my MySQL ?
    • โ“How can I give rewards to my players ?
    • โ“How can I install a world on my server ?
  • Dependencies
    • ๐Ÿ’กPlaceholderAPI
  • Config translated version
    • ๐Ÿ˜€Translate ElytraRacing
    • ๐Ÿ‡จ๐Ÿ‡ณChinese
    • ๐Ÿ‡ฐ๐Ÿ‡ทKorean
    • ๐Ÿ‡ช๐Ÿ‡ธSpanish
    • ๐Ÿ‡ฉ๐Ÿ‡ชGerman
    • ๐Ÿ‡ซ๐Ÿ‡ทFrench
    • ๐Ÿ‡ฌ๐Ÿ‡งEnglish
  • Other
    • โœ…TODO
Powered by GitBook
On this page
  • Where to start ?
  • Example of a particle (Rainbow circle following player rotation)

Was this helpful?

  1. ParticlesCreator

Particle informations

Here you will learn how to create new particle

Previous"OneGame" serverNextParameters explanations

Last updated 2 years ago

Was this helpful?

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:

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:

๐ŸŽ›๏ธ
โ„น๏ธ
https://discord.gg/ZFxJ6AtVZr
๐Ÿ’พParameters explanations