mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-08-28 22:19:02 -04:00
Source code for the CommandSpy plugin on the Kaboom server
| .github/workflows | ||
| src/main | ||
| .gitignore | ||
| checkstyle.xml | ||
| 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.