Advertisement
Zac_McDonald

Minecraft Server Manager - Batches

Dec 22nd, 2017
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.77 KB | None | 0 0
  1. Start.bat
  2. MinecraftServerManager.exe /b -w world -btime 10 /m -mtime 30
  3. pause
  4.  
  5. server.bat
  6. java -Xmx2048M -jar minecraft_server.jar -o false nogui
  7. pause
  8.  
  9. map.bat
  10. mapping\mapcrafter.exe -c mapping\map.conf -j 2
  11. mapping\mapcrafter_markers.exe -v -c mapping\map.conf
  12.  
  13. map.conf
  14. output_dir = ../output
  15.  
  16. [world:overworld]
  17. input_dir = ../world
  18. dimension = overworld
  19. default_view = 447,129,64
  20. default_zoom = 7
  21.  
  22. [map:overworld_topdown_day]
  23. name = Overworld - Day Time
  24. world = overworld
  25. render_view = topdown
  26. render_mode = daylight
  27. texture_size = 6
  28. texture_blur = 2
  29. tile_width = 3
  30.  
  31. [map:overworld_topdown_night]
  32. name = Overworld - Night Time
  33. world = overworld
  34. render_view = topdown
  35. render_mode = nightlight
  36. texture_size = 6
  37. texture_blur = 2
  38. tile_width = 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement