Cuberite Forum
Some questions from a complete newbie - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Some questions from a complete newbie (/thread-1810.html)



Some questions from a complete newbie - Geekbot_376 - 02-28-2015

Hi,

I'm new to MCServer, and I'm hosting a server for me and my brother, but I want to know how to:

use a world save from minecraft as the world
make the generated world a superflat
enable command blocks
switch gamemode and allow/disallow commands/cheats (/give mostly)
Install plugins

Any answers to any of those questions would be appreciated, and would stop me being like this about the whole thing Huh


RE: Some questions from a complete newbie - NiLSPACE - 02-28-2015

Hi and welcome to the forum,

How to import a world and how to install plugins is already answered in our FAQ.

You can turn on command blocks in the worlds world.ini [Mechanics]->CommandBlocksEnabled
If you have the Core plugin enabled then you can rank yourself, change gamemodes and use /give and /i


EDIT:
I forgot to explain how to generate flat worlds. You do that by going once again to your worlds world.ini and changing the values in [Generator] to the following:
Code:
BiomeGen=Constant
ConstantBiome=Plains
HeightGen=Flat
FlatHeight=5
CompositionGen=Classic
ClassicSeaLevel=0
ClassicBeachHeight=-1
Finishers=



RE: Some questions from a complete newbie - xoft - 02-28-2015

Note, however, that MCS support for commandblocks is rather poor, so it is probably better not to use them at all.