Source code for the CommandSpy plugin on the Kaboom server
Find a file
amyavi 3de6d8d6c9
style: misc style fixes
Finalizes everything, adds @NotNull to onCommand parameters, and uses
pattern matching for the onCommand instanceof Player check.
2024-06-23 13:18:37 -03:00
.github/workflows chore: bump used actions, checkstyle & paper 2024-06-23 12:51:26 -03:00
src/main style: misc style fixes 2024-06-23 13:18:37 -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 perf: opt-out of paper plugin remapping 2024-06-23 13:07:12 -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