cubic-server icon indicating copy to clipboard operation
cubic-server copied to clipboard

A fast and extensible C++ implementation of Minecraft's server.

Results 31 cubic-server issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted
old_version

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...

bug
enhancement
old_version

We have a pretty complete argument parsing solution in this repo, I think having it be its own repo could be nice.

enhancement
old_version

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.

feature
old_version

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...

enhancement
old_version

When eating, we need to release the click button to finish eating an item

bug
old_version

It can depend on if you're moving or not, which sounds really bad Related PR: #222

bug
old_version

Too many files in root, looks bad

enhancement
old_version

We are currently calling the Mojang API like crazy while not caring for rate limits, this should be addressed at some point.

enhancement
old_version