Cuberite Forum
The Gallery server - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Servers (https://forum.cuberite.org/forum-11.html)
+--- Thread: The Gallery server (/thread-1372.html)

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


RE: The Gallery server - NiLSPACE - 03-21-2014

AwesomeBig Grin


RE: The Gallery server - ThuGie - 03-26-2014

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


RE: The Gallery server - xoft - 03-26-2014

I've reported the halfslab issue: https://github.com/mc-server/MCServer/issues/835


RE: The Gallery server - xoft - 04-06-2014

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.


RE: The Gallery server - LogicParrot - 04-07-2014

Edit: nevermind.


RE: The Gallery server - xoft - 04-07-2014

The server is back up.


RE: The Gallery server - xoft - 04-08-2014

Why is it always cheesedummy who crashes the server?Tongue


RE: The Gallery server - tigerw - 04-08-2014

I have a destructive personality that arbitrarily invalidates pointers.

I did this:

/up 10000000


RE: The Gallery server - xoft - 04-08-2014

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?


RE: The Gallery server - bearbin - 04-08-2014

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.