Advertisement
Guest User

Untitled

a guest
Apr 26th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. components:
  2. - class: org.dynmap.ClientConfigurationComponent
  3.  
  4. - class: org.dynmap.InternalClientUpdateComponent
  5. sendhealth: false
  6. sendposition: true
  7. allowwebchat: true
  8. webchat-interval: 5
  9. hidewebchatip: false
  10. trustclientname: false
  11.  
  12. - class: org.dynmap.SimpleWebChatComponent
  13. allowchat: true
  14.  
  15. - class: org.dynmap.MarkersComponent
  16. type: markers
  17. showlabel: true
  18. enablesigns: true
  19. showspawn: true
  20. spawnicon: world
  21. spawnlabel: "Spawn"
  22.  
  23. - class: org.dynmap.ClientComponent
  24. type: chat
  25.  
  26. - class: org.dynmap.ClientComponent
  27. type: chatballoon
  28. focuschatballoons: false
  29.  
  30. - class: org.dynmap.ClientComponent
  31. type: chatbox
  32. showplayerfaces: true
  33. messagettl: 5
  34.  
  35. - class: org.dynmap.ClientComponent
  36. type: playermarkers
  37. showplayerfaces: true
  38. showplayerhealth: false
  39. smallplayerfaces: false
  40.  
  41. - class: org.dynmap.ClientComponent
  42. type: timeofdayclock
  43. showdigitalclock: true
  44. showweather: true
  45.  
  46. - class: org.dynmap.ClientComponent
  47. type: coord
  48. label: "Location"
  49.  
  50. - class: org.dynmap.ClientComponent
  51. type: link
  52.  
  53. display-whitelist: false
  54.  
  55. renderinterval: 1
  56.  
  57. zoomoutperiod: 60
  58.  
  59. enabletilehash: true
  60.  
  61. compass-mode: newrose
  62.  
  63. use-generated-textures: true
  64. correct-water-lighting: true
  65. correct-biome-shading: true
  66.  
  67. render-triggers:
  68. - chunkloaded
  69. - blockplaced
  70. - blockbreak
  71. - leavesdecay
  72. - blockburn
  73. - chunkgenerated
  74. - blockformed
  75. - blockfaded
  76. - blockspread
  77. - explosion
  78.  
  79. tilespath: /home/minecraft/minecraft/plugins/dynmap/web/tiles
  80.  
  81. webpath: /home/minecraft/minecraft/plugins/dynmap/web
  82.  
  83. webserver-bindaddress: 0.0.0.0
  84.  
  85. webserver-port: 8123
  86.  
  87. disable-webserver: false
  88.  
  89. allow-symlinks: true
  90.  
  91. timesliceinterval: 0.0
  92.  
  93. maxchunkspertick: 200
  94.  
  95. updaterate: 2000
  96.  
  97. showplayerfacesinmenu: true
  98.  
  99. sidebaropened: true
  100.  
  101. joinmessage: "%playername% joined"
  102. quitmessage: "%playername% quit"
  103. spammessage: "You may only chat once every %interval% seconds."
  104. webprefix: "§2[WEB] "
  105. websuffix: "§f"
  106.  
  107. defaultzoom: 0
  108. defaultworld: europe
  109.  
  110. verbose: false
  111.  
  112.  
  113. better-grass: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement