mirror of
https://github.com/darverdevs/EaglerMavenRepo.git
synced 2024-11-09 16:16:04 -08:00
Update README.md
This commit is contained in:
parent
1b72ee44cc
commit
ec46201a37
41
README.md
41
README.md
|
@ -5,3 +5,44 @@ 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.
|
||||||
|
## How to use:
|
||||||
|
|
||||||
|
Include the repo in your pom.xml with:
|
||||||
|
`<repository>
|
||||||
|
<id>PrimCoreRepos-repos</id>
|
||||||
|
<url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url>
|
||||||
|
</repository>`
|
||||||
|
|
||||||
|
Then, to add them as dependencies:
|
||||||
|
`---------- Vault -----------
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.EaglerMaven</groupId>
|
||||||
|
<artifactId>Vault</artifactId>
|
||||||
|
<version>1.2.26</version>
|
||||||
|
</dependency>
|
||||||
|
---------- MassiveCore -----------
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.EaglerMaven</groupId>
|
||||||
|
<artifactId>MassiveCore</artifactId>
|
||||||
|
<version>6.4.1</version>
|
||||||
|
</dependency>
|
||||||
|
---------- Factions -----------
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.EaglerMaven</groupId>
|
||||||
|
<artifactId>Factions</artifactId>
|
||||||
|
<version>2.0.1</version>
|
||||||
|
</dependency>
|
||||||
|
---------- EffectLib -----------
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.EaglerMaven</groupId>
|
||||||
|
<artifactId>EffectLib</artifactId>
|
||||||
|
<version>3.0</version>
|
||||||
|
</dependency>
|
||||||
|
---------- ProtocolLib -----------
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.EaglerMaven</groupId>
|
||||||
|
<artifactId>ProtocolLib</artifactId>
|
||||||
|
<version>3.6.4</version>
|
||||||
|
</dependency>`
|
||||||
|
|
||||||
|
If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies
|
||||||
|
|
Loading…
Reference in New Issue
Block a user