mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
Update README.md
This commit is contained in:
parent
706ddf6f1f
commit
50a1c36e2f
21
README.md
21
README.md
@ -1,4 +1,19 @@
|
||||
Private repository for MMOItems Premium.
|
||||
Official repository for MMOItems Premium
|
||||
|
||||
Issues: https://git.lumine.io/mythiccraft/mmoitems/-/issues
|
||||
Wiki: https://git.lumine.io/mythiccraft/mmoitems/-/wikis/home
|
||||
### Using MMOItems as dependency
|
||||
Register the PhoenixDev repo
|
||||
```
|
||||
<repository>
|
||||
<id>phoenix</id>
|
||||
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
|
||||
</repository>
|
||||
```
|
||||
And then add MMOItems-API as dependency
|
||||
```
|
||||
<dependency>
|
||||
<groupId>net.Indyuce</groupId>
|
||||
<artifactId>MMOItems-API</artifactId>
|
||||
<version>6.7.5-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user