ParticleLib
A spigot library supporting all particles from
1.8 to
1.19.1
!Does not contain premade effects!
This library supports all particles from 1.8 to 1.19.1 in a single jar. It uses dynamic method calls to access NMS, so it isn't version-dependent.
For a more detailed usage explanation, check out the
GitHub Repo.
Simple example:
Code (Java):
ParticleEffect.
FLAME.
display
(location
)
;
Colored example:
Code (Java):
new ParticleBuilder
(ParticleEffect.
REDSTONE, location
)
.
setColor
(
Color.
YELLOW
)
.
display
(
)
Including the Library:
ParticleLib is on the central repository, so no additional repos are needed.
Maven
HTML:
<dependencies>
<dependency>
<groupId>xyz.xenondevs
</groupId>
<artifactId>particle
</artifactId>
<version>1.8.1
</version>
</dependency>
</dependencies>
Gradle
Code (Text):
dependencies {
implementation 'xyz.xenondevs:particle:1.8.1'
}
Support:
Join the
Discord if you have any questions.