Source code for the iControlU plugin on the Kaboom server
Go to file
Kaboom 803085d325
main.yml: bump versions
2023-04-01 01:12:30 +03:00
.github/workflows main.yml: bump versions 2023-04-01 01:12:30 +03:00
src/main Use guard clauses when possible 2023-03-31 16:52:20 +03:00
.gitignore Fix compiling 2020-02-27 16:16:25 +02:00
LICENSE First version 2018-08-06 03:36:30 +03:00
README.md Replace "Weapons" with "iControlU" in the README (#4) 2021-07-23 23:20:14 +03:00
checkstyle.xml Set maximum line length to 100 characters 2022-05-20 05:28:35 +03:00
pom.xml Update Paper API & Use adventure for messages (#9) 2022-11-03 12:27:46 +02:00
suppressions.xml Set maximum line length to 100 characters 2022-05-20 05:28:35 +03:00

README.md

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