diff --git a/README.md b/README.md index 45a65da..97d9727 100644 --- a/README.md +++ b/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). +# 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 ProjectAres is free software: you can redistribute it and/or modify it diff --git a/pom.xml b/pom.xml index ca46477..63a728a 100644 --- a/pom.xml +++ b/pom.xml @@ -185,12 +185,12 @@ tc.oc sportbukkit-api - 1.12.2.0 + 1.12.2.1 tc.oc sportbukkit - 1.12.2.0 + 1.12.2.1 com.sk89q