From da467fa2ea7c3e2ca284540aeae391cd211292b6 Mon Sep 17 00:00:00 2001 From: Bud Date: Thu, 17 Sep 2020 14:26:13 -0500 Subject: [PATCH] [ci-skip] add yatopia API --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 9794bf4f..71aa42e2 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,32 @@ ## Building and setting up ## If you are repatching you need to delete `Yatopa-API` and `Yatopia-Server` folders. +## Using Yatopia-API ## + +To build your plugin against the Yatopia-API, +First add the CodeMC maven repository: +```xml + + + + codemc-repo + https://repo.codemc.io/repository/maven-public/ + + +``` + +And then add the Yatopia-API dependency: +```xml + + + net.yatopia + yatopia-api + 1.16.2-R0.1-SNAPSHOT + provided + + +``` + ## Why are there not many API additions ## (Modified from [starlis/empirecraft](https://github.com/starlis/empirecraft/))