mirror of
https://github.com/kaboomserver/particletrails.git
synced 2026-08-17 08:29:49 -04:00
Source code for the ParticleTrails plugin on the Kaboom server
- Java 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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](
|
||
| .github | ||
| src/main | ||
| .gitignore | ||
| checkstyle.xml | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
| suppressions.xml | ||
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.