The PlayerParticles plugin made by Esophose
Find a file
2020-04-13 20:35:03 -06:00
.github/workflows Workflows 2020-01-19 15:34:44 -07:00
gradle/wrapper Update gradle 2020-01-31 01:21:25 -07:00
src/main Add ParticleStyleRegistrationEvent, deprecate registration API methods 2020-04-13 20:35:03 -06:00
.gitignore Lots of JavaDoc comments 2020-01-17 00:33:16 -07:00
build.gradle Fixed messages-enabled not working 2020-04-11 14:13:43 -06:00
changelog.txt Fixed messages-enabled not working 2020-04-11 14:13:43 -06:00
gradlew Update gradle 2020-01-31 01:21:25 -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 Bump to v7.5 2020-03-16 16:25:52 -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.