diff --git a/Developer-API-Starter.md b/Developer-API-Starter.md index fff7b94..33bde26 100644 --- a/Developer-API-Starter.md +++ b/Developer-API-Starter.md @@ -24,9 +24,9 @@ As for the version, use the latest release version based on their respective Buk - com.onarandombox.multiversecore - Multiverse-[MODULE] - [VERSION] + com.onarandombox.multiverse[MODULE (in lowercase)] + Multiverse-[MODULE] + [VERSION] provided @@ -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.