icontrolu/README.md

23 lines
516 B
Markdown
Raw Normal View History

2019-12-17 11:59:28 -05:00
# iControlU
2018-08-05 20:36:30 -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
[Unlicense](https://unlicense.org/)