2019-12-17 15:39:28 +00:00
|
|
|
# Weapons
|
2018-07-11 15:28:08 +00:00
|
|
|
|
2019-12-17 16:02:27 +00:00
|
|
|
Weapons is a Bukkit plugin that implements various kinds of weapons.
|
2019-12-17 15:39:28 +00:00
|
|
|
|
|
|
|
The plugin is created for the Kaboom server.
|
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
| Command | Alias | Permission | Description |
|
|
|
|
| ------- | ----- | ---------- | ----------- |
|
2020-08-03 14:26:16 +00:00
|
|
|
|/weapons | /weapon | weapons.command | Gives you a weapon|
|
2019-12-17 15:39:28 +00:00
|
|
|
|
|
|
|
## Compiling
|
|
|
|
|
|
|
|
Use [Maven](https://maven.apache.org/) to compile the plugin.
|
|
|
|
```bash
|
|
|
|
mvn package
|
|
|
|
```
|
2019-12-17 16:02:27 +00:00
|
|
|
The generated .jar file will be located in the target/ folder.
|
2019-12-17 15:39:28 +00:00
|
|
|
|
|
|
|
## License
|
2020-08-03 14:26:16 +00:00
|
|
|
[Unlicense](https://unlicense.org/)
|