Skip to content

Commit

Permalink
README Updates (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 authored Dec 22, 2024
1 parent 18e3cc9 commit 089a1fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
## Licensing
`Why doesn't this have a restrictive license?`
<br>
Great question! This repository does not contain a license at this point of time because of the fact that this is a recreation of the Wynncraft core functionality. I **did not** create the ideas or aspects of the actual server and I wish to give all credit to the developers of Wynncraft when possible.
Great question! This repository does not contain a license at this point of time because this is a recreation of the Wynncraft core functionality. I **did not** create the ideas or aspects of the actual server and I wish to give all credit to the developers of Wynncraft when possible.

It currently does contain a license though to ensure that the code is code is not used in a malicious way and that the liability doesn't fall onto contributors or the author of this repository. This repository currently falls under the [MIT License](/~https://github.com/IanTapply22/Wynncraft/blob/main/LICENSE.md)
It currently does contain a license though to ensure that the code is not used in a malicious way and that the liability doesn't fall onto contributors or the author of this repository. This repository currently falls under the [MIT License](/~https://github.com/IanTapply22/Wynncraft/blob/main/LICENSE.md)

## Roadmap and Progress
Aren't sure when a new release will be published or what's planned for this project? Please see the [Project Board/Planner](/~https://github.com/users/IanTapply22/projects/8) to view the progress, roadmap, backlog, and reported bugs associated with the project. The board is updated frequently and is the go-to place to view the status of this project.

## Future Module Linkage
Currently, Wynncraft is designed as an AIO (all-in-one) plugin to promote ease-of-use and to make it a one-step process to install. With that being said, we are looking to diverge away from this system and split up modules into separate plugins to keep our codebase readable and clean. You can find a model of the module linkage flow chart below.
![wynncraft_module_linkage_flow_chart](.github/assets/wynncraft_module_linkage_flow_chart.png)

## Contributing
Before contributing to the project, please read the [Code of Conduct](/~https://github.com/IanTapply22/Wynncraft/blob/main/CODE_OF_CONDUCT.md)

Expand Down

0 comments on commit 089a1fa

Please sign in to comment.