Source code for the ParticleTrails plugin on the Kaboom server
Find a file
2025-03-08 22:09:54 +02:00
.github/workflows main.yml: Bump versions 2025-03-08 22:09:54 +02:00
src/main Do not spawn particles for invisible or spectator players () 2023-05-03 06:12:13 +03:00
.gitignore Initial version 2022-05-20 21:54:18 +03:00
checkstyle.xml Initial version 2022-05-20 21:54:18 +03:00
LICENSE Initial version 2022-05-20 21:54:18 +03:00
pom.xml Opt out of remapping () 2025-03-08 22:05:20 +02:00
README.md Initial version 2022-05-20 21:54:18 +03:00
suppressions.xml Initial version 2022-05-20 21:54:18 +03:00

ParticleTrails

ParticleTrails is a Bukkit plugin that creates particle trails behind players.

The plugin is created for the Kaboom server.

Commands

Command Permission Description
/particletrails particletrails.command Creates a particle trail behind you

Compiling

Use Maven to compile the plugin.

mvn package

The generated .jar file will be located in the target/ folder.

License

Unlicense