Source code for the iControlU plugin on the Kaboom server
Go to file
Business Goose 2e22771c5c
Replace "Weapons" with "iControlU" in the README (#4)
2021-07-23 23:20:14 +03:00
src/main Allow controller to chat as the target 2020-12-13 18:43:15 +02: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
pom.xml Allow controller to chat as the target 2020-12-13 18:43:15 +02:00
suppressions.xml Don't allow star imports 2019-12-21 15:11:47 +02: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