Cuberite Forum

Full Version: The Gallery server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
AwesomeBig Grin
Hey,
I just tried it out and build something as well,
name ingame = thughack though there is nobody only.

I discoverd a problem.. place a halfslap, on that place a flower pot, now under that halfslap place a halfslap..
I've reported the halfslab issue: https://github.com/mc-server/MCServer/issues/835
Down for maintenance: the server has crashed, and I'm compiling a new executable, so it might take some time to get back up. Sorry for the inconvenience.
Edit: nevermind.
The server is back up.
Why is it always cheesedummy who crashes the server?Tongue
I have a destructive personality that arbitrarily invalidates pointers.

I did this:

/up 10000000
And why would you do such a thing on a public server instead of your own local development server where you can fix it immediately and post a patch, rather than kicking a regular server down for possibly hours?
Why don't you just run the server inside a simple

Code:
while :
do
    ./MCServer
    echo "Press Ctrl-C to Stop"
    sleep 5
done

That way it restarts if it crashes.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30