Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Start.bat
- MinecraftServerManager.exe /b -w world -btime 10 /m -mtime 30
- pause
- server.bat
- java -Xmx2048M -jar minecraft_server.jar -o false nogui
- pause
- map.bat
- mapping\mapcrafter.exe -c mapping\map.conf -j 2
- mapping\mapcrafter_markers.exe -v -c mapping\map.conf
- map.conf
- output_dir = ../output
- [world:overworld]
- input_dir = ../world
- dimension = overworld
- default_view = 447,129,64
- default_zoom = 7
- [map:overworld_topdown_day]
- name = Overworld - Day Time
- world = overworld
- render_view = topdown
- render_mode = daylight
- texture_size = 6
- texture_blur = 2
- tile_width = 3
- [map:overworld_topdown_night]
- name = Overworld - Night Time
- world = overworld
- render_view = topdown
- render_mode = nightlight
- texture_size = 6
- texture_blur = 2
- tile_width = 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement