Update README.md
This commit is contained in:
parent
bdd547309a
commit
5d58081f78
18
README.md
18
README.md
@ -30,21 +30,17 @@ 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.
|
||||
|
||||
```xml
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>savagefactions-repo</id>
|
||||
<url>https://cdn.jsdelivr.net/gh/ProSavage/SavageFactions@1.6.x/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.massivecraft</groupId>
|
||||
<artifactId>Factions</artifactId>
|
||||
<version>{version}</version>
|
||||
<groupId>com.github.ProSavage</groupId>
|
||||
<artifactId>SavageFactions</artifactId>
|
||||
<version>1.6.x-0.1.21-gbdd5473-400</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user