Codestech1
Codestech1
If you can - please make this in this library https://github.com/ComunidadAylas/PackSquash
Minestom server doesn't stop correctly when using `MinecraftServer#stopCleanly`. Server's threads are still running. I recorded a video showing the issue: https://www.youtube.com/watch?v=QJkS8tqTKpA
This pull request: - Allows to swing a hand for a living entity - Calls an `EntitySwingHandEvent` in `LivingEntity#swingHand(Hand)` method **instead of** in a packet listener. I think that it...
Doesn't compile on windaws 7 32-bit with duel coer nike processar. Help!!!!! 😎
This pull request replaces the current NBT serializer with the adventure one. To be clear, this will be marked as ready for review when the NBT serializer pull request is...
Adds a support for serializing components as NBT Binary Tags. Resolves #995
Since Jet aims on maximum customizability, it needs to have a support for chat and command signing. However, we do not plan on making a ready implementation, it is up...
Play protocol state is a Minecraft protocol state, during which the game is in progress. This is the most important state to implement in Jet. Related to: #4