Source code for the CommandSpy plugin on the Kaboom server
Find a file
2024-06-25 22:31:31 -03:00
.github/workflows feat: run build action on every branch 2024-06-24 11:48:00 -03: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 fix: consistency, maven warning 2024-06-25 22:31:31 -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