Sinuce

Dynmap v2.0.0-alpha-2 -> templates -> normal-vlowres.txt

Sep 8th, 2014
1,838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.48 KB | None | 0 0
  1. version: 0.24
  2. #
  3. # Default template for "Normal" environment worlds (deftemplatesuffix="vlowres")
  4. #  Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge)
  5. #
  6. #   This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-vlowres.txt' if you wish to customize it
  7. #
  8. templates:
  9.  # Template for normal world (HDMap vlowres)
  10.   normal-vlowres:
  11.     enabled: true
  12.     # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
  13.     extrazoomout: 8
  14.     #center:
  15.     #  x: 0
  16.     #  y: 64
  17.     #  z: 0
  18.     maps:
  19.       - class: org.dynmap.hdmap.HDMap
  20.         name: flat
  21.         title: "2D"
  22.         prefix: flat
  23.         perspective: iso_S_90_vlowres
  24.         shader: stdtexture
  25.         lighting: shadows
  26.         background: "#202fac"
  27.         # Adjust extra zoom in levels - default is 2
  28.         mapzoomin: 1
  29. #      - class: org.dynmap.hdmap.HDMap
  30. #        name: surface
  31. #        title: "3D"
  32. #        prefix: t
  33. #        perspective: iso_SE_60_vlowres
  34. #        shader: stdtexture
  35. #        lighting: shadows
  36. #        background: "#202fac"
  37. #        # Adjust extra zoom in levels - default is 2
  38. #        mapzoomin: 1
  39. #      - class: org.dynmap.hdmap.HDMap
  40. #        name: cave
  41. #        title: "Cave"
  42. #        prefix: ct
  43. #        perspective: iso_SE_60_vlowres
  44. #        shader: cave
  45. #        lighting: default
  46. #        # Adjust extra zoom in levels - default is 2
  47. #        mapzoomin: 2
Advertisement
Add Comment
Please, Sign In to add comment