mirror of
https://github.com/kaboomserver/weapons.git
synced 2024-11-21 10:18:17 -05:00
Source code for the Weapons plugin on the Kaboom server
8513443147
* Bump dependencies * Fix deprecation warning * Fix small issue |
||
---|---|---|
.github/workflows | ||
src/main | ||
.gitignore | ||
checkstyle.xml | ||
LICENSE | ||
pom.xml | ||
README.md | ||
suppressions.xml |
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.