Skip to content

Commit

Permalink
Add notes about version support to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
A248 committed Aug 6, 2023
1 parent 55a9e6e commit 7724b81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ MorePaperLib covers common use cases which may require different approaches depe

### Testing Rigor

*This library handles a dynamic environment with compatibility for multiple APIs, so you don't have to. However, this means it is more susceptible to platform-dependent bugs than typical libraries. We therefore recommend you stay up-to-date with releases (which are infrequent).*

Simple, useful libraries should have one purpose and carry it out effectively. There should be no bugs in such an elemental use-case.
* MorePaperLib is covered by rigorous unit test and integration tests for every feature on every supported platform.
* Additionally, the library is manually tested through its downstream plugins, such as in [LibertyBans](https://github.com/A248/LibertyBans).
Expand Down Expand Up @@ -56,6 +58,8 @@ Kick players with a `Component`. Disallow login events with a `Component` reason

## Library Details

Supports Spigot and Paper from 1.8.8 to the latest version. Compatibility with Folia is guaranteed only for the latest Folia release, because Folia is unstable software.

### Artifact Info

The artifact is:
Expand Down

0 comments on commit 7724b81

Please sign in to comment.