mmoitems/README.md

21 lines
449 B
Markdown
Raw Normal View History

2022-08-16 12:42:08 +02:00
Official repository for MMOItems Premium
2020-09-11 04:27:58 +02:00
2022-08-16 12:42:08 +02:00
### Using MMOItems as dependency
2022-12-27 14:54:57 +01:00
Register the PhoenixDevt repo
2022-08-16 12:42:08 +02:00
```
<repository>
<id>phoenix</id>
2023-05-07 23:40:58 +02:00
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
2022-08-16 12:42:08 +02:00
</repository>
```
And then add MMOItems-API as dependency
```
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOItems-API</artifactId>
2023-02-01 22:39:23 +01:00
<version>6.9.2-SNAPSHOT</version>
2022-08-16 12:42:08 +02:00
<scope>provided</scope>
</dependency>
```
2022-11-14 00:28:41 +01:00