Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Sep 9, 2022
1 parent d7c4a27 commit a34c4dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,8 +12,8 @@ Maven
IF YOU ARE USING THE API (which you probably should **not** be if you're just integrating the Citizens plugin!), Include CitizensAPI in your pom.xml like this: (If you are integrating your own plugin with the Citizens plugin, see https://wiki.citizensnpcs.co/API for information on appropriate maven linkage.)
```xml
<repository>
<id>everything</id>
<url>http://repo.citizensnpcs.co/</url>
<id>citizens-repo</id>
<url>https://maven.citizensnpcs.co/repo</url>
</repository>
<dependency>
<groupId>net.citizensnpcs</groupId>
Expand All @@ -24,7 +24,7 @@ IF YOU ARE USING THE API (which you probably should **not** be if you're just in
</dependency>
```

The correct CITIZENS_VERSION to use can depend on your minecraft version. A list can be found here http://repo.citizensnpcs.co/net/citizensnpcs/citizensapi/ - or you can use the version listed in the Citizens2 JAR you downloaded (e.g. `2.0.20-SNAPSHOT`).
The correct CITIZENS_VERSION to use can depend on your minecraft version. A list can be found here https://maven.citizensnpcs.co/#/repo/net/citizensnpcs/ - or you can use the version listed in the Citizens2 JAR you downloaded (e.g. `2.0.30-SNAPSHOT`).

Javadoc
=======
Expand Down

0 comments on commit a34c4dc

Please sign in to comment.