Source code for the CommandSpy plugin on the Kaboom server
Go to file
2019-12-17 19:39:53 +02:00
src/main Fix command issue 2019-12-17 19:39:53 +02:00
.checkstyle Enforce checkstyle 2019-12-17 18:00:31 +02:00
.gitignore Update gitignore 2019-12-17 18:04:10 +02:00
LICENSE Initial version 2018-05-13 18:28:53 +03:00
pom.xml Target Java 5 2019-12-17 19:17:40 +02:00
README.md Enforce checkstyle 2019-12-17 18:00:31 +02:00
suppressions.xml Enforce checkstyle 2019-12-17 18:00:31 +02: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