Update README.md

This commit is contained in:
Paldiu 2023-05-14 00:28:03 -05:00 committed by GitHub
parent 8fb40119c7
commit 9ce6a1ccd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
[Kyori Adventure]: https://github.com/KyoriPowered/adventure "Kyori Adventure" [Kyori Adventure]: https://github.com/KyoriPowered/adventure "Kyori Adventure"
[Reflections API]: https://github.com/ronmamo/reflections "Reflections API" [Reflections API]: https://github.com/ronmamo/reflections "Reflections API"
# #####
![Header Image](https://media.discordapp.net/attachments/436759124953399296/1107175759941996544/20230514_002037_0000.png) ![Header Image](https://media.discordapp.net/attachments/436759124953399296/1107175759941996544/20230514_002037_0000.png)
### ###
@ -35,9 +35,6 @@ The modules are non-plugin driven, meaning that in no way are any modules an ext
This is because the commons library is designed to be a JavaPlugin extension which utilizes each loaded module as a resource. This is because the commons library is designed to be a JavaPlugin extension which utilizes each loaded module as a resource.
Any modules are by default an extension of the commons library. Any modules are by default an extension of the commons library.
Modules are defined by a module.yml in the resources folder, which contains the path to the main class file,
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 ACF] for command handling
- [Google GSON] for Json interpretation - [Google GSON] for Json interpretation