Source code for the iControlU plugin on the Kaboom server
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] faf28045da
Bump actions/attest from 4.2.1 to 4.2.2 (#17)
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-12 06:50:33 +03:00
.github Bump actions/attest from 4.2.1 to 4.2.2 (#17) 2026-08-12 06:50:33 +03:00
src/main fix: tell controller who they're controlling 2026-08-10 00:28:49 -03:00
.gitignore refactor: sync base project structure with Extras 2026-01-31 00:09:09 -03:00
checkstyle.xml Set maximum line length to 100 characters 2022-05-20 05:28:35 +03:00
LICENSE First version 2018-08-06 03:36:30 +03:00
pom.xml Bump org.apache.maven.plugins:maven-checkstyle-plugin (#16) 2026-08-08 06:10:01 +03:00
README.md Replace "Weapons" with "iControlU" in the README (#4) 2021-07-23 23:20:14 +03:00
suppressions.xml refactor: sync base project structure with Extras 2026-01-31 00:09:09 -03:00

iControlU

iControlU is a Bukkit plugin that allows players to control other players.

The plugin is created for the Kaboom server.

Commands

Command Permission Description
/icu icu.command Control another player's movements, inventory and chat

Compiling

Use Maven to compile the plugin.

mvn package

The generated .jar file will be located in the target/ folder.

License

Unlicense