1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon SkQuery [1.13-1.19+] 4.1.8

The original Skript Addon.

  1. Revival of pop firework, bug fixes and improvements.

    LimeGlass
    Fixed:
    • Fixed some minor bugs.
    • Fixed some null pointers.
    • Updated the main thread with more info about the build.
    • Fixed pop firework (Not client side anymore) but works.
    Code (Skript):
    1. #Changed syntax from
    2. pop %fireworkeffects% at %locations% to %players%
    3.  
    4. #to
    5.  
    6. (detonate|pop) %fireworkeffects% at %locations%
    Added:
    • Added some fixes/improvements from VirusTotal's edit.
    • Added the ability for the "evaluate lamba" to execute multiple times.
    Code (Skript):
    1. do [%-number% time[s]] %lambda%
    Examples:
    Code (Skript):
    1. do [broadcast "message 1 time"]
    2.  
    3. do 5 times [broadcast "message 5 times"]
    4.  
    5. pop ball large firework coloured red at player's location
    6.  
    7. pop ball firework coloured blue, yellow and light green at player
    Goetheus and Hobbes like this.
Return to update list...