For$
<!-- begin site header -->
<div id=

Author Topic: World to World  (Read 7293 times)

mec

  • Newbie
  • *
  • Posts: 5
    • View Profile
World to World
« on: March 22, 2011, 11:41:01 pm »
Is it possible to take the world from my existing minecraft java server and bring it over to mineserver?

so people dont lose anythng they have been building....

Fador

  • Administrator
  • Full Member
  • *****
  • Posts: 126
    • View Profile
Re: World to World
« Reply #1 on: March 22, 2011, 11:42:24 pm »
yeah, Mineserver uses the same save format..

mec

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: World to World
« Reply #2 on: March 23, 2011, 12:38:30 am »
which folder would you put it in....your core has like hundreds of folders in world. just pick one?

if i wanted only 1 world available for everybody. is there someplace in the configs to state this?

Fador

  • Administrator
  • Full Member
  • *****
  • Posts: 126
    • View Profile
Re: World to World
« Reply #3 on: March 23, 2011, 01:13:42 am »
"world" directory is the default place for the map ;)

map.storage.nbt.directories += ("world":3); <- lines like these define which worlds are used

By default only the one world should be active.