weapons/README.md

22 lines
538 B
Markdown
Raw Normal View History

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 |
| ------- | ----- | ---------- | ----------- |
2019-12-17 16:02:27 +00:00
|/commandspy | /c, /cs, /cspy | commandspy.command | Allows you to spy on players' commands|
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
[Unlicense](https://unlicense.org/)