The PlayerParticles plugin made by Esophose
Find a file
Esophose 1e11e8cecc v
2020-01-26 15:51:51 -07:00
.github/workflows Workflows 2020-01-19 15:34:44 -07:00
gradle/wrapper Fix missing gradle wrapper file 2019-11-28 11:47:21 -07:00
src/main v 2020-01-26 15:51:51 -07:00
.gitignore Lots of JavaDoc comments 2020-01-17 00:33:16 -07:00
build.gradle Add setting for opening gui with no effects/styles, fix gui pages bug 2020-01-21 16:23:47 -07:00
changelog.txt Update the updater 2020-01-26 04:47:09 -07:00
gradlew Fix missing gradle wrapper file 2019-11-28 11:47:21 -07:00
gradlew.bat Use gradle. Use standard Java project layout. Changed package name. 2019-10-17 16:04:43 -06:00
LICENSE Make LICENSE plaintext 2018-09-27 19:01:00 -06:00
README.md Add README.md 2020-01-18 14:23:36 -07:00
settings.gradle Use gradle. Use standard Java project layout. Changed package name. 2019-10-17 16:04:43 -06:00

PlayerParticles

A Spigot particles plugin with more customizability than any other. Create particles around players or blocks with any particle effect in the game with a plethora of skillfully crafted styles.

Wiki

For information about how to use the plugin or API within the plugin, please refer to the Wiki

Server Compatibility

This plugin is compatible with Spigot and any forks, I recommend using Paper. Using CraftBukkit will not work. The versions of Minecraft that are currently supported are 1.9.4-1.15.x. Support for 1.8.8 will not be added.

Compilation

PlayerParticles uses Gradle to compile and build the plugin. Run ./gradlew build in the project's root directory to build the jar. The plugin jar will be located in ./build/libs when finished.