Source code for the Weapons plugin on the Kaboom server
Go to file
mathiascode 26111f462d Minor 2019-12-21 14:57:35 +02:00
src/main Minor 2019-12-21 14:57:35 +02:00
.gitignore Minor 2019-12-21 14:57:35 +02:00
LICENSE First version 2018-07-11 18:29:59 +03:00
README.md Update README 2019-12-17 18:03:26 +02:00
pom.xml Minor 2019-12-21 14:57:35 +02:00
suppressions.xml Final style changes, fix permissions 2019-12-17 17:16:46 +02:00

README.md

Weapons

Weapons is a Bukkit plugin that implements various kinds of weapons.

The plugin is created for the Kaboom server.

Commands

Command Alias Permission Description
/commandspy /c, /cs, /cspy commandspy.command Allows you to spy on players' commands

Compiling

Use Maven to compile the plugin.

mvn package

The generated .jar file will be located in the target/ folder.

License

Unlicense