Cuberite Forum

Full Version: Some questions from a complete newbie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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=
Note, however, that MCS support for commandblocks is rather poor, so it is probably better not to use them at all.