diff --git a/.gitignore b/.gitignore index 8d2cdf5..3f88fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .settings/ bin/ target/ +.checkstyle .classpath .project diff --git a/README.md b/README.md index da8fefe..c9aeff3 100644 --- a/README.md +++ b/README.md @@ -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/) \ No newline at end of file