mirror of
https://github.com/kaboomserver/weapons.git
synced 2025-02-05 14:13:52 +00:00
22 lines
506 B
Markdown
22 lines
506 B
Markdown
# 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](https://maven.apache.org/) to compile the plugin.
|
|
```bash
|
|
mvn package
|
|
```
|
|
The generated .jar file will be located in the target/ folder.
|
|
|
|
## License
|
|
[Unlicense](https://unlicense.org/)
|