https://github.com/justdoom/crust
https://github.com/justdoom/crust
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/justdoom/crust
- Owner: JustDoom
- Created: 2021-10-12T07:36:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T23:29:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T20:22:12.723Z (over 1 year ago)
- Language: Java
- Size: 46.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crust
[](https://ci.imjustdoom.com/job/crust)
[](https://discord.gg/k8RcgxpnBS)
[](https://ko-fi.com/L3L64M1TB)
Crust is a custom Minecraft server software I am/was creating to learn packets and just have fun with. Doubt this will ever become stable enough for production but it has been very fun to work on.
A lot of code taken from [Minestom](https://github.com/Minestom) and [Dripleaf](https://github.com/NoahvdAa/Dripleaf), also helped with this by the main dev of [Krypton](https://github.com/KryptonMC/Krypton).
# TODO:
- [x] Respond to the server list ping
- [x] Logging in
- [ ] Joining a world on login
- [ ] Authentication with Mojang servers
- [ ] A server.properties file
## Helping out
Want to help us out? Here are some ways you can do that!
### Donating
Donating is a great way to support the project. Donations will go towards keeping the project updated and pay for any hosting costs. You can make one time donations or subscribe monthly on our [kofi](https://ko-fi.com/justdoom) page.
### Contributing
Another great way you can help is contributing to the project. You can make a pull request with more features or find bugs and report them.
## Support
I provide support for this project in my discord server [here](https://discord.gg/wVCSqV7ptB). Or you can open an issue in tbe [issues](https://github.com/JustDoom/Better-Messages/issues) tab.
## Requirements
crust is built and run with Java 17 to that is the minimum required Java version
# Building
To build crust you need to import it into your favourite IDE and run `mvn package` and it will apear in a folder called "out".