From afb08c5bac50cb074057470ce068de17568953bf Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 16 Mar 2025 20:32:05 +0100 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b81c3ec..728c8a61 100644 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ -# FancyInnovations | Minecraft Plugins \ No newline at end of file +# FancyPlugins + +This repository contains a collection of plugins, libraries and tools for Minecraft servers. + +The monorepo is still work in progress and will be expanded over time. + +## Packages + +Plugins: +- fancyholograms (v3): create fancy looking holograms +- fancyvisuals: plugin to customize all visual components of the game + +Libraries: +- common: common classes and utilities +- packets: packet handling library +- jdb: json database library +- plugin-tests: testing library for plugins + +Tools: +- deployment: deploy plugins to platforms like modrinth +- quick-e2e: generate a quick end-to-end environment for testing + +Docs: documentation for all plugins, libraries and tools. + +Future packages that are planned to be added to the monorepo: +- fancynpcs: https://github.com/FancyMcPlugins/FancyNpcs +- fancywebsite: https://github.com/FancyMcPlugins/FancyWebsite +- (fancymorphs: https://github.com/FancyMcPlugins/FancyMorphs) \ No newline at end of file