The PlayerParticles plugin made by Esophose
Find a file
2021-10-27 09:48:29 -06:00
.github/workflows Workflows 2020-01-19 15:34:44 -07:00
gradle/wrapper Added 1.17 particles 2021-06-21 13:26:50 -06:00
src/main Added ability to toggle individual player particle visibility with API 2021-10-27 09:46:32 -06:00
.gitignore Made the group and preset group gui pages paginated 2020-09-16 15:37:36 -06:00
build.gradle Increment build to snapshot 2021-10-27 09:48:29 -06:00
changelog.txt Delay registering permissions until all styles are loaded 2021-10-20 12:41:58 -06:00
gradlew Added 1.17 particles 2021-06-21 13:26:50 -06:00
gradlew.bat Added 1.17 particles 2021-06-21 13:26:50 -06:00
LICENSE Make LICENSE plaintext 2018-09-27 19:01:00 -06:00
README.md Update README with new repo url 2021-07-04 16:14:18 -06:00
settings.gradle Added 1.17 particles 2021-06-21 13:26:50 -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.7.10-1.17.

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.

Development Builds

You can find development builds for this plugin here.