Advertisement
Guest User

Dynmap worlds.txt

a guest
Feb 16th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.88 KB | Gaming | 0 0
  1. %YAML 1.1
  2. ---
  3. worlds:
  4. -   name: world
  5.     title: Overworld
  6.     enabled: true
  7.     protected: false
  8.     showborder: true
  9.     sendposition: true
  10.     sendhealth: true
  11.     extrazoomout: 2
  12.     visibilitylimits: [
  13.         ]
  14.     hiddenlimits: [
  15.         ]
  16.     hidestyle: air
  17.     maps:
  18.     -   class: org.dynmap.hdmap.HDMap
  19.         name: flat
  20.         title: Flat
  21.         prefix: flat
  22.         perspective: iso_S_90_vlowres
  23.         shader: stdtexture
  24.         lighting: shadows
  25.         image-format: default
  26.         mapzoomin: 2
  27.         mapzoomout: 2
  28.         boostzoom: 0
  29.         append_to_world: ''
  30.         protected: false
  31.     -   class: org.dynmap.hdmap.HDMap
  32.         name: surface
  33.         title: Aerial Day/Night
  34.         icon: images/block_world_biome.png
  35.         prefix: t
  36.         perspective: iso_SE_60_medres
  37.         shader: stdtexture
  38.         lighting: brightnightandday
  39.         image-format: default
  40.         mapzoomin: 1
  41.         mapzoomout: 3
  42.         boostzoom: 0
  43.         append_to_world: ''
  44.         protected: false
  45.     -   class: org.dynmap.hdmap.HDMap
  46.         name: se30
  47.         title: Daytime Drone
  48.         icon: images/block_world_surface.png
  49.         prefix: se30
  50.         perspective: iso_SE_30_medres
  51.         shader: stdtexture
  52.         lighting: shadows
  53.         image-format: default
  54.         mapzoomin: 1
  55.         mapzoomout: 3
  56.         boostzoom: 0
  57.         append_to_world: ''
  58.         protected: false
  59.     -   class: org.dynmap.hdmap.HDMap
  60.         name: cave
  61.         title: Cave
  62.         prefix: ct
  63.         perspective: iso_SE_60_medres
  64.         shader: stdtexture-cave
  65.         lighting: default
  66.         image-format: default
  67.         mapzoomin: 1
  68.         mapzoomout: 3
  69.         boostzoom: 0
  70.         append_to_world: ''
  71.         protected: false
  72. -   name: world_nether
  73.     title: The Nether
  74.     enabled: true
  75.     extrazoomout: 2
  76.     maps:
  77.     -   class: org.dynmap.hdmap.HDMap
  78.         name: flat
  79.         title: Flat
  80.         prefix: flat
  81.         perspective: iso_S_90_vlowres
  82.         shader: stdtexture
  83.         lighting: default
  84.         background: '#300806'
  85.         mapzoomin: 2
  86.     -   class: org.dynmap.hdmap.HDMap
  87.         name: nether
  88.         title: Surface
  89.         prefix: nt
  90.         perspective: nether_caves
  91.         shader: stdtexture
  92.         lighting: default
  93.         background: '#300806'
  94.         mapzoomin: 2
  95. -   name: world_the_end
  96.     title: The End
  97.     enabled: true
  98.     extrazoomout: 2
  99.     maps:
  100.     -   class: org.dynmap.hdmap.HDMap
  101.         name: flat
  102.         title: Flat
  103.         prefix: flat
  104.         perspective: iso_S_90_vlowres
  105.         shader: stdtexture
  106.         lighting: shadows
  107.         mapzoomin: 2
  108.     -   class: org.dynmap.hdmap.HDMap
  109.         name: the_end
  110.         title: Surface
  111.         prefix: st
  112.         perspective: iso_SE_60_vlowres
  113.         shader: stdtexture
  114.         lighting: shadows
  115.         mapzoomin: 2
  116.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement