Source code for the iControlU plugin on the Kaboom server
Go to file
Allink c18d750bf8
Update the maven Paper repository URL (#7)
* Update the maven Paper repository URL

* Remove /repo
2022-05-20 22:23:14 +03:00
.github/workflows Use Java 8 in GitHub Actions workflow 2021-10-23 05:21:14 +03:00
src/main Set maximum line length to 100 characters 2022-05-20 05:28:35 +03:00
.gitignore Fix compiling 2020-02-27 16:16:25 +02: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 Update the maven Paper repository URL (#7) 2022-05-20 22:23:14 +03:00
README.md Replace "Weapons" with "iControlU" in the README (#4) 2021-07-23 23:20:14 +03:00
suppressions.xml Set maximum line length to 100 characters 2022-05-20 05:28:35 +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