correct some typos

nicegamer7 2021-03-15 11:16:49 -04:00
parent 4d46d4bac5
commit dc58a87dad

@ -24,9 +24,9 @@ As for the version, use the latest release version based on their respective Buk
<dependencies>
<dependency>
<groupId>com.onarandombox.multiversecore</groupId>
<artifactId>Multiverse-[MODULE]</artifactId> <!-- Don't forget to replace this -->
<version>[VERSION]</version> <!-- Replace this as well -->
<groupId>com.onarandombox.multiverse[MODULE (in lowercase)]</groupId> <!-- Don't forget to replace this -->
<artifactId>Multiverse-[MODULE]</artifactId> <!-- Replace this as well -->
<version>[VERSION]</version> <!-- This too -->
<scope>provided</scope>
</dependency>
</dependencies>
@ -39,11 +39,11 @@ repositories {
}
dependencies {
compileOnly 'com.onarandombox.multiversecore:Multiverse-[MODULE]:[VERSION]'
compileOnly 'com.onarandombox.multiverse[MODULE (in lowercase)]:Multiverse-[MODULE]:[VERSION]'
}
```
### Mannual
### Manual
If you wish to download the dependency to classpath, you can do the following:
1. Navigate to https://repo.onarandombox.com/content/groups/public/com/onarandombox/.
1. Click into the directory of the Multiverse modules you wish to have.