# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # worlds.txt # custom-lightings.txt # custom-perspectives.txt # custom-shaders.txt # templates/custom-nether-lowres.txt # templates/custom-nether-vlowres.txt # templates/custom-normal-lowres.txt # templates/custom-normal-vlowres.txt # templates/custom-twilight-lowres.txt # echo x - worlds.txt sed 's/^X//' >worlds.txt << 'END-of-worlds.txt' X# These are examples of world-specific settings - customize your content as you see fit X# X# NOTES: X# All lines here are commented with the # symbol - delete the # symbol on copied lines you wish to enable X# Definitions of a world made here will superecede any world definition with the same name in configuration.txt X# Deleting this file will result in a fresh copy being produced by dynmap.jar on the next startup. X# Xworlds: X # Worlds can be handled by templates, based on world type X # You can override the properties of the template by specifying them in this section X # for example 'Title: "My Awesome World"' X #- name: world X # title: "World" X # Use 'enabled: false' to disable a certain world. X # enabled: false X # Use sendposition: false to prevent player positions from showing when on this world (if sendposition is globally enabled) X # sendposition: false X # Use sendhealth: false ot prevent player health from showing when on this world (if sendhealth is globally enabled) X # sendhealth: false X # # If world isn't contiguous chunks (due to teleporting, for example), fullrender needs to be given other locations to scan for tiles on each patch of chunks X # fullrenderlocations: X # - x: 10000 X # y: 64 X # z: 20000 X # - x: -15000 X # y: 64 X # z: -5000 X # # Use visibilitylimits to restrict which areas of maps on your world to render (zero or more rectangles can be defined) X # visibilitylimits: X # - x0: -1000 X # z0: -1000 X # x1: 1000 X # z1: 1000 X # - x0: -2000 X # z0: -1000 X # x1: -1000 X # z1: -500 X # # Use hiddenlimits to specifically hide portions of your world (the opposite of visibilitylimits) X # hiddenlimits: X # - x0: 100 X # z0: 0 X # x1: 200 X # z1: 0 X # # Use hidestyle to control how hidden-but-existing chunks are to be rendered (air=empty air (same as ungenerated), stone=a flat stone plain, ocean=a flat ocean) X # hidestyle: stone X # # Use 'autogenerate-to-visibilitylimits: true' to choose to force the generation of ungenerated chunks while rendering maps on this world, for any chunks within the defined X # # visibilitylimits (limits must be set). The three options here are: none (default - no autogenerate), map-only (temporarily generate chunks for map, but don't save them (no world change), X # # permanent (generate and save chunks - this permanently adds the chunks to the world, as if a player had visited them - BE SURE THIS IS WHAT YOU WANT) X # autogenerate-to-visibilitylimits: map-only X # Use 'template: mycustomtemplate' to use the properties specified in the template 'mycustomtemplate' to this world. Default it is set to the environment-name (normal or nether). X # template: mycustomtemplate X # Rest of comes from template - uncomment to tailor for world specifically X # # World center - default is spawn point X # center: X # x: 0 X # y: 64 X # z: 0 X # # If bigworld set to true, use alternate directory layout better suited to large worlds X # bigworld: true X # # Number of extra zoom-out levels for world (each level is twice as big as the previous one) X # extrazoomout: 3 X # # Default delay on processing of updated tiles, in seconds. This can reduce potentially expensive re-rendering X # # of frequently updated tiles (such as due to machines, pistons, quarries or other automation). Value can also be set on X # # individual maps. X # tileupdatedelay: 30 X # maps: X # - class: org.dynmap.hdmap.HDMap X # name: flat X # title: "Flat" X # prefix: flat X # perspective: iso_S_90_lowres X # shader: stdtexture X # lighting: shadows X # mapzoomin: 1 X # - class: org.dynmap.hdmap.HDMap X # name: surface X # title: "Surface" X # prefix: t X # perspective: iso_SE_30_hires X # shader: stdtexture X # lighting: shadows X # mapzoomin: 1 X # - class: org.dynmap.hdmap.HDMap X # name: cave X # title: "Cave" X # prefix: ct X # perspective: iso_SE_60_lowres X # shader: cave X # lighting: default X # mapzoomin: 3 X # X # To just label world, and inherit rest from template, just provide name and title X #- name: world2 X # title: "Second World" X # X #- name: nether X # title: "Nether" X # center: X # x: 0 X # y: 64 X # z: 0 X # # Number of extra zoom-out levels for world (each level is twice as big as the previous one) X # extrazoomout: 3 X # maps: X # - class: org.dynmap.hdmap.HDMap X # name: flat X # title: "Flat" X # prefix: flat X # perspective: iso_S_90_lowres X # shader: stdtexture X # lighting: nethershadows X # # Map background color (day or night) X # background: "#300806" X # mapzoomin: 1 X # - class: org.dynmap.hdmap.HDMap X # name: nether X # title: "Surface" X # prefix: nt X # perspective: iso_SE_30_hires X # shader: stdtexture X # lighting: nethershadows X # # Map background color (day or night) X # background: "#300806" X # mapzoomin: 1 X - name: world123 X template: normal X - name: world123_7 X template: twilight END-of-worlds.txt echo x - custom-lightings.txt sed 's/^X//' >custom-lightings.txt << 'END-of-custom-lightings.txt' X# The user is free to add new and custom lightings here, including replacements for standard ones X# Dynmap's install will not overwrite it X# X# Shadow strength 0.4 is too strong. X# Shadow strength 0.2 is too weak for normal, but looks good for "bright" worlds X# 0.25 is too weak for normal X# "best" seems to be between .3 and .35. X# Or not -- 0.35 makes light 0 just a little too bright X# And ... it's neither. Looks like I was looking at buggy display before. X# So: Shadow 0.5 is too weak (light 0 is visible). Shadow 0.6 may be too strong (light 4 looks too dark). X# Caves ... need a way to deal with "Some roof" near the entrances. X# Looks like "best" is in the .54 to .58 range -- day shadow and night. X# ... and I think .54 is too strong. Make it .52. X Xlightings: X X # Shadows enabled day mode X - class: org.dynmap.hdmap.ShadowHDLighting X name: shadows X shadowstrength: 0.52 X X # Shadows enabled day mode X - class: org.dynmap.hdmap.ShadowHDLighting X name: twilightshadows X shadowstrength: 0.52 X ambientlight: 13 X X # Shadows enabled day mode X - class: org.dynmap.hdmap.ShadowHDLighting X name: duskshadows X shadowstrength: 0.52 X ambientlight: 10 X X # Shadows enabled night X # Good for night view of main world X - class: org.dynmap.hdmap.ShadowHDLighting X name: night X shadowstrength: 0.52 X ambientlight: 4 X X # Cave lighting ... fades to "too dark" X # Works well. Definitely too dark. X - class: org.dynmap.hdmap.ShadowHDLighting X name: cave X shadowstrength: 0.54 X ambientlight: 4 X X # A 'bright' night view (easier to see unlit landscape dimly) X - class: org.dynmap.hdmap.ShadowHDLighting X name: brightnight X shadowstrength: 0.4 X ambientlight: 4 X X # A 'bright' world view X # "perfect" for bright worlds like the nether X - class: org.dynmap.hdmap.ShadowHDLighting X name: nethershadows X shadowstrength: 0.2 X ambientlight: 4 X X - class: org.dynmap.hdmap.ShadowHDLighting X name: l_normShadow_15 X shadowstrength: 0.52 X ambientlight: 15 X X - class: org.dynmap.hdmap.ShadowHDLighting X name: l_normShadow_13 X shadowstrength: 0.52 X ambientlight: 13 X X - class: org.dynmap.hdmap.ShadowHDLighting X name: l_normShadow_10 X shadowstrength: 0.52 X ambientlight: 10 X END-of-custom-lightings.txt echo x - custom-perspectives.txt sed 's/^X//' >custom-perspectives.txt << 'END-of-custom-perspectives.txt' X# The user is free to add new and custom perspectives here, including replacements for standard ones X# Dynmap's install will not overwrite it Xperspectives: X X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres X azimuth: 170 X inclination: 20 X scale: 4 X X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres X azimuth: 170 X inclination: 60 X scale: 4 X X# 1 to 16 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_1to16 X # Catch floor 11-16 (primary 12-14) X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 1 X maximumheight: 16 X X# 15 to 24 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_15to25 X # Catch floor 18-22 (primary 19-21) X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 15 X maximumheight: 24 X X# 22 to 28 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_22to28 X # Catch floor 23-28 (primary 24-26) X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 22 X maximumheight: 28 X X# 26 to 34 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_26to34 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 26 X maximumheight: 34 X X# 32 to 39 catches upper tunnel X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_32to39 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 32 X maximumheight: 39 X X# 36 to 49 catches uppper tree farm/base X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_36to49 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 36 X maximumheight: 49 X X# 44 to 52 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_44to52 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 44 X maximumheight: 52 X X# 49 to 59 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_49to59 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 49 X maximumheight: 59 X X# 55 to 66 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_55to66 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 55 X maximumheight: 66 X X# 63 to 73 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_63to73 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 63 X maximumheight: 73 X X# 71 to 77 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_71to77 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 71 X maximumheight: 77 X X# 76 to 81 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_SE_60_lowres_76to81 X azimuth: 135 X inclination: 60 X scale: 4 X minimumheight: 76 X maximumheight: 81 X X X# 22-26 is both mineshaft and reasonable cave X# 26-32 is mineshaft and "b4" basement X# 32 to 37, or 32 to 41, are 2 floors of mineshafts X# 41 to 49 seems to cover the rest of mineshaft, and mushroom tunnel, and B3 X# 49 to 59, and/or 55 to 62, for B2, hidden floor, and some tunnels X# 59 to 66 X# 63 to 73 X# 76 to 81 X# Missing: ~72 to ~76. X# X# Other cave system: X# 56 and up X# 52 and up X# Floor at 46 X# floor at 34 X# 37 to 42 catches ravine area, some floor down to 33 X# 1 to 16 X# 15 to 24 X# 22 to 28 X# 26 to 34 X X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_1to16 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 1 X maximumheight: 16 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_15to22 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 15 X maximumheight: 22 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_21to28 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 21 X maximumheight: 28 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_27to34 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 27 X maximumheight: 34 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_33to40 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 33 X maximumheight: 40 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_39to46 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 39 X maximumheight: 46 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_45to52 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 45 X maximumheight: 52 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_51to58 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 51 X maximumheight: 58 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_0_30_lowres_57to63 X azimuth: 0 X inclination: 30 X scale: 4 X minimumheight: 57 X maximumheight: 63 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_1to16 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 1 X maximumheight: 16 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_15to22 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 15 X maximumheight: 22 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_21to28 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 21 X maximumheight: 28 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_27to34 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 27 X maximumheight: 34 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_33to40 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 33 X maximumheight: 40 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_39to46 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 39 X maximumheight: 46 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_45to52 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 45 X maximumheight: 52 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_51to58 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 51 X maximumheight: 58 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_57to63 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 57 X maximumheight: 63 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_63to73 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 63 X maximumheight: 73 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_71to77 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 71 X maximumheight: 77 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_30_lowres_76to81 X azimuth: 180 X inclination: 30 X scale: 4 X minimumheight: 76 X maximumheight: 81 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_1to16 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 1 X maximumheight: 16 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_15to22 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 15 X maximumheight: 22 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_21to28 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 21 X maximumheight: 28 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_27to34 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 27 X maximumheight: 34 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_33to40 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 33 X maximumheight: 40 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_39to46 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 39 X maximumheight: 46 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_45to52 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 45 X maximumheight: 52 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_51to58 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 51 X maximumheight: 58 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_57to63 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 57 X maximumheight: 63 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_63to73 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 63 X maximumheight: 73 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_71to77 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 71 X maximumheight: 77 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_76to81 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 76 X maximumheight: 81 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_80to87 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 80 X maximumheight: 87 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_76to83 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 76 X maximumheight: 83 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_72to79 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 72 X maximumheight: 79 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_68to75 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 68 X maximumheight: 75 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_64to71 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 64 X maximumheight: 71 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_60to67 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 60 X maximumheight: 67 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_56to63 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 56 X maximumheight: 63 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_52to59 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 52 X maximumheight: 59 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_48to53 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 48 X maximumheight: 53 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_44to49 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 44 X maximumheight: 49 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_40to47 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 40 X maximumheight: 47 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_36to43 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 36 X maximumheight: 43 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_32to39 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 32 X maximumheight: 39 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_28to35 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 28 X maximumheight: 35 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_24to31 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 24 X maximumheight: 31 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_20to27 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 20 X maximumheight: 27 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_16to23 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 16 X maximumheight: 23 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_12to19 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 12 X maximumheight: 19 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_8to15 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 8 X maximumheight: 15 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_4to11 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 4 X maximumheight: 11 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_180_90_lowres_1to7 X azimuth: 180 X inclination: 90 X scale: 4 X minimumheight: 1 X maximumheight: 7 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_80to87 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 80 X maximumheight: 87 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_1to7 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 1 X maximumheight: 7 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_76to83 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 76 X maximumheight: 83 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_72to79 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 72 X maximumheight: 79 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_68to75 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 68 X maximumheight: 75 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_64to71 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 64 X maximumheight: 71 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_60to67 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 60 X maximumheight: 67 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_56to63 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 56 X maximumheight: 63 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_52to59 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 52 X maximumheight: 59 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_48to53 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 48 X maximumheight: 53 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_44to49 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 44 X maximumheight: 49 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_40to47 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 40 X maximumheight: 47 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_36to43 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 36 X maximumheight: 43 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_32to39 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 32 X maximumheight: 39 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_28to35 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 28 X maximumheight: 35 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_24to31 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 24 X maximumheight: 31 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_20to27 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 20 X maximumheight: 27 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_16to23 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 16 X maximumheight: 23 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_12to19 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 12 X maximumheight: 19 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_8to15 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 8 X maximumheight: 15 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_4to11 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 4 X maximumheight: 11 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_20_lowres_1to7 X azimuth: 170 X inclination: 20 X scale: 4 X minimumheight: 1 X maximumheight: 7 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_80to87 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 80 X maximumheight: 87 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_76to83 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 76 X maximumheight: 83 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_72to79 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 72 X maximumheight: 79 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_68to75 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 68 X maximumheight: 75 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_64to71 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 64 X maximumheight: 71 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_60to67 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 60 X maximumheight: 67 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_56to63 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 56 X maximumheight: 63 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_52to59 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 52 X maximumheight: 59 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_48to53 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 48 X maximumheight: 53 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_44to49 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 44 X maximumheight: 49 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_40to47 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 40 X maximumheight: 47 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_36to43 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 36 X maximumheight: 43 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_32to39 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 32 X maximumheight: 39 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_28to35 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 28 X maximumheight: 35 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_24to31 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 24 X maximumheight: 31 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_20to27 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 20 X maximumheight: 27 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_16to23 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 16 X maximumheight: 23 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_12to19 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 12 X maximumheight: 19 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_8to15 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 8 X maximumheight: 15 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_4to11 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 4 X maximumheight: 11 X - class: org.dynmap.hdmap.IsoHDPerspective X name: iso_170_60_lowres_1to7 X azimuth: 170 X inclination: 60 X scale: 4 X minimumheight: 1 X maximumheight: 7 END-of-custom-perspectives.txt echo x - custom-shaders.txt sed 's/^X//' >custom-shaders.txt << 'END-of-custom-shaders.txt' X# The user is free to add new and custom shaders here, including replacements for standard ones X# Dynmap's install will not overwrite it Xshaders: X X # Modified Standard texture cave view shader X - class: org.dynmap.hdmap.TexturePackHDCaveShader X name: newtexture-cave X texturepack: standard X # max-sky-light: 14 X # min-emitted-light: 1 END-of-custom-shaders.txt echo x - templates/custom-nether-lowres.txt sed 's/^X//' >templates/custom-nether-lowres.txt << 'END-of-templates/custom-nether-lowres.txt' Xversion: 0.24 X# X# Default template for "Nether" environment worlds (deftemplatesuffix="lowres") X# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) X# X# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-lowres.txt' if you wish to customize it X# Xtemplates: X # Nether world template (HDMap lowres) X nether-lowres: X enabled: true X # Number of extra zoom-out levels for world (each level is twice as big as the previous one) X extrazoomout: 2 X #center: X # x: 0 X # y: 64 X # z: 0 X maps: X - class: org.dynmap.hdmap.HDMap X name: flat X title: "Flat" X prefix: flat X perspective: iso_S_90_lowres X shader: stdtexture X lighting: nethershadows X # Map background color (day or night) X background: "#300806" X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 X - class: org.dynmap.hdmap.HDMap X name: nether X title: "Surface" X prefix: nt X perspective: iso_SE_60_lowres X shader: stdtexture X lighting: nethershadows X # Map background color (day or night) X background: "#300806" X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 X - class: org.dynmap.hdmap.HDMap X name: netherLit X title: "Lit Surface" X prefix: nlt X perspective: iso_SE_60_lowres X shader: lit-cave X lighting: brightnight X # Map background color (day or night) X background: "#300806" X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 END-of-templates/custom-nether-lowres.txt echo x - templates/custom-nether-vlowres.txt sed 's/^X//' >templates/custom-nether-vlowres.txt << 'END-of-templates/custom-nether-vlowres.txt' Xversion: 0.24 X# X# Default template for "Nether" environment worlds (deftemplatesuffix="vlowres") X# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge) X# X# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-vlowres.txt' if you wish to customize it X# Xtemplates: X # Nether world template (HDMap vlowres) X nether-vlowres: X enabled: true X # Number of extra zoom-out levels for world (each level is twice as big as the previous one) X extrazoomout: 2 X #center: X # x: 0 X # y: 64 X # z: 0 X maps: X - class: org.dynmap.hdmap.HDMap X name: flat X title: "Flat" X prefix: flat X perspective: iso_S_90_vlowres X shader: stdtexture X lighting: nethershadows X # Map background color (day or night) X background: "#300806" X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 X - class: org.dynmap.hdmap.HDMap X name: nether X title: "Surface" X prefix: nt X perspective: iso_SE_60_vlowres X shader: stdtexture X lighting: nethershadows X # Map background color (day or night) X background: "#300806" X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 X - class: org.dynmap.hdmap.HDMap X name: netherLit X title: "Lit Surface" X prefix: nlt X perspective: iso_SE_60_vlowres X shader: lit-cave X lighting: brightnight X # Map background color (day or night) X background: "#300806" X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 END-of-templates/custom-nether-vlowres.txt echo x - templates/custom-normal-lowres.txt sed 's/^X//' >templates/custom-normal-lowres.txt << 'END-of-templates/custom-normal-lowres.txt' Xversion: 0.24 X# X# Default template for "Normal" environment worlds (deftemplatesuffix="lowres") X# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) X# X# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-lowres.txt' if you wish to customize it X# Xtemplates: X # Template for normal world (HDMap lowres) X normal-lowres: X enabled: true X # Number of extra zoom-out levels for world (each level is twice as big as the previous one) X extrazoomout: 2 X #center: X # x: 0 X # y: 64 X # z: 0 X maps: X - class: org.dynmap.hdmap.HDMap X name: Nsurface X title: North Surface - day shadows X prefix: nat X perspective: iso_170_60_lowres X shader: stdtexture X lighting: shadows X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: flat X title: Flat - dark night X prefix: flat X perspective: iso_S_90_lowres X shader: stdtexture X lighting: brightnight X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: surface X title: Surface - day shadows X prefix: t X perspective: iso_SE_60_lowres X shader: stdtexture X lighting: shadows X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: night X title: Surface - night X prefix: nt X perspective: iso_SE_60_lowres X shader: stdtexture X lighting: night X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: cave X title: Cave, default X prefix: ct X perspective: iso_170_20_lowres X shader: cave-noplants X lighting: default X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: Litcaves X title: Lit caves - cave X prefix: lct X perspective: iso_170_20_lowres X shader: newtexture-cave X lighting: cave X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_80_87 X title: Lit caves - m_170_60_15_80_87 X prefix: m_170_60_15_80_87 X perspective: iso_170_60_lowres_80to87 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_76_83 X title: Lit caves - m_170_60_15_76_83 X prefix: m_170_60_15_76_83 X perspective: iso_170_60_lowres_76to83 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_72_79 X title: Lit caves - m_170_60_15_72_79 X prefix: m_170_60_15_72_79 X perspective: iso_170_60_lowres_72to79 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_68_75 X title: Lit caves - m_170_60_15_68_75 X prefix: m_170_60_15_68_75 X perspective: iso_170_60_lowres_68to75 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_64_71 X title: Lit caves - m_170_60_15_64_71 X prefix: m_170_60_15_64_71 X perspective: iso_170_60_lowres_64to71 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_60_67 X title: Lit caves - m_170_60_15_60_67 X prefix: m_170_60_15_60_67 X perspective: iso_170_60_lowres_60to67 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_56_63 X title: Lit caves - m_170_60_15_56_63 X prefix: m_170_60_15_56_63 X perspective: iso_170_60_lowres_56to63 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_52_59 X title: Lit caves - m_170_60_15_52_59 X prefix: m_170_60_15_52_59 X perspective: iso_170_60_lowres_52to59 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_48_53 X title: Lit caves - m_170_60_15_48_53 X prefix: m_170_60_15_48_53 X perspective: iso_170_60_lowres_48to53 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_44_49 X title: Lit caves - m_170_60_15_44_49 X prefix: m_170_60_15_44_49 X perspective: iso_170_60_lowres_44to49 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_40_47 X title: Lit caves - m_170_60_15_40_47 X prefix: m_170_60_15_40_47 X perspective: iso_170_60_lowres_40to47 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_36_43 X title: Lit caves - m_170_60_15_36_43 X prefix: m_170_60_15_36_43 X perspective: iso_170_60_lowres_36to43 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_32_39 X title: Lit caves - m_170_60_15_32_39 X prefix: m_170_60_15_32_39 X perspective: iso_170_60_lowres_32to39 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_28_35 X title: Lit caves - m_170_60_15_28_35 X prefix: m_170_60_15_28_35 X perspective: iso_170_60_lowres_28to35 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_24_31 X title: Lit caves - m_170_60_15_24_31 X prefix: m_170_60_15_24_31 X perspective: iso_170_60_lowres_24to31 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_20_27 X title: Lit caves - m_170_60_15_20_27 X prefix: m_170_60_15_20_27 X perspective: iso_170_60_lowres_20to27 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_16_23 X title: Lit caves - m_170_60_15_16_23 X prefix: m_170_60_15_16_23 X perspective: iso_170_60_lowres_16to23 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_12_19 X title: Lit caves - m_170_60_15_12_19 X prefix: m_170_60_15_12_19 X perspective: iso_170_60_lowres_12to19 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_8_15 X title: Lit caves - m_170_60_15_8_15 X prefix: m_170_60_15_8_15 X perspective: iso_170_60_lowres_8to15 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_4_11 X title: Lit caves - m_170_60_15_4_11 X prefix: m_170_60_15_4_11 X perspective: iso_170_60_lowres_4to11 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_1_7 X title: Lit caves - m_170_60_15_1_7 X prefix: m_170_60_15_1_7 X perspective: iso_170_60_lowres_1to7 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_80_87 X title: Lit caves - m_170_20_15_80_87 X prefix: m_170_20_15_80_87 X perspective: iso_170_20_lowres_80to87 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_1_7 X title: Lit caves - m_170_20_15_1_7 X prefix: m_170_20_15_1_7 X perspective: iso_170_20_lowres_1to7 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_76_83 X title: Lit caves - m_170_20_15_76_83 X prefix: m_170_20_15_76_83 X perspective: iso_170_20_lowres_76to83 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_72_79 X title: Lit caves - m_170_20_15_72_79 X prefix: m_170_20_15_72_79 X perspective: iso_170_20_lowres_72to79 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_68_75 X title: Lit caves - m_170_20_15_68_75 X prefix: m_170_20_15_68_75 X perspective: iso_170_20_lowres_68to75 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_64_71 X title: Lit caves - m_170_20_15_64_71 X prefix: m_170_20_15_64_71 X perspective: iso_170_20_lowres_64to71 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_60_67 X title: Lit caves - m_170_20_15_60_67 X prefix: m_170_20_15_60_67 X perspective: iso_170_20_lowres_60to67 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_56_63 X title: Lit caves - m_170_20_15_56_63 X prefix: m_170_20_15_56_63 X perspective: iso_170_20_lowres_56to63 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_52_59 X title: Lit caves - m_170_20_15_52_59 X prefix: m_170_20_15_52_59 X perspective: iso_170_20_lowres_52to59 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_48_53 X title: Lit caves - m_170_20_15_48_53 X prefix: m_170_20_15_48_53 X perspective: iso_170_20_lowres_48to53 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_44_49 X title: Lit caves - m_170_20_15_44_49 X prefix: m_170_20_15_44_49 X perspective: iso_170_20_lowres_44to49 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_40_47 X title: Lit caves - m_170_20_15_40_47 X prefix: m_170_20_15_40_47 X perspective: iso_170_20_lowres_40to47 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_36_43 X title: Lit caves - m_170_20_15_36_43 X prefix: m_170_20_15_36_43 X perspective: iso_170_20_lowres_36to43 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_32_39 X title: Lit caves - m_170_20_15_32_39 X prefix: m_170_20_15_32_39 X perspective: iso_170_20_lowres_32to39 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_28_35 X title: Lit caves - m_170_20_15_28_35 X prefix: m_170_20_15_28_35 X perspective: iso_170_20_lowres_28to35 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_24_31 X title: Lit caves - m_170_20_15_24_31 X prefix: m_170_20_15_24_31 X perspective: iso_170_20_lowres_24to31 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_20_27 X title: Lit caves - m_170_20_15_20_27 X prefix: m_170_20_15_20_27 X perspective: iso_170_20_lowres_20to27 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_16_23 X title: Lit caves - m_170_20_15_16_23 X prefix: m_170_20_15_16_23 X perspective: iso_170_20_lowres_16to23 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_12_19 X title: Lit caves - m_170_20_15_12_19 X prefix: m_170_20_15_12_19 X perspective: iso_170_20_lowres_12to19 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_8_15 X title: Lit caves - m_170_20_15_8_15 X prefix: m_170_20_15_8_15 X perspective: iso_170_20_lowres_8to15 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_4_11 X title: Lit caves - m_170_20_15_4_11 X prefix: m_170_20_15_4_11 X perspective: iso_170_20_lowres_4to11 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_1_7 X title: Lit caves - m_170_20_15_1_7 X prefix: m_170_20_15_1_7 X perspective: iso_170_20_lowres_1to7 X shader: newtexture-cave X lighting: l_normShadow_15 X mapzoomin: 3 END-of-templates/custom-normal-lowres.txt echo x - templates/custom-normal-vlowres.txt sed 's/^X//' >templates/custom-normal-vlowres.txt << 'END-of-templates/custom-normal-vlowres.txt' Xversion: 0.24 X# X# Default template for "Normal" environment worlds (deftemplatesuffix="vlowres") X# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge) X# X# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-vlowres.txt' if you wish to customize it X# Xtemplates: X # Template for normal world (HDMap vlowres) X normal-vlowres: X enabled: true X # Number of extra zoom-out levels for world (each level is twice as big as the previous one) X extrazoomout: 2 X #center: X # x: 0 X # y: 64 X # z: 0 X maps: X - class: org.dynmap.hdmap.HDMap X name: flat X title: "Flat" X prefix: flat X perspective: iso_S_90_vlowres X shader: stdtexture X lighting: shadows X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 X - class: org.dynmap.hdmap.HDMap X name: surface X title: "Surface" X prefix: t X perspective: iso_SE_30_vlowres X shader: stdtexture X lighting: shadows X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 X - class: org.dynmap.hdmap.HDMap X name: cave X title: "Cave" X prefix: ct X perspective: iso_SE_30_vlowres X shader: cave-noplants X lighting: default X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 X - class: org.dynmap.hdmap.HDMap X name: litcave X title: "Lit Cave" X prefix: lct X perspective: iso_SE_30_vlowres X shader: newtexture-cave X lighting: nethershadows X # Adjust extra zoom in levels - default is 2 X mapzoomin: 2 END-of-templates/custom-normal-vlowres.txt echo x - templates/custom-twilight-lowres.txt sed 's/^X//' >templates/custom-twilight-lowres.txt << 'END-of-templates/custom-twilight-lowres.txt' Xversion: 0.24 X# X# Default template for "Normal" environment worlds (deftemplatesuffix="lowres") X# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) X# X# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-lowres.txt' if you wish to customize it X# Xtemplates: X # Template for normal world (HDMap lowres) X twilight-lowres: X enabled: true X # Number of extra zoom-out levels for world (each level is twice as big as the previous one) X extrazoomout: 2 X #center: X # x: 0 X # y: 64 X # z: 0 X maps: X - class: org.dynmap.hdmap.HDMap X name: Nsurface X title: North Surface - day shadows X prefix: nat X perspective: iso_170_60_lowres X shader: stdtexture X lighting: twilightshadows X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: flat X title: Flat - dark night X prefix: flat X perspective: iso_S_90_lowres X shader: stdtexture X lighting: brightnight X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: surface X title: Surface - day shadows X prefix: t X perspective: iso_SE_60_lowres X shader: stdtexture X lighting: twilightshadows X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: night X title: Surface - night X prefix: nt X perspective: iso_SE_60_lowres X shader: stdtexture X lighting: night X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: cave X title: Cave, default X prefix: ct X perspective: iso_170_20_lowres X shader: cave-noplants X lighting: default X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: Litcaves X title: Lit caves - cave X prefix: lct X perspective: iso_170_20_lowres X shader: newtexture-cave X lighting: cave X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_44_49 X title: Lit caves - m_170_60_15_44_49 X prefix: m_170_60_15_44_49 X perspective: iso_170_60_lowres_44to49 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_40_47 X title: Lit caves - m_170_60_15_40_47 X prefix: m_170_60_15_40_47 X perspective: iso_170_60_lowres_40to47 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_36_43 X title: Lit caves - m_170_60_15_36_43 X prefix: m_170_60_15_36_43 X perspective: iso_170_60_lowres_36to43 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_32_39 X title: Lit caves - m_170_60_15_32_39 X prefix: m_170_60_15_32_39 X perspective: iso_170_60_lowres_32to39 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_28_35 X title: Lit caves - m_170_60_15_28_35 X prefix: m_170_60_15_28_35 X perspective: iso_170_60_lowres_28to35 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_24_31 X title: Lit caves - m_170_60_15_24_31 X prefix: m_170_60_15_24_31 X perspective: iso_170_60_lowres_24to31 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_20_27 X title: Lit caves - m_170_60_15_20_27 X prefix: m_170_60_15_20_27 X perspective: iso_170_60_lowres_20to27 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_16_23 X title: Lit caves - m_170_60_15_16_23 X prefix: m_170_60_15_16_23 X perspective: iso_170_60_lowres_16to23 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_12_19 X title: Lit caves - m_170_60_15_12_19 X prefix: m_170_60_15_12_19 X perspective: iso_170_60_lowres_12to19 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_8_15 X title: Lit caves - m_170_60_15_8_15 X prefix: m_170_60_15_8_15 X perspective: iso_170_60_lowres_8to15 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_4_11 X title: Lit caves - m_170_60_15_4_11 X prefix: m_170_60_15_4_11 X perspective: iso_170_60_lowres_4to11 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_60_15_1_7 X title: Lit caves - m_170_60_15_1_7 X prefix: m_170_60_15_1_7 X perspective: iso_170_60_lowres_1to7 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_44_49 X title: Lit caves - m_170_20_15_44_49 X prefix: m_170_20_15_44_49 X perspective: iso_170_20_lowres_44to49 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_40_47 X title: Lit caves - m_170_20_15_40_47 X prefix: m_170_20_15_40_47 X perspective: iso_170_20_lowres_40to47 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_36_43 X title: Lit caves - m_170_20_15_36_43 X prefix: m_170_20_15_36_43 X perspective: iso_170_20_lowres_36to43 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_32_39 X title: Lit caves - m_170_20_15_32_39 X prefix: m_170_20_15_32_39 X perspective: iso_170_20_lowres_32to39 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_28_35 X title: Lit caves - m_170_20_15_28_35 X prefix: m_170_20_15_28_35 X perspective: iso_170_20_lowres_28to35 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_24_31 X title: Lit caves - m_170_20_15_24_31 X prefix: m_170_20_15_24_31 X perspective: iso_170_20_lowres_24to31 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_20_27 X title: Lit caves - m_170_20_15_20_27 X prefix: m_170_20_15_20_27 X perspective: iso_170_20_lowres_20to27 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_16_23 X title: Lit caves - m_170_20_15_16_23 X prefix: m_170_20_15_16_23 X perspective: iso_170_20_lowres_16to23 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_12_19 X title: Lit caves - m_170_20_15_12_19 X prefix: m_170_20_15_12_19 X perspective: iso_170_20_lowres_12to19 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_8_15 X title: Lit caves - m_170_20_15_8_15 X prefix: m_170_20_15_8_15 X perspective: iso_170_20_lowres_8to15 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_4_11 X title: Lit caves - m_170_20_15_4_11 X prefix: m_170_20_15_4_11 X perspective: iso_170_20_lowres_4to11 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 X - class: org.dynmap.hdmap.HDMap X name: m_170_20_15_1_7 X title: Lit caves - m_170_20_15_1_7 X prefix: m_170_20_15_1_7 X perspective: iso_170_20_lowres_1to7 X shader: newtexture-cave X lighting: l_normShadow_13 X mapzoomin: 3 END-of-templates/custom-twilight-lowres.txt exit