Nhảy tới nội dung

Best Practices

Everybody has their own way to go about starting a build, however, there are some preparations that will help in the long run, especially in less densely populated areas.

  1. Make sure that your plot is not already claimed.

  2. /tpll to your coordinates and have a look around the plot to see the layout, orientation and identify missing features. To find the corners of your plot go to MyBuildTheEarth the webpage and click on your region. You will find the x and y coordinates of the corners there.
  3. Go to OpenStreetMaps (OSM) and check if your area has been mapped completely and accurately.

    If the mapping is not correct:
    • Create an account and edit the map on OSM
    • Give the changes 30-60 min to update
    • Select your plot using the WorldEdit //wand and use //regen to update
  4. Fix your biomes if needed:

    • Select your plot using the WorldEdit //wand
    • //setbiome [biometype], check //biomelist for all possible biomes
  5. Check the elevation of your plot and fix it with WorldEdit.

  6. Fix any bugged terrain generation using WorldEdit

  7. Do a couple of commands to change some gamerules. These commands are really sensitive to capital letters, so copying them into your game is the safest way to go. Even if you type without capitals, it will show a message that you have done it, even if nothing has changed.

    • /gamerule doDaylightCycle false (Stops day night cycle)
      • You can then do /time set day or /time set night to change the time.
    • /gamerule doMobSpawning false (Stops mobs from spawning)
      • Doing /butcher will butcher every mob in the area, including NPC and pets. You can also do /kill @e[type=!player].
    • /gamerule mobGriefing false (Stops creepers/endermen from destroying your build)
    • /gamerule doWeatherCycle false (Stops rain and snowfall)
    • /gamerule randomtickspeed 0 (Based on theoric knowledge but may not improve the game experience)
      • You can also do /weather clear to put the weather to sunny. There is also rain and thunderstorm.
tip

We recommend to set the chunk loading distance as low as possible (Otherwise the world file size will increase.)