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