Guest User

Untitled

a guest
Feb 27th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1.  
  2. %YAML 1.1
  3. ---
  4. worlds:
  5. - name: world
  6. title: Overworld
  7. enabled: true
  8. extrazoomout: 10
  9. maps:
  10. - class: org.dynmap.hdmap.HDMap
  11. name: flat
  12. title: Flat
  13. prefix: flat
  14. perspective: iso_S_90_hires
  15. shader: stdtexture
  16. lighting: nightandday
  17. mapzoomin: 3
  18. mapzoomout: 0
  19. boostzoom: 3
  20. tilescale: 0
  21. - class: org.dynmap.hdmap.HDMap
  22. name: surface
  23. title: Surface
  24. prefix: surface
  25. perspective: iso_SE_30_hires
  26. shader: stdtexture
  27. lighting: nightandday
  28. mapzoomin: 3
  29. mapzoomout: 0
  30. boostzoom: 3
  31. tilescale: 0
  32. sendposition: true
  33. sendhealth: true
  34. bigworld: true
  35. tileupdatedelay: 30
  36. - name: shopping
  37. title: shopping
  38. enabled: false
  39. extrazoomout: 2
  40. maps:
  41. - class: org.dynmap.hdmap.HDMap
  42. name: flat
  43. title: Flat
  44. prefix: flat
  45. perspective: iso_S_90_lowres
  46. shader: stdtexture
  47. lighting: shadows
  48. mapzoomin: 1
  49. - class: org.dynmap.hdmap.HDMap
  50. name: surface
  51. title: Surface
  52. prefix: t
  53. perspective: iso_SE_30_hires
  54. shader: stdtexture
  55. lighting: shadows
  56. mapzoomin: 1
  57. - class: org.dynmap.hdmap.HDMap
  58. name: cave
  59. title: Cave
  60. prefix: ct
  61. perspective: iso_SE_60_lowres
  62. shader: cave
  63. lighting: default
  64. mapzoomin: 3
  65. - name: world_nether
  66. title: Nether
  67. enabled: true
  68. extrazoomout: 3
  69. maps:
  70. - class: org.dynmap.hdmap.HDMap
  71. name: flat
  72. title: Flat
  73. prefix: flat
  74. perspective: iso_S_90_hires
  75. shader: stdtexture
  76. lighting: nethershadows
  77. background: '#300806'
  78. mapzoomin: 3
  79. mapzoomout: 0
  80. boostzoom: 3
  81. tilescale: 0
  82. - class: org.dynmap.hdmap.HDMap
  83. name: nether
  84. title: Surface
  85. prefix: nt
  86. perspective: iso_SE_30_hires
  87. shader: stdtexture
  88. lighting: nethershadows
  89. background: '#300806'
  90. mapzoomin: 3
  91. mapzoomout: 0
  92. boostzoom: 3
  93. tilescale: 0
  94. center:
  95. x: 0
  96. y: 64
  97. z: 0
  98. - name: world_the_end
  99. title: The End
  100. enabled: true
  101. extrazoomout: 3
  102. maps:
  103. - class: org.dynmap.hdmap.HDMap
  104. name: flat
  105. title: Flat
  106. prefix: flat
  107. perspective: iso_S_90_hires
  108. shader: stdtexture
  109. lighting: brightnight
  110. mapzoomin: 3
  111. mapzoomout: 0
  112. boostzoom: 3
  113. tilescale: 0
  114. - class: org.dynmap.hdmap.HDMap
  115. name: the_end
  116. title: Surface
  117. prefix: st
  118. perspective: iso_SE_30_hires
  119. shader: stdtexture
  120. lighting: brightnight
  121. mapzoomin: 3
  122. mapzoomout: 0
  123. boostzoom: 3
  124. tilescale: 0
  125. center:
  126. x: 0
  127. y: 64
  128. z: 0
  129.  
Advertisement
Add Comment
Please, Sign In to add comment