From af91ca24a09f5fdb80ec893c2b2461440b483cd1 Mon Sep 17 00:00:00 2001 From: Auxilor <38837418+Auxilor@users.noreply.github.com> Date: Tue, 3 Aug 2021 20:25:35 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e9c02c..c560a81 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ _Utilities that don't particularly belong in any other category._ - [adventure-nbt](https://github.com/KyoriPowered/adventure/tree/master/nbt) - Library for working with NBT. - [Anvil](https://github.com/AnvilPowered/Anvil) - A cross-platform database API / ORM / entity framework with useful services for minecraft plugins - [BKCommonLib](https://github.com/bergerhealer/BKCommonLib) - An extensive library used in bergerhealer's plugins. +- [eco](https://github.com/Auxilor/eco) - A plugin framework with many APIs and utilities to simplify development. - [helper](https://github.com/lucko/helper) - A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins. - [Item-NBT-API](https://github.com/tr7zw/Item-NBT-API) - Add custom NBT tags to Items/Tiles/Entities without NMS. - [mineflayer](https://github.com/PrismarineJS/mineflayer) - Create Minecraft bots with a powerful, stable, and high level JavaScript API.