From 60b63b58578367292a1fc0f957078cbe81d4796a Mon Sep 17 00:00:00 2001 From: Paldiu Date: Sun, 6 Aug 2023 17:41:41 -0500 Subject: [PATCH] Fix readme incorrectly stating "proof of concept" --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e0c956..f1f8f61 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,17 @@ # ![Header Image](https://simplexdev.app/images/fns-content/fnslogo.png) -This is a proof of concept for a new suite of modules supported by a common library. +This project is a collection of plugins supported by a common library designed for creative-based freedom servers (servers which grant generous amounts of permission nodes to all players.) This is designed to encompass the ideologies of a Freedom server, while maintaining full customization through modules. -This is a ground up rewrite of [TotalFreedomMod]. +Most modules are designed to be either optional or interchangable, except Patchwork (API) and Datura (Data Manager). These two are required to run any of the other modules. +This is NOT a ground up rewrite of [TotalFreedomMod]. This is a completely new project designed to be entirely ambiguous.

Honorable mention:
[](https://github.com/plexusorg/Plex) -This proof-of-concept also uses the following libraries: +This plugin suite also uses the following libraries: - [Google GSON] for Json interpretation - [Jetbrains Annotations] for additional compiler annotations @@ -92,8 +93,8 @@ Patchwork (API): Datura (Data Manager): -- [ ] Permission Handling *(In Progress...)* -- [ ] Permission Registration & Assignment *(In Progress...)* +- [x] Permission Handling +- [x] Permission Registration & Assignment - [ ] SQL Data Handling *(In Progress...)* - [ ] Configuration Implementations - [ ] User Data Implementations *(In Progress...)*