Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Jan 7, 2019
1 parent 65262fe commit 1b37c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -54,8 +54,8 @@ You need to add (or merge) the following sections into your `pom.xml` file.

<repositories>
<repository>
<id>luck-repo</id>
<url>https://repo.lucko.me/</url>
<id>minecraft-repo</id>
<url>https://libraries.minecraft.net/</url>
</repository>
</repositories>
```
Expand Down Expand Up @@ -107,4 +107,4 @@ public class TestPlugin extends JavaPlugin {
}
```

The `com.mojang.brigadier` packages will be automatically imported into your classpath when you add the commodore dependency, but they should not be shaded into your plugins jar file.
The `com.mojang.brigadier` packages will be automatically imported into your classpath when you add the commodore dependency, but they should not be shaded into your plugins jar file.

0 comments on commit 1b37c0e

Please sign in to comment.