Fix the SportBukkit dependency version
This commit is contained in:
parent
a7912f9cbf
commit
2f2f5e5c3b
17
README.md
17
README.md
|
@ -5,6 +5,23 @@ Custom Bukkit/Bungee plugins used by the former Overcast Network
|
||||||
|
|
||||||
**NOTE**: This repository is no longer maintained, but you can still contribute to [forks](https://github.com/OvercastNetwork/ProjectAres/network).
|
**NOTE**: This repository is no longer maintained, but you can still contribute to [forks](https://github.com/OvercastNetwork/ProjectAres/network).
|
||||||
|
|
||||||
|
# Install
|
||||||
|
|
||||||
|
1. Clone and install `Universe` to download the required dependencies.
|
||||||
|
```bash
|
||||||
|
git clone git@github.com:Electroid/Universe.git
|
||||||
|
cd Universe
|
||||||
|
mvn clean install
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Clone and install `ProjectAres` to build the suite of plugins.
|
||||||
|
```bash
|
||||||
|
cd ..
|
||||||
|
git clone git@github.com:OvercastNetwork/ProjectAres.git
|
||||||
|
cd ProjectAres
|
||||||
|
mvn clean install
|
||||||
|
```
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
ProjectAres is free software: you can redistribute it and/or modify it
|
ProjectAres is free software: you can redistribute it and/or modify it
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -185,12 +185,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>tc.oc</groupId>
|
<groupId>tc.oc</groupId>
|
||||||
<artifactId>sportbukkit-api</artifactId>
|
<artifactId>sportbukkit-api</artifactId>
|
||||||
<version>1.12.2.0</version>
|
<version>1.12.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>tc.oc</groupId>
|
<groupId>tc.oc</groupId>
|
||||||
<artifactId>sportbukkit</artifactId>
|
<artifactId>sportbukkit</artifactId>
|
||||||
<version>1.12.2.0</version>
|
<version>1.12.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sk89q</groupId>
|
<groupId>com.sk89q</groupId>
|
||||||
|
|
Loading…
Reference in New Issue