You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 months ago | |
---|---|---|
.github/workflows | 2 months ago | |
src/main | 2 months ago | |
.gitignore | 4 years ago | |
LICENSE | 5 years ago | |
README.md | 3 years ago | |
checkstyle.xml | 1 year ago | |
pom.xml | 7 months ago | |
suppressions.xml | 1 year ago |
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 |
---|---|---|---|
/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.