From d57ad1872dd71e39258bc59fd1e45b65a5622035 Mon Sep 17 00:00:00 2001 From: ColdDev <79663199+ColdDev@users.noreply.github.com> Date: Wed, 1 Jun 2022 00:53:07 +0000 Subject: [PATCH 1/4] feat(readme): Add README to root of repository --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a00a38 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# EaglerMavenRepo + +This repository contains a GitHub Maven repository that can be used for common plugin dependencies that plugins for Eaglercraft servers use. + +# 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. \ No newline at end of file From ec46201a373384915ea7718c16d2513fb1d9cc60 Mon Sep 17 00:00:00 2001 From: BongoCat <77935781+Fangoboyo@users.noreply.github.com> Date: Tue, 31 May 2022 18:03:29 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a00a38..3791484 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,45 @@ 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. \ No newline at end of file +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: +` + PrimCoreRepos-repos + https://github.com/darverdevs/EaglerMavenRepo/raw/main +` + +Then, to add them as dependencies: + `---------- Vault ----------- + + com.github.EaglerMaven + Vault + 1.2.26 + +---------- MassiveCore ----------- + + com.github.EaglerMaven + MassiveCore + 6.4.1 + +---------- Factions ----------- + + com.github.EaglerMaven + Factions + 2.0.1 + +---------- EffectLib ----------- + + com.github.EaglerMaven + EffectLib + 3.0 + +---------- ProtocolLib ----------- + + com.github.EaglerMaven + ProtocolLib + 3.6.4 +` + +If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies From 31079011728a4eff57f51e132b5f50b4315f9e0d Mon Sep 17 00:00:00 2001 From: BongoCat <77935781+Fangoboyo@users.noreply.github.com> Date: Tue, 31 May 2022 18:05:46 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3791484..2a135be 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ If you would like to contribute and suggest some plugins to be added, please **d ## How to use: Include the repo in your pom.xml with: -` - PrimCoreRepos-repos - https://github.com/darverdevs/EaglerMavenRepo/raw/main -` +`\ + PrimCoreRepos-repos\ + https://github.com/darverdevs/EaglerMavenRepo/raw/main\ +\` Then, to add them as dependencies: `---------- Vault ----------- - - com.github.EaglerMaven +\ + com.github.EaglerMaven\ Vault 1.2.26 From d1515055b2a28eb389bfd2722b4c2b0276fecbe3 Mon Sep 17 00:00:00 2001 From: BongoCat <77935781+Fangoboyo@users.noreply.github.com> Date: Tue, 31 May 2022 18:08:23 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2a135be..592a995 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,18 @@ If you would like to contribute and suggest some plugins to be added, please **d ## How to use: Include the repo in your pom.xml with: -`\ - PrimCoreRepos-repos\ - https://github.com/darverdevs/EaglerMavenRepo/raw/main\ -\` +``` + + PrimCoreRepos-repos + https://github.com/darverdevs/EaglerMavenRepo/raw/main + +``` Then, to add them as dependencies: - `---------- Vault ----------- -\ - com.github.EaglerMaven\ +``` +---------- Vault ----------- + + com.github.EaglerMaven Vault 1.2.26 @@ -43,6 +46,7 @@ Then, to add them as dependencies: com.github.EaglerMaven ProtocolLib 3.6.4 -` + +``` If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies