Skip to content

v1.0.1 - Second Beta Release

Pre-release
Pre-release

Choose a tag to compare

@sovdeeth sovdeeth released this 20 May 04:43
· 31 commits to main since this release

Changelog

  • Added syntax to draw multiple lines at once, as well as draw a line along a path of points.
[a] line[s] (from|between) %locations/entities/vectors% (to|and) %locations/entities/vectors%
[a] line (between|connecting) %locations/entities/vectors%
  • Added the heart shape (does not support particle count, non-uniform density despite my best efforts, and solid form is very rough. It looks like a heart though!)
[a] [solid] heart [shape] (with|of) width %number%[,] [and] length %number%[[,] [and] eccentricity %-number%]
  • Added the star shape (solid form is rather rough)
[a] [solid] star with %number% points(,| and) inner radius %number%[,] and outer radius %number%
  • Added star radius and star points expressions (Very unsure about keeping the radius ones, may end up merging with normal radius)
star points of %shapes%
%shapes%'[s] star points

(inner|outer) radius of %shapes%
%shapes%'[s] (inner|outer) radius
  • Handled an uncaught exception when attempting to draw particles without enough data.
  • Fixed a casting error with the helix winding rate expression

Disclaimer

As of right now, skript-particle is in BETA. This means there will be issues. Things will break. I will likely be making many small releases as bugs pop up and I fix them. Please do not use this version on production servers. I've tested it a lot, but I certainly haven't tested everything.

If you are interested in using it, the syntax is currently available on the wiki of this github. I will be adding it to SkUnity and SkriptHub once the addon leaves beta, (v1.1.0). Note that skript-particle requires Skript 2.7 (of which there is only betas released), Java 17, and Paper 1.17.1+. I intend to maintain support for all Java 17 versions, but I will only guarantee support for the latest 3 versions. Currently, that means 1.17.1, 1.18.2, and 1.19.x.

PLEASE REPORT ALL BUGS, SUGGESTIONS, AND OTHER FEEDBACK IN THE ISSUES TAB!!

If you have questions, small suggestions, or just need help, check out the skript-particle channel in the skript-chat discord.

heart