mcipc icon indicating copy to clipboard operation
mcipc copied to clipboard

A Minecraft server inter-process communication library.

Results 3 mcipc issues
Sort by recently updated
recently updated
newest added

For discussion. This fixes the issue of multiple threads in a process getting the wrong responses from Client.run(). It provides a global lock to make sure all send receive operations...

In the latest version of mcipc there have been some changes to behaviour of Item. I could fix my code to work with the new behaviour but I'd like to...

I'm opening this issue to discuss NBT parsing. (I note that NBTs are a Java edition feature and I'm not familiar with how similar information is handled in other editions)...