Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # __________.__ __
  2. # \______ \ | _____/ |_________
  3. # | ___/ | / _ \ __\___ /
  4. # | | | |_( <_> ) | / /
  5. # |____| |____/\____/|__| /_____ \
  6. # \/
  7. # By: @kyle
  8. # Spigot: http://www.spigotmc.org/members/kyle.891/
  9. # Plugin page: http://www.spigotmc.org/resources/release-plotz.1145/
  10. # Do not change the config version, it saves us both a lot of time :)
  11. version: 4.0
  12. notify-update: true
  13. vault-support: true
  14. storage-type: FLATFILE
  15. clear-type: Normal
  16. use-worldguard: false
  17. add-worldguard: false
  18. use-voxel-sniper-regions: false
  19. default-plot-world: plotworld0
  20. mysql:
  21. prefix:
  22. host: 0.0.0.0
  23. port: 3306
  24. database: plots
  25. user: root
  26. pass: pass
  27. mongo:
  28. host: 0.0.0.0
  29. port: 27017
  30. database: Plotz
  31. user: user
  32. pass: pass
  33. worlds:
  34. plotworld0:
  35. # plot x offset from (0,0)
  36. plot-x-offset: '0'
  37. # plot y offset from (0,0)
  38. plot-y-offset: '0'
  39. # plot generator offset from (0, 0)
  40. # Pro tip: if you are importing from PlotMe with a standard
  41. # path width of 5 then your offset will be 3 (I think :P)
  42. plot-world-offset: 0
  43. # default biome for plots
  44. plot-biome: PLAINS
  45. # plot width
  46. plot-x-size: '33'
  47. # plot height
  48. plot-z-size: '33'
  49. # size of walkway (excluding plot borders)
  50. path-size: '5'
  51.  
  52. # These are only used when clearing the plot
  53. # Or when linking plots
  54. # The top material of the plot
  55. plot-material: GRASS
  56. # The path material
  57. path-material: WOOD
  58. # What goes under the top material
  59. plot-under-material: DIRT
  60. # What goes on the bottom of the plot (Bedrock level)
  61. plot-floor-material: STONE
  62. # What is the border of the plot
  63. plot-border-material: STONE
  64.  
  65. # How high is the plot?
  66. plot-height: '65'
  67. # How far to search for the /p auto command, this should be just fine as is
  68. # but increase if needed
  69. plot-search-blocks: 100000
  70. # plots that are claimed next to eachother will link
  71. # together
  72. link-plots: false
  73. # Let players name their plots /p name
  74. name-plots: true
  75. # Disable tnt for this world
  76. disable-tnt: true
  77. # Unadded players can attack players on plot
  78. unadd-pvp-on-plots: false
  79. # Commands such as add, remove will execute across all linked plots
  80. commands-across-plots: true
  81. # Blocks players cannot place
  82. unplaceable-blocks:
  83. - PISTON_EXTENSION
  84.  
  85. # How far the plot home is offset from the default position
  86. plot-home-offset:
  87. x: 0.0
  88. y: 0.0
  89. z: 0.0
  90.  
  91. # How far the plot sign is offset from the default position
  92. plot-sign-offset:
  93. x: 0.0
  94. y: 0.0
  95. z: 0.0
  96.  
  97. # plot economy * requires Vault
  98. econ:
  99. # requires vault
  100. use-econ: true
  101. # Not currently added
  102. auction-time: 5d 4h 32m 1s
  103. # Not currently added
  104. for-sale-wall: WOOD_STEP
  105. # Not currently added
  106. auction-wall: WOOL
  107. # Price for each command
  108. name-price: 0
  109. claim-price: 0
  110. clear-price: 25
  111. add-price: 25
  112. deny-price: 25
  113. undeny-price: 25
  114. remove-price: 25
  115. sell-to-bank: true
  116. default-sell-price: 50
  117. comment-price: 25
  118. biome-price: 25
  119. dispose-price: 25
  120. setowner-price: 25
  121. teleport-price: 0
  122. admin-price: 0
  123.  
  124. # plot cleaner
  125. cleaner:
  126. # Enable the cleaner?
  127. # The cleaner will reset plots after a certain
  128. # period of time
  129. enable: false
  130.  
  131. # The expire time for plots
  132. # so after 2 hours the plot will reset
  133. # s - second
  134. # m - minute
  135. # h - hour
  136. # d - day
  137. default-expire-time: 2h
  138.  
  139. # How often should the plot cleaner run?
  140. # try to keep this at a higher interval if you
  141. # experience lag issues
  142. run-check-every: 10s
  143.  
  144. # When the plot owner joins should the plot time
  145. # be reset?
  146. reset-time-on-owner-join: true[/FONT]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement