Source code for the ParticleTrails plugin on the Kaboom server
Find a file
2023-05-03 06:12:13 +03:00
.github/workflows main.yml: bump versions 2023-04-01 01:10:54 +03:00
src/main Do not spawn particles for invisible or spectator players (#5) 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 Use Adventure for chat messages (#2) 2022-11-03 12:24:22 +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