Source code for the Weapons plugin on the Kaboom server
Go to file
2021-10-23 05:33:34 +03:00
.github/workflows Add GitHub Actions workflow (#3) 2021-09-03 17:53:02 +03:00
src/main Use more accurate way of checking if a weapon should be used 2021-01-07 14:16:56 +02:00
.gitignore Minor 2019-12-21 14:57:35 +02:00
LICENSE First version 2018-07-11 18:29:59 +03:00
pom.xml Update maven-checkstyle-plugin to 3.1.2 2021-10-23 05:33:34 +03:00
README.md Specify correct command in the README 2020-08-03 17:26:16 +03:00
suppressions.xml Don't allow star imports 2019-12-21 15:02:41 +02:00

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
/weapons /weapon weapons.command Gives you a weapon

Compiling

Use Maven to compile the plugin.

mvn package

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

License

Unlicense