forked from Upstream/mmocore
Update README.md
This commit is contained in:
parent
76b0d51b2a
commit
c8f1f9fefd
26
README.md
26
README.md
@ -1,19 +1,39 @@
|
||||
Official repository for MMOCore
|
||||
|
||||
### Useful Links
|
||||
|
||||
- Purchase the plugin here: https://www.spigotmc.org/resources/mmocore.70575/
|
||||
- Development builds: https://phoenixdevt.fr/devbuilds
|
||||
- Official documentation: https://gitlab.com/phoenix-dvpmt/mmocore/-/wikis/home
|
||||
- Discord Support: https://phoenixdevt.fr/discord
|
||||
- Other plugins: https://www.spigotmc.org/resources/authors/indyuce.253965/
|
||||
|
||||
### Using MMOCore as dependency
|
||||
Register the PhoenixDev repo
|
||||
|
||||
Register the PhoenixDevelopment public repository:
|
||||
|
||||
```
|
||||
<repository>
|
||||
<id>phoenix</id>
|
||||
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
|
||||
</repository>
|
||||
```
|
||||
And then add MMOCore-API as dependency
|
||||
|
||||
And then add both `MythicLib-dist` and `MMOCore-API` as dependencies:
|
||||
|
||||
```
|
||||
<dependency>
|
||||
<groupId>io.lumine</groupId>
|
||||
<artifactId>MythicLib-dist</artifactId>
|
||||
<version>1.6.2-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.Indyuce</groupId>
|
||||
<artifactId>MMOCore-API</artifactId>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<version>1.12.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user