The PlayerParticles plugin made by Esophose
Find a file
Esophose 1839475f93 Workflows
This reverts commit 231b655432.
2020-01-19 15:34:44 -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 Fix missing note color 19 from GUI 2020-01-18 17:34:23 -07:00
.gitignore Lots of JavaDoc comments 2020-01-17 00:33:16 -07:00
build.gradle Use maps instead of lists where applicable. Start work on API 2020-01-05 04:39:27 -07:00
changelog.txt Fix some note color issues, make gui permission toggleable 2020-01-18 17:32:19 -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.