Advertisement
Kryniowesegryderiusz

Untitled

Aug 23rd, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. # These first 7 aren't configurable
  2. issues: "https://github.com/IntellectualSites/PlotSquared/issues"
  3. suggestion: "https://github.com/IntellectualSites/PlotSquaredSuggestions"
  4. wiki: "https://github.com/IntellectualSites/PlotSquared/wiki"
  5. date: "7 Mar 2019 23:00:00 GMT"
  6. build: "https://ci.athion.net/job/PlotSquared/152"
  7. commit: "https://github.com/IntellectualSites/PlotSquared/commit/17027e6"
  8. platform: "Bukkit"
  9. # Show additional information in console
  10. debug: true
  11. # The big annoying text that appears when you enter a plot
  12. # For a single plot: `/plot flag set titles false`
  13. # For just you: `/plot toggle titles`
  14. titles: true
  15.  
  16. # Enable or disable part of the plugin
  17. # Note: A cache will use some memory if enabled
  18. enabled-components:
  19. # The database stores all the plots
  20. database: true
  21. # Events are needed to track a lot of things
  22. events: true
  23. # Commands are used to interact with the plugin
  24. commands: true
  25. # The UUID cacher is used to resolve player names
  26. uuid-cache: true
  27. # The plugin auto updater
  28. updater: true
  29. # Stores user metadata in a database
  30. persistent-meta: true
  31. # Optimizes permission checks
  32. permission-cache: true
  33. # Optimizes block changing code
  34. block-cache: true
  35. # Getting a rating won't need the database
  36. rating-cache: true
  37. # Allow WorldEdit to be restricted to plots
  38. worldedit-restrictions: true
  39. # Allow economy to be used
  40. economy: false
  41. # Send anonymous usage statistics. Bukkit only setting.
  42. metrics: false
  43. # Expiry will clear old or simplistic plots
  44. plot-expiry: true
  45. # Processes chunks (trimming, or entity/tile limits)
  46. chunk-processor: true
  47. # Kill mobs on roads
  48. kill-road-mobs: true
  49. # Kill items on roads
  50. kill-road-items: false
  51. # Kill vehicles on roads
  52. kill-road-vehicles: true
  53. # Notify a player of any missed comments upon plot entry
  54. comment-notifier: true
  55. # Let player's claim entire worlds with PlotSquared
  56. worlds: false
  57. # Actively purge invalid database entries
  58. database-purger: true
  59. # Delete plots when a player is banned
  60. ban-deleter: false
  61. # Prevent possibly unsafe blocks from being used in plot components
  62. prevent-unsafe: true
  63.  
  64. ratings:
  65. categories: []
  66.  
  67. claim:
  68. # The max plots claimed in a single `/plot auto <size>` command
  69. max-auto-area: 1
  70.  
  71. redstone:
  72. # Disable redstone in unoccupied plots
  73. disable-unoccupied: false
  74. # Disable redstone when all owners/trusted/members are offline
  75. disable-offline: true
  76. # Detect and cancel invalid pistons on the edge of plots (e.g. placed with WorldEdit)
  77. detect-invalid-edge-pistons: false
  78.  
  79. teleport:
  80. # Teleport to your plot on death
  81. on-death: false
  82. # Teleport to your plot on login
  83. on-login: true
  84. # Add a teleportation delay to all commands
  85. delay: 0
  86. # The visit command is ordered by world instead of globally
  87. per-world-visit: false
  88.  
  89. confirmation:
  90. # Teleport to your plot on death
  91. confirmation-timeout-seconds: 20
  92.  
  93. # Relating to how many plots someone can claim
  94. limit:
  95. # Should the limit be global (over multiple worlds)
  96. global: false
  97. # The range of permissions to check e.g. plots.plot.127
  98. max-plots: 127
  99.  
  100. chat:
  101. # Sometimes console color doesn't work, you can disable it here
  102. console-color: true
  103. # Should chat be interactive
  104. interactive: true
  105.  
  106. done:
  107. # Require a done plot to download
  108. required-for-download: false
  109. # Only done plots can be rated
  110. required-for-ratings: false
  111. # Restrict building when a plot is done
  112. restrict-building: false
  113. # The limit being how many plots a player can claim
  114. counts-towards-limit: false
  115.  
  116. web:
  117. # The web interface for schematics
  118. # - All schematics are anonymous and private
  119. # - Downloads can be deleted by the user
  120. # - Supports plot uploads, downloads and saves
  121. url: "http://ns3017265.ip-149-202-65.eu/dzialki/"
  122. # The web interface for assets
  123. # - All schematics are organized and public
  124. # - Assets can be searched, selected and downloaded
  125. assets: "http://creative.mines.pl/assetpack/"
  126.  
  127. # Configure the paths that will be used
  128. paths:
  129. schematics: "schematics"
  130. scripts: "scripts"
  131. templates: "templates"
  132. translations: "translations"
  133.  
  134. # Schematic Settings
  135. schematics:
  136. # Whether schematic based generation should paste schematic on top of plots, or from Y=1
  137. paste-on-top: true
  138.  
  139. # General settings
  140. general:
  141. # Display scientific numbers (4.2E8)
  142. scientific: false
  143.  
  144. uuid:
  145. # Force using offline UUIDs (it usually detects the right mode)
  146. offline: true
  147. # Force using lowercase UUIDs
  148. force-lowercase: false
  149. # Use a database to store UUID/name info
  150. use-sqluuidhandler: false
  151.  
  152. chunk-processor:
  153. # Auto trim will not save chunks which aren't claimed
  154. auto-trim: true
  155. # Max tile entities per chunk
  156. max-tiles: 4096
  157. # Max entities per chunk
  158. max-entities: 1000
  159. # Disable block physics
  160. disable-physics: false
  161.  
  162. # This is an auto clearing task called `task1`
  163. auto-clear:
  164. task1:
  165. threshold: 700
  166. required-plots: -1
  167. confirmation: true
  168. days: 60
  169. skip-account-age-days: -1
  170. worlds:
  171. - "*"
  172. # See: https://github.com/IntellectualSites/PlotSquared/wiki/Plot-analysis
  173. calibration:
  174. variety: 0
  175. variety-sd: 0
  176. changes: 0
  177. changes-sd: 1
  178. faces: 0
  179. faces-sd: 0
  180. data-sd: 0
  181. air: 0
  182. air-sd: 0
  183. data: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement