Source code for the iControlU plugin on the Kaboom server
Go to file
mathiascode 86d7755a53 Fix compiling 2020-02-27 16:16:25 +02:00
src/main Fix compiling 2020-02-27 16:16:25 +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 Enforce checkstyle 2019-12-17 18:59:28 +02:00
pom.xml Target Java 5 2019-12-17 19:16:27 +02:00
suppressions.xml Don't allow star imports 2019-12-21 15:11:47 +02:00

README.md

iControlU

Weapons 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