Source code for the CommandSpy plugin on the Kaboom server
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] dd6d940d81
build(deps): bump actions/attest from 4.2.1 to 4.2.2 (#18)
Bumps [actions/attest](https://github.com/actions/attest) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/attest/releases)
- [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md)
- [Commits](508db95dd5...1e69f48acb)

---
updated-dependencies:
- dependency-name: actions/attest
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-11 20:02:00 +03:00
.github build(deps): bump actions/attest from 4.2.1 to 4.2.2 (#18) 2026-08-11 20:02:00 +03:00
src/main refactor: update indentation; pass CommandContext to updateState 2025-10-26 01:16:25 +03:00
.gitignore style: match file structure with Extras 2024-06-23 12:41:24 -03:00
checkstyle.xml Set maximum line length to 100 characters 2022-05-20 05:15:47 +03:00
LICENSE Optimizations 2020-04-16 20:05:32 +03:00
pom.xml pom.xml: bump maven-jar-plugin to 3.5.1 2026-08-08 05:13:11 +03:00
README.md style: match file structure with Extras 2024-06-23 12:41:24 -03:00
suppressions.xml style: match file structure with Extras 2024-06-23 12:41:24 -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