Source code for the CommandSpy plugin on the Kaboom server
Find a file
2022-05-20 04:34:30 +03:00
.github/workflows Use actions/setup-java v2 2021-10-23 05:11:54 +03:00
src/main Make messages yellow if the command executor is using CommandSpy (#6) 2022-02-27 12:35:20 +02:00
.checkstyle Optimizations 2020-04-16 19:43:57 +03:00
.gitignore Optimizations 2020-04-16 19:43:57 +03:00
LICENSE Optimizations 2020-04-16 20:05:32 +03:00
pom.xml Update maven-checkstyle-plugin to 3.1.2 2022-05-20 04:34:30 +03:00
README.md Optimizations 2020-04-16 20:05:32 +03:00
suppressions.xml Remove 'NewlineAtEndOfFile' checkstyle suppression 2022-05-20 04:34:30 +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