Update README

This commit is contained in:
mathiascode 2019-12-17 18:02:27 +02:00
parent d8fc0aaeb6
commit 799f756e0b
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.settings/
bin/
target/
.checkstyle
.classpath
.project

View File

@ -1,6 +1,6 @@
# Weapons
Weapons is a Bukkit plugin that implements various weapons.
Weapons is a Bukkit plugin that implements various kinds of weapons.
The plugin is created for the Kaboom server.
@ -8,7 +8,7 @@ The plugin is created for the Kaboom server.
| Command | Alias | Permission | Description |
| ------- | ----- | ---------- | ----------- |
|/weapons | /weapon | weapons.command | Gives you a weapon|
|/commandspy | /c, /cs, /cspy | commandspy.command | Allows you to spy on players' commands|
## Compiling
@ -16,7 +16,7 @@ Use [Maven](https://maven.apache.org/) to compile the plugin.
```bash
mvn package
```
The generated .jar file is located in the target/ folder.
The generated .jar file will be located in the target/ folder.
## License
[Unlicense](https://unlicense.org/)