Source code for the CommandSpy plugin on the Kaboom server
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kaboom f9529e3fa6
main.yml: bump versions
2 months ago
.github/workflows main.yml: bump versions 2 months ago
src/main Set "folia-supported" in plugin.yml to true (#10) 2 months ago
.gitignore Optimizations 3 years ago
LICENSE Optimizations 3 years ago
README.md Optimizations 3 years ago
checkstyle.xml Set maximum line length to 100 characters 1 year ago
pom.xml Update Paper API & use Adventure for chat messages (#9) 7 months ago
suppressions.xml Set maximum line length to 100 characters 1 year ago

README.md

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