This commit is contained in:
Fangoboyo 2022-05-31 18:37:01 -07:00
commit 1faa9a0a3e

View File

@ -5,6 +5,11 @@ This repository contains a GitHub Maven repository that can be used for common p
# Contributing # 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. 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: ## How to use:
Include the repo in your pom.xml with: Include the repo in your pom.xml with:
@ -14,9 +19,17 @@ Include the repo in your pom.xml with:
<url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url> <url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url>
</repository> </repository>
``` ```
Then, add the craftbukkit jar file to your pom with:
Then, to add them as dependencies:
``` ```
<dependency>
<groupId>com.github.EaglerMaven</groupId>
<artifactId>craftbukkit</artifactId>
<version>craftbukkit-1.5.2-R1.0</version>
</dependency>
```
Finally, to add Plugin API as dependencies:
```
(Not: you do not have to add all of the dependencies for anything to work)
---------- Vault ----------- ---------- Vault -----------
<dependency> <dependency>
<groupId>com.github.EaglerMaven</groupId> <groupId>com.github.EaglerMaven</groupId>
@ -47,6 +60,12 @@ Then, to add them as dependencies:
<artifactId>ProtocolLib</artifactId> <artifactId>ProtocolLib</artifactId>
<version>3.6.4</version> <version>3.6.4</version>
</dependency> </dependency>
--------- PermissionSex ----------
<dependency>
<groupId>com.github.EaglerMaven</groupId>
<artifactId>PermissionSex</artifactId>
<version>1.19.6</version>
</dependency>
``` ```
If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies