Source code for the CommandSpy plugin on the Kaboom server
Find a file
Business Goose b2df42a51c
Disable the ability to view cancelled player commands (#2)
* Disable the ability to view cancelled player commands

This would mean that you cannot see the commands of persons who have been ICU controlled.
This would be a nice quality-of-life update because some bots who have been ICU controlled can still clog up CommandSpy even though their commands mean nothing.

* Move check outside the loop, per mathiascode's request

* Remove superfluous check
2020-12-12 18:59:04 +02:00
src/main Disable the ability to view cancelled player commands (#2) 2020-12-12 18:59:04 +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 Optimizations 2020-04-16 20:05:32 +03:00
README.md Optimizations 2020-04-16 20:05:32 +03:00
suppressions.xml Optimizations 2020-04-16 20:05:32 +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