From 2264ce198e3d6c6decfd904549c56b6c59066efc Mon Sep 17 00:00:00 2001 From: BongoCat <77935781+Fangoboyo@users.noreply.github.com> Date: Tue, 31 May 2022 18:19:47 -0700 Subject: [PATCH 1/3] Added PermissionSex to how-tos --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 592a995..46ee901 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,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 From c1ac87fffb4f740e1aae762dce71f33fd5b189dc Mon Sep 17 00:00:00 2001 From: BongoCat <77935781+Fangoboyo@users.noreply.github.com> Date: Tue, 31 May 2022 18:21:02 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 46ee901..e4d9b31 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: From 92e8469ff0caf3e9cc115db76f387df6062a1776 Mon Sep 17 00:00:00 2001 From: BongoCat <77935781+Fangoboyo@users.noreply.github.com> Date: Tue, 31 May 2022 18:35:02 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4d9b31..0599f62 100644 --- a/README.md +++ b/README.md @@ -19,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