Advertisement
gabe323

world.txt

Dec 12th, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. # These are examples of world-specific settings - customize your content as you see fit
  2. #
  3. # NOTES:
  4. # All lines here are commented with the # symbol - delete the # symbol on copied lines you wish to enable
  5. # Definitions of a world made here will superecede any world definition with the same name in configuration.txt
  6. # Deleting this file will result in a fresh copy being produced by dynmap.jar on the next startup.
  7. #
  8. worlds:
  9. - name: world
  10. title: "World"
  11. enabled: true
  12. sendposition: true
  13. sendhealth: false
  14. visibilitylimits:
  15. - x0: -500
  16. z0: -500
  17. x1: 500
  18. z1: 500
  19. autogenerate-to-visibilitylimits: map-only
  20. extrazoomout: 3
  21. maps:
  22. - class: org.dynmap.hdmap.HDMap
  23. name: surface
  24. title: "Surface"
  25. prefix: t
  26. perspective: iso_SE_30_hires
  27. shader: stdtexture
  28. lighting: shadows
  29. colorscheme: default
  30. textured: smooth
  31. # To render a world as a "night view", set shadowstrength and ambientlight
  32. shadowstrength: 1.0
  33. ambientlight: 4
  34. # To render both night and day versions of tiles (when ambientlight is set), set true
  35. night-and-day: true
  36. # Background color for map during the day
  37. backgroundday: "#153E7E"
  38. # Background color for map during the night
  39. backgroundnight: "#000000"
  40. # Backgrounc color for map (independent of night/day)
  41. background: "#000000"
  42. mapzoomin: 1
  43.  
  44. - name: world_nether
  45. enabled: false
  46. - name: world_the_end
  47. enabled: false
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement