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/ .settings/
bin/ bin/
target/ target/
.checkstyle
.classpath .classpath
.project .project

View file

@ -1,6 +1,6 @@
# Weapons # 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. The plugin is created for the Kaboom server.
@ -8,7 +8,7 @@ The plugin is created for the Kaboom server.
| Command | Alias | Permission | Description | | 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 ## Compiling
@ -16,7 +16,7 @@ Use [Maven](https://maven.apache.org/) to compile the plugin.
```bash ```bash
mvn package mvn package
``` ```
The generated .jar file is located in the target/ folder. The generated .jar file will be located in the target/ folder.
## License ## License
[Unlicense](https://unlicense.org/) [Unlicense](https://unlicense.org/)