Source code for the Weapons plugin on the Kaboom server
Go to file
kaboom 42df4d8795 Machine Gun: Avoid exception in Folia
Not a great solution, but it will do for now.
2023-03-31 22:28:11 +03:00
.github/workflows Use adventure components instead of legacy strings (#6) 2022-11-05 00:10:41 +02:00
src/main Machine Gun: Avoid exception in Folia 2023-03-31 22:28:11 +03:00
.gitignore Minor 2019-12-21 14:57:35 +02:00
checkstyle.xml Set maximum line length to 100 characters 2022-05-20 05:05:54 +03:00
LICENSE First version 2018-07-11 18:29:59 +03:00
pom.xml Use adventure components instead of legacy strings (#6) 2022-11-05 00:10:41 +02:00
README.md Specify correct command in the README 2020-08-03 17:26:16 +03:00
suppressions.xml Set maximum line length to 100 characters 2022-05-20 05:05:54 +03: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