mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-07-27 16:21:43 +00:00
Source code for the CommandSpy plugin on the Kaboom server
![]() * 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 |
||
---|---|---|
src/main | ||
.checkstyle | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md | ||
suppressions.xml |
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.