mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
Updated Developer API Starter (markdown)
parent
49063cc3cd
commit
c200d6b09a
@ -25,7 +25,7 @@ As for the version, use the latest release version based on their respective Buk
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.onarandombox.multiverse[MODULE (in lowercase)]</groupId> <!-- Don't forget to replace this -->
|
<groupId>com.onarandombox.multiverse[MODULE (in lowercase)]</groupId> <!-- Don't forget to replace this -->
|
||||||
<artifactId>Multiverse-[MODULE]</artifactId> <!-- Replace this as well -->
|
<artifactId>multiverse-[MODULE (in lowercase)]</artifactId> <!-- Replace this as well -->
|
||||||
<version>[VERSION]</version> <!-- This too -->
|
<version>[VERSION]</version> <!-- This too -->
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
@ -39,7 +39,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.onarandombox.multiverse[MODULE (in lowercase)]:Multiverse-[MODULE]:[VERSION]'
|
compileOnly 'com.onarandombox.multiverse[MODULE (in lowercase)]:multiverse-[MODULE (in lowercase)]:[VERSION]'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user