diff --git a/README.md b/README.md index 592a995..0599f62 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ This repository contains a GitHub Maven repository that can be used for common p # Contributing If you would like to contribute and suggest some plugins to be added, please **do not** submit a pull request. Instead, submit an issue with the plugin you would like to see added, and we will fetch the relevant version and add it. + +**Things you can contribute via pull request:** +- Fixing typos in readme +- Fixing the ass structure of the Readme +- Basically fixing the readme ## How to use: Include the repo in your pom.xml with: @@ -14,9 +19,17 @@ Include the repo in your pom.xml with: https://github.com/darverdevs/EaglerMavenRepo/raw/main ``` - -Then, to add them as dependencies: +Then, add the craftbukkit jar file to your pom with: ``` + + com.github.EaglerMaven + craftbukkit + craftbukkit-1.5.2-R1.0 + +``` +Finally, to add Plugin API as dependencies: +``` +(Not: you do not have to add all of the dependencies for anything to work) ---------- Vault ----------- com.github.EaglerMaven @@ -47,6 +60,12 @@ Then, to add them as dependencies: ProtocolLib 3.6.4 +--------- PermissionSex ---------- + + com.github.EaglerMaven + PermissionSex + 1.19.6 + ``` If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies