1
1
# skript-particle
2
2
Skript addon for creating complex particle effects with minimal hassle.
3
3
4
- ** Requires Skript 2.7 +, Java 17, Paper 1.17.1 +**
4
+ ** Requires Skript 2.10 +, Java 17, Paper 1.19.4 +**
5
5
6
6
Download at the [ releases page.] ( https://github.com/sovdeeth/skript-particle/releases )
7
7
@@ -58,6 +58,7 @@ command /magic:
58
58
- 2D Regular and Irregular Polygons and Prisms
59
59
- Regular polyhedra
60
60
- Rectangles and cuboids
61
+ - Bezier Curves
61
62
- Drawing:
62
63
- Three styles: outline, surface, and filled. Some shapes only support one or two of these styles.
63
64
- Rotation to any orientation.
@@ -74,17 +75,17 @@ command /magic:
74
75
- Particles:
75
76
- Expression for custom particles
76
77
- Section for custom particles
78
+ - Animation
79
+ - Ability to stretch out drawing a shape over a timespan
77
80
78
81
## Planned Features:
79
82
- Shapes:
80
- - Bezier Curves
81
83
- Custom shapes defined by a function
82
84
- "Common but difficult to code" shapes like hearts, stars, and more
83
85
- Drawing:
84
86
- Combining shapes into a custom shape to be drawn as a single shape.
85
87
- Gradient colour fields, with custom colour nodes.
86
88
- Animation:
87
- - Ability to stretch out drawing a shape over a timespan
88
89
- Set up a pre-made animation in a custom structure, play back with one draw call
89
90
90
91
![ 2022-08-28_00 10 57] ( https://user-images.githubusercontent.com/10354869/187062233-5f51ba7b-60f4-44f8-bf6b-862a4e2381fd.png )
0 commit comments