|
@@ -1,18 +1,34 @@
|
|
|
# MissileWars
|
|
|
+
|
|
|
MissileWars is a famous, fun and fast minigame spigot-plugin for Minecraft
|
|
|
|
|
|
## Downloads
|
|
|
-You can download the latest jar in the [latest release](https://github.com/Butzlabben/missilewars/releases/latest) or build it yourself via `mvnw install`.
|
|
|
|
|
|
-However, if you [buy the resource](https://www.spigotmc.org/resources/62947) and leave a review,
|
|
|
+You can download the latest jar in the [latest release](https://github.com/Butzlabben/missilewars/releases/latest) or build it yourself (
|
|
|
+see [BUILDING](#building))
|
|
|
+
|
|
|
+However, if you [buy the resource](https://www.spigotmc.org/resources/62947) and leave a review,
|
|
|
you will also receive an extra map and some more missiles.
|
|
|
|
|
|
+## Building
|
|
|
+
|
|
|
+To build MissileWars, you need to install the Java 17 JDK. Then you can build it via the Maven Wrapper.
|
|
|
+
|
|
|
+Run the following commands to build MissileWars (this will take while).
|
|
|
+Windows: `mvwn.cmd install`
|
|
|
+Linux/macOS/other: `./mvwn install`
|
|
|
+
|
|
|
+The jar file will be located under `missilewars-plugin/target/MissileWars-x.x.x.jar`
|
|
|
+
|
|
|
## Contributions
|
|
|
+
|
|
|
Contributions are always welcome, just fork this project, make your changes and create a pull request.
|
|
|
|
|
|
## Documentation
|
|
|
-All information about the Commands, Permissions, Placeholders and the Configuration can be found
|
|
|
+
|
|
|
+All information about the Commands, Permissions, Placeholders and the Configuration can be found
|
|
|
in our [Github Wiki](https://github.com/Butzlabben/missilewars/wiki).
|
|
|
|
|
|
## Donate
|
|
|
+
|
|
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=naegele_daniel%40web.de¤cy_code=EUR&source=url)
|