[Skript Addon] skDragon Recode icon

[Skript Addon] skDragon Recode -----

A recode of the previous iteration that uses new syntax



The Speed Update
I've been asked several times in the past if there was a way to make effects run faster and today I'm happy to say the answer is finally yes

This version uses a different approach to schedule tasks which is not recommended by Minecraft however after some testing it appears that this utilization works just fine for spawning particles therefore I decided to release it to the public.

The most notable change will be the start effect. Originally using a BukkitRunnable the interval between effect updates was stuck at a minimum of 1000 milliseconds but we can now do less than that. Although it is not recommended to run them too fast you can now play around with the interval bellow 1000 milliseconds which allows the effects to run much faster than before.

1 tick equals 20 milliseconds so you will have to calculate any changes to the timing of your effects.

This effect....
Code (Text):
start particle effect "uniqueID" at player repeating with an interval of 1 tick
would now look something like this...
Code (Text):
start particle effect "uniqueID" at player repeating with an interval of 1020 milliseconds
or
Code (Text):
start particle effect "uniqueID" at player repeating with an interval of 51 ticks
Other updates...
  • Also added dragon breath and tornado effects
  • Updated the spiral effect to act more like legacy skDragon spiral
----------, Nov 18, 2024
Resource Information
Author:
----------
Total Downloads: 208
First Release: Jan 8, 2024
Last Update: Nov 18, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings