Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

ParticleLib 1.6.4 | Hotfix for particles in different worlds

Choose a tag to compare

@ByteZ1337 ByteZ1337 released this 11 Jul 13:09
· 78 commits to master since this release
ce057ec

Fixes

Hotfix for #16 and #15 (plugin field is no longer final)

Javadoc

Latest Javadoc can be found here.

Installation

Maven

<dependencies>
    <dependency>
        <groupId>xyz.xenondevs</groupId>
        <artifactId>particle</artifactId>
        <version>1.6.4</version>
    </dependency>
</dependencies>

Gradle

dependencies {
    implementation 'xyz.xenondevs:particle:1.6.4'
}

If you're using Maven or Gradle I'd recommend shading the library into your plugin or using the newly added Library Loader.

If you're not using Maven, you can download the jar from the central repository or below.