Jump to content
  • Sign Up

Archived

This topic is now archived and is closed to further replies.

  • 0
RainZhang

Random Worlds

Question

How to make a world you make random? Like with trees and sand, and water, and terrain, not flat? Is there a command?

Share this post


Link to post

5 answers to this question

Recommended Posts

In MCGalaxy, there's a variety of map generators, called themes, that you can use. So if you want to see what's available, do:

/help newlvl themes

Most themes allow you to generate a specific map by providing a seed. To create a 256x128x256 map using the Classic theme with the seed 1337, do:

/os add 256 128 256 Classic 1337

Some servers may have additional themes that are added through custom plugins, such as nasGen or alphaGen. They won't be available in every server, so keep that in mind.

You should also know that in some servers, you won't be able to generate maps with Advanced themes as a regular member.

Share this post


Link to post
3 hours ago, August92014 said:

/os add 256 128 256 Classic 1337

/os add is if the server is running MCGalaxy 1.9.5.0 (which is yet to come out, some servers run development versions however) or newer. If the server is running 1.9.4.9 then you should use /os map add instead.

Share this post


Link to post
8 hours ago, Goodly said:

In addition to August's comment there's also an MCGalaxy wiki page about creating new levels. https://github.com/ClassiCube/MCGalaxy/wiki/Creating-levels

 

5 hours ago, icanttellyou said:

/os add is if the server is running MCGalaxy 1.9.5.0 (which is yet to come out, some servers run development versions however) or newer. If the server is running 1.9.4.9 then you should use /os map add instead.

Thanks a lot!

Share this post


Link to post

×
×
  • Create New...