Particles

Particles BETA 1.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

BaeFell

I'm Poppy
Staff member
Admin
skUnity Legend
Nov 27, 2016
1,022
241
73
discord.gg
Discord Username
BaeFell
BaeFell submitted a new resource:

Particles - Umbaska 3 Particles Module

logo.gif


Particles - a Module for Umbaska 3
Created by @Sashie for Umbaska 3, we present to you, the Particles Module. The Particles Module allows you to quickly, easily and creatively create particles within Skript.

The Particles Module employs similar techniques from skDragon but have been improved upon and optimised through Umbaska.

Got that particle effect just the way you want it?
Don't like where you put...

Read more about this resource...
 
To anyone wanting an example..

code_language.skript:
command /dot:
   trigger:
       register new particle effect heart of flame id "%player%"
       set particle effect location of "%player%" to location of player
       set particle effect tick delay of "%player%" to 0
     
       set {_test} to particle effect location of "%player%"
       broadcast "%{_test}%"
     
       start particle effect "%player%"
       wait 10 seconds
       stop particle effect "%player%"

This module is still in development but you can try using this..
 
  • Like
Reactions: BaeFell
To anyone wanting an example..

code_language.skript:
command /dot:
   trigger:
       register new particle effect heart of flame id "%player%"
       set particle effect location of "%player%" to location of player
       set particle effect tick delay of "%player%" to 0
    
       set {_test} to particle effect location of "%player%"
       broadcast "%{_test}%"
    
       start particle effect "%player%"
       wait 10 seconds
       stop particle effect "%player%"

This module is still in development but you can try using this..
So this is basically skDragon except the syntax is put on multiple lines instead of being on one super long line?
 
So this is basically skDragon except the syntax is put on multiple lines instead of being on one super long line?
that is essentially what it is yes, these effects would ahve the ability to be moved during play without needing to be stopped the retarted
but i never finished making this ^.^