Cuberite Forum
[MCServer] CDDO's Minecraft server [Offline mode / Cracked] - 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: [MCServer] CDDO's Minecraft server [Offline mode / Cracked] (/thread-1680.html)

Pages: 1 2


[MCServer] CDDO's Minecraft server [Offline mode / Cracked] - Pentium44 - 12-16-2014

CDDO's Minecraft server. So far, it's running on a Raspberry Pi 2 B and it's honestly doing wonderful. Way past my expectations!

Information
IP Address: www.cddo.cf
Port: 25565
Slots: 8
Enabled plugins: Core; WorldEdit; Login; TransAPI; ChatLog; ProtectionAreas; Handy; Coiny; Trady; Jobs. (Info: Will be adding IRC bridge to server in the near future)

Screenshots coming soon!

[Updated]

August 12th, 2015: It's back, and running on new hardware!


RE: [MCServer] CDDO's Raspberry Pi Minecraft server [Offline mode / Cracked] - NiLSPACE - 12-16-2014

It seems you're still using the older (and slower) biome generator. If you change the [Generator]->BiomeGen to Grown it should have the latest. The generator you're using doesn't have the 1.7 biomes.


RE: [MCServer] CDDO's Raspberry Pi Minecraft server [Offline mode / Cracked] - Seadragon91 - 12-16-2014

Small question, did you compiled a raspberry pi version yourself or are you using the last one from (1 month old) builds.cuberite.org?


RE: [MCServer] CDDO's Raspberry Pi Minecraft server [Offline mode / Cracked] - Pentium44 - 12-16-2014

(12-16-2014, 02:58 AM)Seadragon91 Wrote: Small question, did you compiled a raspberry pi version yourself or are you using the last one from (1 month old) builds.cuberite.org?

Using the older one, I will compile the latest git if it's still passing Wink

Thanks for the concern! ;D


RE: [MCServer] CDDO's Raspberry Pi Minecraft server [Offline mode / Cracked] - Pentium44 - 12-16-2014

Did some screwing around, and from the looks of it, MCServer's latest commit is not going to be compiled until I feel like recompiling a newer version of GCC... or until a new build is created for armhf.

Sorry :/


RE: [MCServer] CDDO's Minecraft server [Offline mode / Cracked] - Seadragon91 - 12-16-2014

Updated the cross compiled mc server raspberry pi. The download link is at the end of the first post:
https://forum.cuberite.org/showthread.php?tid=1675


RE: [MCServer] CDDO's Minecraft server [Offline mode / Cracked] - xoft - 12-16-2014

I'm building on my RasPi, and I don't need to recompile gcc - I just updated my gcc to 4.8 using regular steps:
Code:
sudo apt-get install gcc-4.8 g++-4.8
sudo update-alternatives --remove-all gcc
sudo update-alternatives --remove-all g++
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 20
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.6 20
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
Then, of course, it still takes more than an hour to compile MCS from source, but at least it's straightforward.


RE: [MCServer] CDDO's Minecraft server [Offline mode / Cracked] - Seadragon91 - 12-16-2014

@xoft do you think that a compiled mc server on the raspberry pi is much better than a cross compiled one?

A few tests with chunk performance could help, or?


RE: [MCServer] CDDO's Minecraft server [Offline mode / Cracked] - xoft - 12-16-2014

I think it shouldn't matter much, it's only about the time it takes to compile the thing; the generated code should be more or less the same.

If you want to compare it in-depth, feel free to do some testing Smile


RE: [MCServer] CDDO's Minecraft server [Offline mode / Cracked] - Seadragon91 - 12-16-2014

Well, a compiling time under 10 minutes is much betterBig Grin