skToolBox

  • 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!

Mr. Darth

Active Member
May 17, 2020
101
0
16
1596032718607.png

skToolBox is a useful Skript API that adds tons of new features to use!
Requirements:
Some features:
  • Fishing syntaxes! Fishing states and the ability to get or change the caught item. (Media)
  • Maths! Factorial, pi, e, radians to degrees and degrees to radians.
    6187_a6a32a374f1856dc71469ff52631ad43.png

  • Number formatting.
    6188_20d70fe47b89ccf43c62a818217459bc.png

  • Fancy text stuff!
    6189_98991dd5418deab29bb8d5bbcb1c7193.png

  • Insert elements and list splicing.
    unknown.png

  • Regex!
    unknown.png
... and a lot more ...​

If you encounter any issue, please contact me via the forums or open an issue on GitHub!
 
1596032718607.png

skToolBox is a useful Skript API that adds tons of new features to use!
Requirements:
Some features:
  • Fishing syntaxes! Fishing states and the ability to get or change the caught item. (Media)
  • Maths! Factorial, pi, e, radians to degrees and degrees to radians.
    6187_a6a32a374f1856dc71469ff52631ad43.png

  • Number formatting.
    6188_20d70fe47b89ccf43c62a818217459bc.png

  • Fancy text stuff!
    6189_98991dd5418deab29bb8d5bbcb1c7193.png

  • Insert elements and list splicing.
    unknown.png

  • Regex!
    unknown.png
... and a lot more ...

If you encounter any issue, please contact me via the forums or open an issue on GitHub!
You should probably avoid parsing syntax multiple times (Expressible conditions), a better way would be to parse them in the parse section, save that condition in a local variable, and use it in the check section to check it
 
You should probably avoid parsing syntax multiple times (Expressible conditions), a better way would be to parse them in the parse section, save that condition in a local variable, and use it in the check section to check it
The resource was originally based on the original skript-mirror and local variables weren't copied to the other sections so I had to change things a little bit. I will release an update later today. Thanks!