Update README.md
This commit is contained in:
parent
bdd547309a
commit
5d58081f78
28
README.md
28
README.md
@ -30,23 +30,19 @@ The video can be found [here](https://www.youtube.com/watch?v=fnDwjA2gX-E).
|
|||||||
If you would like to use the plugin as a dependency in your project, you can use maven.
|
If you would like to use the plugin as a dependency in your project, you can use maven.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<repository>
|
<repositories>
|
||||||
<id>savagefactions-repo</id>
|
<repository>
|
||||||
<url>https://cdn.jsdelivr.net/gh/ProSavage/SavageFactions@1.6.x/</url>
|
<id>jitpack.io</id>
|
||||||
<releases>
|
<url>https://jitpack.io</url>
|
||||||
<enabled>true</enabled>
|
</repository>
|
||||||
</releases>
|
</repositories>
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.massivecraft</groupId>
|
<groupId>com.github.ProSavage</groupId>
|
||||||
<artifactId>Factions</artifactId>
|
<artifactId>SavageFactions</artifactId>
|
||||||
<version>{version}</version>
|
<version>1.6.x-0.1.21-gbdd5473-400</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
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`
|
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`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user