Filled playParticles

Discussion in 'Plugin Requests' started by madtomic, Aug 4, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    madtomic

    Plugin category: Fun

    Minecraft version: 1.12.2

    Suggested name:
    playParticles

    What I want: I would like a plugin that allow console to execute a command and it would give all online players a particle effect.

    Example of a particle to play around a player
    /particle explode ~ ~ ~ 1 1 1 1 100

    Commands/Permissions:
    /pp allonline effectname - #plays effect on all online players
    /pp {player} effectname - #plays effect on a particular player

    pp.allonline
    pp.player

    ***Players must be on online to receive the particle effect. Everyone should be able to see it.

    Thank you for reading.


    Code:
    In Minecraft Java Edition (PC/Mac) 1.8, 1.9, 1.10, 1.11 and 1.12, the syntax to create particles is:
    
    /particle <name> <x> <y> <z> <xd> <yd> <zd> <speed> [count] [mode] [player] [params]
    
    Definitions
    
        name is the name of a particle to create. (See Minecraft Particle Names).
        pos or x y z is the coordinate where you wish to create the particles.
        delta or xd yd zd specifies the dimensions (in number of blocks) for each dimension of the particle effect, with x y z in the center. Each coordinate specifies the number of blocks from the center that the particles will appear.
        speed is the speed of the particles.
        count is the number of particles to create.
        mode determines how far away the particles can be seen. Use a value of force to see the particles up to 256 blocks away.
        player is optional. If you want to restrict who can see the particles, it is the name of the player (or a target selector) that you wish to see the particles.
        params is optional.
    
    
     
    Last edited: Aug 5, 2019
  2. Offline

    DeveloperNixion

    Last edited by a moderator: Aug 18, 2019
    madtomic likes this.
  3. Offline

    madtomic

    Can anyone can do this request?
     
  4. Offline

    madtomic

Thread Status:
Not open for further replies.

Share This Page