2019-12-17 11:59:28 -05:00
|
|
|
# iControlU
|
2018-08-05 20:36:30 -04:00
|
|
|
|
2021-07-23 16:20:14 -04:00
|
|
|
iControlU is a Bukkit plugin that allows players to control other players.
|
2019-12-17 11:59:28 -05:00
|
|
|
|
|
|
|
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](https://maven.apache.org/) to compile the plugin.
|
|
|
|
```bash
|
|
|
|
mvn package
|
|
|
|
```
|
|
|
|
The generated .jar file will be located in the target/ folder.
|
|
|
|
|
|
|
|
## License
|
2021-07-23 16:20:14 -04:00
|
|
|
[Unlicense](https://unlicense.org/)
|