Source code for the iControlU plugin on the Kaboom server
Go to file
arclicious 318b7c1626 Select targets via UUID
Adds the ability to control players via UUID instead of just their username
2020-12-12 16:53:55 +00:00
src/main Select targets via UUID 2020-12-12 16:53:55 +00:00
.gitignore Fix compiling 2020-02-27 16:16:25 +02:00
LICENSE First version 2018-08-06 03:36:30 +03:00
pom.xml Add arm swing 2020-05-10 16:46:08 +03:00
README.md Enforce checkstyle 2019-12-17 18:59:28 +02:00
suppressions.xml Don't allow star imports 2019-12-21 15:11:47 +02:00

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