Advertisement
Guest User

Untitled

a guest
May 24th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # Configuration file
  2.  
  3. fullScreenMap {
  4. I:alphaPercent=100
  5. I:borderMode=0
  6. I:circular=0
  7. I:coordsEnabled=0
  8. I:enabled=0
  9. I:heightPercent=0
  10. I:marginBottom=0
  11. I:marginLeft=0
  12. I:marginRight=0
  13. I:marginTop=0
  14. I:markerSize=5
  15. I:playerArrowSize=5
  16. I:rotate=0
  17. }
  18.  
  19.  
  20. largeMap {
  21. I:alphaPercent=60
  22. I:borderMode=1
  23. I:circular=1
  24. I:coordsEnabled=0
  25. I:enabled=0
  26. I:heightPercent=0
  27. I:marginBottom=40
  28. I:marginLeft=40
  29. I:marginRight=40
  30. I:marginTop=10
  31. I:markerSize=5
  32. I:playerArrowSize=5
  33. I:rotate=0
  34. }
  35.  
  36.  
  37. options {
  38. I:backgroundTextureMode=0
  39. I:chunksPerTick=5
  40. I:coordsMode=1
  41. I:linearTextureScaling=1
  42. I:mapPixelSnapEnabled=0
  43. I:maxChunkSaveDistSq=16384
  44. I:maxDeathMarkers=3
  45. I:overlayModeIndex=0
  46. I:overlayZoomLevel=0
  47. I:playerTrailEnabled=0
  48. I:playerTrailMarkerIntervalMillis=5000
  49. I:playerTrailMaxLength=30
  50. I:portNumberInWorldNameEnabled=0
  51. I:regionFileOutputEnabledMP=0
  52. I:regionFileOutputEnabledSP=0
  53. S:saveDirOverride=
  54. S:teleportCommand=tp
  55. I:teleportEnabled=0
  56. I:textureSize=2048
  57. I:undergroundMode=0
  58. I:useSavedBlockColours=0
  59. I:zoomInLevels=5
  60. I:zoomOutLevels=5
  61. }
  62.  
  63.  
  64. smallMap {
  65. I:alphaPercent=100
  66. I:borderMode=1
  67. I:circular=1
  68. I:coordsEnabled=0
  69. I:enabled=0
  70. I:heightPercent=30
  71. I:marginBottom=40
  72. I:marginLeft=-1
  73. I:marginRight=10
  74. I:marginTop=-1
  75. I:markerSize=3
  76. I:playerArrowSize=4
  77. I:rotate=0
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement