Source code for the CommandSpy plugin on the Kaboom server
Go to file
Kaboom f9529e3fa6
main.yml: bump versions
2023-04-01 01:07:51 +03:00
.github/workflows main.yml: bump versions 2023-04-01 01:07:51 +03:00
src/main Set "folia-supported" in plugin.yml to true (#10) 2023-03-30 13:02:23 +03:00
.gitignore Optimizations 2020-04-16 19:43:57 +03:00
LICENSE Optimizations 2020-04-16 20:05:32 +03:00
README.md Optimizations 2020-04-16 20:05:32 +03:00
checkstyle.xml Set maximum line length to 100 characters 2022-05-20 05:15:47 +03:00
pom.xml Update Paper API & use Adventure for chat messages (#9) 2022-10-31 00:14:57 +02:00
suppressions.xml Set maximum line length to 100 characters 2022-05-20 05:15:47 +03:00

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