From 03af0646a6fb332a63cd456d36f520407713e820 Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Mon, 14 Nov 2022 15:02:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f35ec64 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +

+ +

+ +--- +# Links +* [Download](https://www.spigotmc.org/resources/t2codelib.96388/) +* [Discord](http://dc.T2Code.net) + +-- + +T2CodeLib is a library for the plugins of T2Code. + +Main library file to centralize the main functions for multiple plugins, allowing better maintenance capabilities and reducing the overall size of the plugins. + +Maven: +``` + + + T2Code + https://repo.t2code.net/repository/T2Code/ + + + + + + net.t2code + T2CodeLib + VERSION + + +``` + +