Update README.md

This commit is contained in:
Paldiu 2023-04-13 21:39:42 -05:00 committed by GitHub
parent 22cc000075
commit e8a43f2889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
[acf]: https://github.com/aikar/commands "Annotation Command Framework" [Annotation Command Framework]: https://github.com/aikar/commands "Annotation Command Framework"
[react]: https://github.com/reactor/reactor-core "ProjectReactor" [ProjectReactor]: https://github.com/reactor/reactor-core "ProjectReactor"
[gson]: https://github.com/google/gson "Google GSON" [Google GSON]: https://github.com/google/gson "Google GSON"
[annot]: https://github.com/JetBrains/JetBrains.Annotations "JetBrains Annotations" [Jetbrains Annotations]: https://github.com/JetBrains/JetBrains.Annotations "JetBrains Annotations"
[lombok]: https://github.com/projectlombok/lombok "Lombok" [Lombok]: https://github.com/projectlombok/lombok "Lombok"
[apache]: https://github.com/apache/commons-lang "Apache Commons" [Apache Commons]: https://github.com/apache/commons-lang "Apache Commons"
[log]: https://github.com/qos-ch/slf4j "SLF4J" [SLF4J]: https://github.com/qos-ch/slf4j "SLF4J"
[paper]: https://github.com/PaperMC/Paper "Paper" [Paper]: https://github.com/PaperMC/Paper "Paper"
[adv]: https://github.com/KyoriPowered/adventure "Kyori Adventure" [Kyori Adventure]: https://github.com/KyoriPowered/adventure "Kyori Adventure"
[reflex]: https://github.com/ronmamo/reflections "Reflections API" [Reflections API]: https://github.com/ronmamo/reflections "Reflections API"
# FreedomNetworkSuite # FreedomNetworkSuite
@ -21,13 +21,13 @@ Modules are defined by a module.yml in the resources folder, which contains the
and a list of dependencies if it requires any other modules to run. and a list of dependencies if it requires any other modules to run.
This proof-of-concept also uses the following libraries: This proof-of-concept also uses the following libraries:
- Aikar's [acf] for command handling - Aikar's [Annotated Command Framework] for command handling
- [react] for subscribing to SQL database streams - [ProjectReactor] for subscribing to SQL database streams
- [gson] for Json interpretation - [Google GSON] for Json interpretation
- [annot] for additional compiler annotations - [Jetbrains Annotations] for additional compiler annotations
- [lombok] for boilerplate generation - [Lombok] for boilerplate generation
- [apache] for various utilities - [Apache Commons] for various utilities
- [log] for logging - [SLF4J] for logging
- [paper] for the server implementation - [Paper] for the server implementation
- [adv] for chat formatting - [Kyori Adventure] for chat formatting
- [reflex] for reflections - [Reflections API] for reflections