cubic-server
cubic-server copied to clipboard
A fast and extensible C++ implementation of Minecraft's server.
All the right packets are sent to the client, however, the player who is lighting the portal sees fire at the firing position instead of the block being updated as...
Ore blobs can form in stone, deepslate, andesite, diorite, granite and tuff, but as for today, since there is only stone in the world generation, a fix was made to...
Related: #239 #220
We have a pretty complete argument parsing solution in this repo, I think having it be its own repo could be nice.
Could be really nice to have error and performance reporting using sentry. I tried it a little bit on cubic-server and it seemed like it worked out of the box.
For now it will stay like this, but an nbt json parsing is required if we want to parse some commands from mc. So yes, this will happen, but when...
When eating, we need to release the click button to finish eating an item
It can depend on if you're moving or not, which sounds really bad Related PR: #222
Too many files in root, looks bad
We are currently calling the Mojang API like crazy while not caring for rate limits, this should be addressed at some point.