Guest User

Untitled

a guest
Jan 15th, 2024
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. %YAML 1.1
  2. ---
  3. worlds:
  4. - name: world
  5. title: world
  6. enabled: true
  7. protected: false
  8. showborder: true
  9. sendposition: true
  10. sendhealth: true
  11. extrazoomout: 2
  12. visibilitylimits:
  13. - x0: -2685
  14. z0: -6201
  15. x1: 4221
  16. z1: 3584
  17. hiddenlimits: [
  18. ]
  19. hidestyle: stone
  20. maps:
  21. - class: org.dynmap.hdmap.HDMap
  22. name: flat
  23. title: Flat
  24. prefix: flat
  25. perspective: iso_S_90_lowres
  26. shader: stdtexture
  27. lighting: shadows
  28. image-format: default
  29. mapzoomin: 1
  30. mapzoomout: 3
  31. boostzoom: 0
  32. tilescale: 0
  33. append_to_world: ''
  34. protected: false
  35. readonly: false
  36. - class: org.dynmap.hdmap.HDMap
  37. name: surface
  38. title: Surface
  39. prefix: t
  40. perspective: iso_SE_30_hires
  41. shader: stdtexture
  42. lighting: shadows
  43. image-format: default
  44. mapzoomin: 1
  45. mapzoomout: 5
  46. boostzoom: 0
  47. tilescale: 0
  48. append_to_world: ''
  49. protected: false
  50. readonly: false
  51. - class: org.dynmap.hdmap.HDMap
  52. name: cave
  53. title: Cave
  54. prefix: ct
  55. perspective: iso_SE_60_lowres
  56. shader: cave
  57. lighting: default
  58. image-format: default
  59. mapzoomin: 3
  60. mapzoomout: 3
  61. boostzoom: 0
  62. tilescale: 0
  63. append_to_world: ''
  64. protected: false
  65. readonly: false
  66. - name: world_nether
  67. title: world_nether
  68. enabled: true
  69. extrazoomout: 2
  70. maps:
  71. - class: org.dynmap.hdmap.HDMap
  72. name: flat
  73. title: Flat
  74. prefix: flat
  75. perspective: iso_S_90_lowres
  76. shader: stdtexture
  77. lighting: nethershadows
  78. background: '#300806'
  79. mapzoomin: 1
  80. - class: org.dynmap.hdmap.HDMap
  81. name: nether
  82. title: Surface
  83. prefix: nt
  84. perspective: iso_SE_30_hires
  85. shader: stdtexture
  86. lighting: nethershadows
  87. background: '#300806'
  88. mapzoomin: 1
  89. - name: world_the_end
  90. title: world_the_end
  91. enabled: true
  92. extrazoomout: 2
  93. maps:
  94. - class: org.dynmap.hdmap.HDMap
  95. name: flat
  96. title: Flat
  97. prefix: flat
  98. perspective: iso_S_90_lowres
  99. shader: stdtexture
  100. lighting: brightnight
  101. mapzoomin: 1
  102. - class: org.dynmap.hdmap.HDMap
  103. name: the_end
  104. title: Surface
  105. prefix: st
  106. perspective: iso_SE_30_hires
  107. shader: stdtexture
  108. lighting: brightnight
  109. mapzoomin: 1
  110.  
Advertisement
Add Comment
Please, Sign In to add comment