Skip to content

Commit

Permalink
docs: Yes, we are cross-platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
QwQ-dev committed Feb 3, 2025
1 parent 884cedd commit 55369b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<a><img alt="Forks" src="https://img.shields.io/github/forks/LegacyLands/legacy-lands-library"></a>
<a><img alt="License" src="https://img.shields.io/github/license/LegacyLands/legacy-lands-library"></a>
<br /><br />
<p>Based on <a href="https://github.com/FairyProject/fairy" target="_blank">Fairy Framework</a>, it runs as a plugin, aiming to encapsulate various existing libraries to simplify the development of <a href="https://github.com/PaperMC/Folia" target="_blank">Folia</a> plugins.</p>
<p>Based on <a href="https://github.com/FairyProject/fairy" target="_blank">Fairy Framework</a>, it runs as a plugin, aiming to encapsulate various existing libraries to simplify the development of plugins.</p>
</div>

## Overview

A comprehensive library built on [Fairy Framework](https://github.com/FairyProject/fairy), providing essential tools and utilities for modern Minecraft plugin development. While optimized for Folia, it's fully compatible with Spigot and Paper platforms.
A comprehensive library built on [Fairy Framework](https://github.com/FairyProject/fairy), providing essential tools and utilities for modern Minecraft plugin development. It is cross-platform and supports Spigot Paper and Folia.

## Core Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ public void onPluginEnable() {
Config config = new Config();
config.useSingleServer().setAddress("redis://127.0.0.1:6379");

List<String> base = List.of(
"net.legacy.library.player"
);
List<ClassLoader> classLoader = List.of(
PlayerLauncher.class.getClassLoader()
);
Expand Down

0 comments on commit 55369b6

Please sign in to comment.