RyanHub – file viewer
filename: README.md
branch: feature/world
back to repo
# Stratos

This is a WIP project that has plans to be a new option for people to hosts Minecraft servers. It is primarily,
developed by [Armen Deroian](https://github.com/aderoian), a college student, so do not expect a lot of progress over
a short period of time. I have been working with Minecraft in some sort of way since 2019 with plugins and mods, and 
this is my first go at a server software. I am not a professional developer (yet), so I am learning as I go. I am open to
any suggestions or help, so feel free to reach out to me.

## Goals
- Support for 1.21.5+
- Support for plugins

## Not Planned
Full vanilla suport is not planned at the moment. This is subject to change, but at the moment I am only focused on
getting a working software with the network support and solid API for plugins. All the blocks and items will be added, 
as well as the world format. Features like redstone, mob AI, and other complex systems will not be a priority.

However, if your reading this and are willing to put the work in for these systems, I would be more than happy to 
review and merge any PRs.

## Contact
- Discord: armen5173
- Email: armendero330@gmail.com
- LinkedIn: [Armen Deroian](https://www.linkedin.com/in/armen-deroian)

## Credits
- [Spdlog](https://github.com/gabime/spdlog/tree/v1.x) - Fast C++ logging library.