mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
Update README.md
This commit is contained in:
32
README.md
32
README.md
@@ -15,9 +15,6 @@
|
||||
|
||||
[](https://www.codefactor.io/repository/github/fancymcplugins/fancyplugins)
|
||||
[](https://github.com/fancymcplugins/fancyplugins)
|
||||
<br />
|
||||
|
||||
Simple, lightweight and feature-rich plugins for Minecraft servers.
|
||||
|
||||
</div>
|
||||
|
||||
@@ -27,28 +24,25 @@ Simple, lightweight and feature-rich plugins for Minecraft servers.
|
||||
> Read the [monorepo.md](docs/src/development-guidelines/monorepo.md) for more information about the monorepo.
|
||||
> Here is a blog article about why we use a monorepo: [why-monorepo.md](docs/src/blog/why-monorepo.md).
|
||||
|
||||
Plugins:
|
||||
- fancynpcs: create and manage fancy looking npcs ([old repository](https://github.com/FancyMcPlugins/FancyNpcs))
|
||||
- fancyholograms (v2): create fancy looking holograms ([old repository](https://github.com/FancyMcPlugins/FancyHolograms))
|
||||
- fancyholograms (v3): create fancy looking holograms
|
||||
- fancyvisuals: plugin to customize all visual components of the game
|
||||
**Plugins:**
|
||||
- FancyNpcs: create and manage fancy looking npcs ([old repository](https://github.com/FancyMcPlugins/FancyNpcs))
|
||||
- FancyHolograms (v2): create fancy looking holograms ([old repository](https://github.com/FancyMcPlugins/FancyHolograms))
|
||||
- FancyHolograms (v3): create fancy looking holograms (work in progress)
|
||||
- FancyVisuals: plugin to customize all visual components of the game (work in progress)
|
||||
|
||||
Libraries:
|
||||
- common: common classes and utilities (FancyLib previously)
|
||||
- jdb: json database library (included in FancyLib previously)
|
||||
- plugin-tests: testing library for plugins (included in FancyLib previously)
|
||||
- packets: packet handling library (FancySitula previously)
|
||||
**Libraries:**
|
||||
- Common: common classes and utilities (FancyLib previously)
|
||||
- JDB: json database library (included in FancyLib previously)
|
||||
- Plugin Tests: testing library for plugins (included in FancyLib previously)
|
||||
- Packets: packet handling library (FancySitula previously)
|
||||
|
||||
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.
|
||||
**Tools:**
|
||||
- Deployment: deploy plugins to platforms like modrinth
|
||||
- Quick E2E: generate a quick end-to-end environment for testing
|
||||
|
||||
Future packages that are planned to be added to the monorepo:
|
||||
- fancywebsite: https://github.com/FancyMcPlugins/FancyWebsite
|
||||
- (fancymorphs: https://github.com/FancyMcPlugins/FancyMorphs)
|
||||
- modrinth-sdk: an SDK for the modrinth API (which then can be used in the deployment and quick-e2e tool)
|
||||
- minecraft-client: a lightweight Minecraft client for testing
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user