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
  • New Particle Association ! (showWith and removeFromPlayableSet)
  • Key customisation

Was this helpful?

  1. ParticlesCreator

Parameters explanations

Here you will learn how to use every parameters of the particle creator

Example particle
{
    "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"
      }
    ]
}

First of all we have basics parameters like name, whether or not the particle is currently enable

To see a particle in the particle selector in your games, the player has to have the permission: elytraracing.particle.<nameoftheparticle>

Available particles:

Support coloration: REDSTONE

Others: Printed in the console at start

Test your work:

  • Set enable to false

  • set name as your ingame username

It will apply directly to you the particles after the /erconfig reload

New Particle Association ! (showWith and removeFromPlayableSet)

showWith is a new parameter that allow you to display multiple particle at once (that way you are able to create particle that have multiple section for example and each has its own shape and color)

Particle associated to a particle must be in the list of particle above the one you are working on and ENABLED !

removeFromPlayableSet is a new parameter that allow you linked to showWith to create particle that won't be able to be played by players in game (Only by associating them with others)

Options of shape and color creator are separated by ;

Key customisation

There are 2 main parameters that we will explain here:

PreviousParticle informationsNextShapeParticle

Last updated 2 years ago

Was this helpful?

đŸŽ›ī¸
💾
⭕ShapeParticle
🎨ColorCreator