Source code for the CommandSpy plugin on the Kaboom server
Find a file
2025-03-08 22:19:10 +02:00
.github/workflows Merge pull request #11 from amyavi/cleanups 2025-03-08 22:19:10 +02:00
src/main fix: consistency, maven warning 2024-06-25 22:31:31 -03:00
.gitignore style: match file structure with Extras 2024-06-23 12:41:24 -03:00
checkstyle.xml Set maximum line length to 100 characters 2022-05-20 05:15:47 +03:00
LICENSE Optimizations 2020-04-16 20:05:32 +03:00
pom.xml chore: bump checkstyle version 2024-12-21 15:41:34 -03:00
README.md style: match file structure with Extras 2024-06-23 12:41:24 -03:00
suppressions.xml style: match file structure with Extras 2024-06-23 12:41:24 -03:00

CommandSpy

CommandSpy is a Bukkit plugin that allows you to spy on players' commands.

The plugin is created for the Kaboom server.

Commands

Command Alias Permission Description
/commandspy /c, /cs, /cspy commandspy.command Allows you to spy on players' commands

Compiling

Use Maven to compile the plugin.

mvn package

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

License

Unlicense