MCGalaxy icon indicating copy to clipboard operation
MCGalaxy copied to clipboard

A Minecraft Classic / ClassiCube server software

Results 143 MCGalaxy issues
Sort by recently updated
recently updated
newest added

This can cause issues because you lose line numbers in custom command/plugin exception stacktraces without `--debug` Probably need to consider looking at `/proc/self/cmdline` for Linux https://stackoverflow.com/questions/12313640/how-can-i-get-command-line-arguments-passed-to-the-running-process

The about command doesn't change any block so if the server is asking for a block to mark for this it should allow the client to mark any block, even...

Built out basic dockerfile and docker entrypoint.

That way Linux hosting can use normally installed tools and doesn't have to make other arrangements to uncompress (or compile) the distribution. ``` docker run --rm -it -u 1000 -v...

There might be a better way of doing this than simply `exec`ing over the current process See previous notes in #407

enhancement

This pull request adds support for the message types implemented in ClassiCube#920.

Modify Sockets.cs to support wss:// connections

Not sure if this requires any improvements. Fixes #616.