Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Zarpyk/SimpleParticleAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleParticleAPI

Abandoned - You are free to use the code for your own plugin

For server owners

Add last version jar to you plugin folder

For devs

Javadoc: https://javadoc.jitpack.io/com/github/GuerreroCraft61/SimpleParticleAPI/latest/javadoc/

To use it, add this to you pom.xml (Maven)

<repositories>
    <!--Others repositories... -->
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
    <!--Others repositories... -->
</repositories>
...
<dependencies>
    <!--Others dependencies... -->
    <dependency>
        <groupId>com.github.GuerreroCraft61</groupId>
        <artifactId>SimpleParticleAPI</artifactId>
        <version>Last version</version>
        <scope>provided</scope>
    </dependency>
    <!--Others dependencies... -->
</dependencies>

Last version: Release

Todo List:

  • PointParticle
  • LineParticle
  • CicleParticle
  • MoreEffects...
  • Wiki
  • Javadoc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages