From c37617e5cb8cbd02eb33f122d6f190b74c6cb93f Mon Sep 17 00:00:00 2001 From: Naman Date: Sun, 16 Dec 2018 11:47:09 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a84f4a9..986ccc66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SavageFactions -SavageFactions is a fork of the popular Factions plugin FactionsUUID. The Goal of SavageFactions is to make the ultimate comepetitive factions experience. +SavageFactions is a fork of the popular Factions plugin FactionsUUID. The Goal of SavageFactions is to make the ultimate competitive factions experience. The plugin contains lots of new revolutionary features, which can be looked at in further detail on the wiki. From 9f26dd7bc20fb5f1db33d7db8eb80d575f9a63ef Mon Sep 17 00:00:00 2001 From: Naman Date: Wed, 19 Dec 2018 22:14:52 -0600 Subject: [PATCH 2/3] Added instructions for maven dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 986ccc66..eb72bc17 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,11 @@ If you would like to use the plugin as a dependency in your project, you can use com.massivecraft Factions - LATEST + {version} provided ``` +The {version} has to be replaced with a version you find in the [mvn-repo](https://github.com/ProSavage/SavageFactions/tree/1.6.x/mvn-repo/com/massivecraft/Factions) folder. An example version that can be used is: `1.6.9.5-U0.2.1-RC-1.5-BETA` + If you would like to learn how to use the API there are lots of examples that can be found in the [wiki](https://github.com/ProSavage/SavageFactions/wiki) on the [API-Usage](https://github.com/ProSavage/SavageFactions/wiki/API-Usage) page. From 0eeba0584508c34d5ef3f75b0d7c54894631d227 Mon Sep 17 00:00:00 2001 From: Naman Date: Wed, 19 Dec 2018 22:30:26 -0600 Subject: [PATCH 3/3] Changed from rawgit to jsdeliver. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb72bc17..7fe0175e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you would like to use the plugin as a dependency in your project, you can use ```xml savagefactions-repo - https://rawgit.com/ProSavage/SavageFactions/1.6.x + https://cdn.jsdelivr.net/gh/ProSavage/SavageFactions@1.6.x/ true