Advertisement
Guest User

Untitled

a guest
Feb 14th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. # Restricted area configuration
  2.  
  3. # Configures restricted areas where you cannot get experience or money
  4. # when performing a job.
  5.  
  6. # Uncomment below to enable restricted names. There is no limit to the number
  7. # of restricted areas.
  8. #
  9. # The multiplier changes the experience/money gains in an area. A multiplier of 0.0 means no money or xp, while 0.5 means you will get half the normal money/exp
  10.  
  11. restrictedareas:
  12. area1:
  13. world: 'world_creative'
  14. multiplier: 0.0
  15. point1:
  16. x: -12500000
  17. y: 0
  18. z: -12500000
  19. point2:
  20. x: 12500000
  21. y: 128
  22. z: 12500000
  23. area2:
  24. world: 'flatlands'
  25. multiplier: 0.0
  26. point1:
  27. x: -12500000
  28. y: 0
  29. z: -12500000
  30. point2:
  31. x: 12500000
  32. y: 128
  33. z: 12500000
  34. area3:
  35. world: 'Planetoids'
  36. multiplier: 0.0
  37. point1:
  38. x: -12500000
  39. y: 0
  40. z: -12500000
  41. point2:
  42. x: 12500000
  43. y: 128
  44. z: 12500000
  45. area4:
  46. world: 'world_creative_the_end'
  47. multiplier: 0.0
  48. point1:
  49. x: -12500000
  50. y: 0
  51. z: -12500000
  52. point2:
  53. x: 12500000
  54. y: 128
  55. z: 12500000
  56. area5:
  57. world: 'world_economy'
  58. multiplier: 1.0
  59. point1:
  60. x: -12500000
  61. y: 0
  62. z: -12500000
  63. point2:
  64. x: 12500000
  65. y: 128
  66. z: 12500000
  67. area6:
  68. world: 'world_economy_the_end'
  69. multiplier: 1.0
  70. point1:
  71. x: -12500000
  72. y: 0
  73. z: -12500000
  74. point2:
  75. x: 12500000
  76. y: 128
  77. z: 12500000
  78. area7:
  79. world: 'SkyLands'
  80. multiplier: 1.0
  81. point1:
  82. x: -12500000
  83. y: 0
  84. z: -12500000
  85. point2:
  86. x: 12500000
  87. y: 128
  88. z: 12500000
  89. area7:
  90. world: 'Nether'
  91. multiplier: 1.0
  92. point1:
  93. x: -12500000
  94. y: 0
  95. z: -12500000
  96. point2:
  97. x: 12500000
  98. y: 128
  99. z: 12500000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement