Source code for the ParticleTrails plugin on the Kaboom server
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] cf544697b1
Bump actions/attest from 4.2.1 to 4.2.2 (#10)
Bumps [actions/attest](https://github.com/actions/attest) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/attest/releases)
- [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md)
- [Commits](508db95dd5...1e69f48acb)

---
updated-dependencies:
- dependency-name: actions/attest
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-12 06:49:14 +03:00
.github Bump actions/attest from 4.2.1 to 4.2.2 (#10) 2026-08-12 06:49:14 +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 Bump org.apache.maven.plugins:maven-checkstyle-plugin (#9) 2026-08-08 06:12:26 +03: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