Advertisement
Guest User

Untitled

a guest
May 25th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 KB | None | 0 0
  1. # These first 6 aren't configurable
  2. issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues"
  3. wiki: "https://github.com/boy0001/FastAsyncWorldedit/wiki/"
  4. date: "8 Jun 2019 23:00:00 GMT"
  5. build: "https://ci.athion.net/job/FastAsyncWorldEdit-Breaking/109"
  6. commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/commit/8d68da0"
  7. platform: "bukkit"
  8. # Options: cn, de, es, fr, it, nl, ru, tr
  9. # Create a PR to contribute a translation: https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/tree/master/worldedit-core/src/main/resources
  10. language: ''
  11. # Send anonymous usage statistics
  12. metrics: true
  13. # Set true to enable WorldEdit restrictions per region (e.g. PlotSquared or WorldGuard).
  14. # To be allowed to WorldEdit in a region, users need the appropriate
  15. # fawe.<plugin> permission. See the Permissions page for supported region plugins.
  16. region-restrictions: true
  17. # FAWE will skip chunks when there's not enough memory available
  18. prevent-crashes: false
  19. # FAWE will cancel non admin edits when memory consumption exceeds this %
  20. # - Bypass with `/wea` or `//fast` or `fawe.bypass`
  21. # - Disable with 100 or -1.
  22. max-memory-percent: -1
  23.  
  24. clipboard:
  25. # Store the clipboard on disk instead of memory
  26. # - Will be slightly slower
  27. # - Uses 2 bytes per block
  28. use-disk: true
  29. # Compress the clipboard to reduce the size:
  30. # - TODO: Buffered random access with compression is not implemented on disk yet
  31. # - 0 = No compression
  32. # - 1 = Fast compression
  33. # - 2-17 = Slower compression
  34. compression-level: 1
  35. # Number of days to keep history on disk before deleting it
  36. delete-after-days: 8
  37.  
  38. lighting:
  39. # If packet sending should be delayed until relight is finished
  40. delay-packet-sending: true
  41. async: false
  42. # The relighting mode to use:
  43. # - 0 = None (Do no relighting)
  44. # - 1 = Optimal (Relight changed light sources and changed blocks)
  45. # - 2 = All (Slowly relight every blocks)
  46. mode: 1
  47. # If existing lighting should be removed before relighting
  48. remove-first: false
  49.  
  50. # Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)
  51. tick-limiter:
  52. # Enable the limiter
  53. enabled: true
  54. # The interval in ticks
  55. interval: 20
  56. # Max falling blocks per interval (per chunk)
  57. falling: 64
  58. # Max physics per interval (excluding redstone)
  59. physics-ms: 10
  60. # Max item spawns per interval (per chunk)
  61. items: 256
  62. # Whether fireworks can load chunks
  63. # - Fireworks usually travel vertically so do not load any chunks
  64. # - Horizontal fireworks can be hacked in to crash a server
  65. fireworks-load-chunks: false
  66.  
  67. web:
  68. # Should download urls be shortened?
  69. # - Links are less secure as they could be brute forced
  70. shorten-urls: false
  71. # The web interface for clipboards
  72. # - All schematics are anonymous and private
  73. # - Downloads can be deleted by the user
  74. # - Supports clipboard uploads, downloads and saves
  75. url: "https://empcraft.com/fawe/"
  76. # The web interface for assets
  77. # - All schematics are organized and public
  78. # - Assets can be searched, selected and downloaded
  79. assets: "https://empcraft.com/assetpack/"
  80.  
  81. extent:
  82. # Don't bug console when these plugins slow down WorldEdit operations
  83. # - You'll see a message in console if you need to change this option
  84. allowed-plugins:
  85. - "PlotSquared"
  86. # Should debug messages be sent when third party extents are used?
  87. debug: true
  88.  
  89. # Experimental options, use at your own risk
  90. # - UNSAFE = Can cause permanent damage to the server
  91. # - SAFE = Can be buggy but unlikely to cause any damage
  92. experimental:
  93. # [UNSAFE] Directly modify the region files. (OBSOLETE - USE ANVIL COMMANDS)
  94. # - IMPROPER USE CAN CAUSE WORLD CORRUPTION!
  95. anvil-queue-mode: false
  96. # [SAFE] Dynamically increase the number of chunks rendered
  97. # - Requires Paper: ci.destroystokyo.com/job/Paper-1.13/
  98. # - Set your server view distance to 1 (spigot.yml, server.properties)
  99. # - Based on tps and player movement
  100. # - Note: If entities become hidden, increase the server view distance to 3
  101. dynamic-chunk-rendering: -1
  102. # Allows brushes to be persistent (default: true)
  103. persistent-brushes: true
  104. # [SAFE] Enable CUI without needing the mod installed (Requires ProtocolLib)
  105. vanilla-cui: false
  106. # Disable using native libraries
  107. disable-natives: false
  108. # [SAFE] Keep entities that are positioned in non-air blocks when editing an area
  109. # Might cause client-side FPS lagg in some situations
  110. keep-entities-in-blocks: false
  111. # [SAFE] Experimental scripting support for Java 9
  112. # - https://github.com/boy0001/FastAsyncWorldedit/wiki/JavaScript-API
  113. modern-craftscripts: false
  114. # [SAFE] Experimental freebuild region restrictions
  115. # - PERM: fawe.freebuild
  116. # - PERM: fawe.freebuild.<plugin>
  117. freebuild: false
  118.  
  119. # This relates to how FAWE places chunks
  120. queue:
  121. # This should equal the number of processors you have
  122. # - Set this to 1 if you need reliable `/timings`
  123. parallel-threads: 1
  124. progress:
  125. # Display constant titles about the progress of a user's edit
  126. # - false = disabled
  127. # - title = Display progress titles
  128. # - chat = Display progress in chat
  129. display: "false"
  130. # How often edit progress is displayed
  131. interval: 1
  132. # Delay sending progress in milliseconds (so quick edits don't spam)
  133. delay: 5000
  134. # When doing edits that effect more than this many chunks:
  135. # - FAWE will start placing before all calculations are finished
  136. # - A larger value will use slightly less CPU time
  137. # - A smaller value will reduce memory usage
  138. # - A value too small may break some operations (deform?)
  139. target-size: 64
  140. # Force FAWE to start placing chunks regardless of whether an edit is finished processing
  141. # - A larger value will use slightly less CPU time
  142. # - A smaller value will reduce memory usage
  143. # - A value too small may break some operations (deform?)
  144. max-wait-ms: 2000
  145. # Increase or decrease queue intensity (ms) [-50,50]:
  146. # 0 = balance of performance / stability
  147. # -10 = Allocate 10ms less for chunk placement
  148. # Too high will can cause lag spikes (you might be okay with this)
  149. # Too low will result in slow edits
  150. extra-time-ms: 0
  151. # Loading the right amount of chunks beforehand can speed up operations
  152. # - Low values may result in FAWE waiting on requests to the main thread
  153. # - Higher values use more memory and isn't noticeably faster
  154. preload-chunks: 8
  155. # Discard edits which have been idle for a certain amount of time (ms)
  156. # - E.g. A plugin creates an EditSession but never does anything with it
  157. # - This only applies to plugins improperly using WorldEdit's legacy API
  158. discard-after-ms: 60000
  159.  
  160. history:
  161. # Should history be saved on disk:
  162. # - Frees up a lot of memory
  163. # - Persists restarts
  164. # - Unlimited undo
  165. # - Does not affect edit performance if `combine-stages`
  166. use-disk: true
  167. # Use a database to store disk storage summaries:
  168. # - Enables inspection and rollback
  169. # - Does not impact performance
  170. use-database: true
  171. # Record history with dispatching:
  172. # - Much faster as it avoids duplicate block checks
  173. # - Slightly worse compression since dispatch order is different
  174. combine-stages: true
  175. # Higher compression reduces the size of history at the expense of CPU
  176. # 0 = Uncompressed byte array (fastest)
  177. # 1 = 1 pass fast compressor (default)
  178. # 2 = 2 x fast
  179. # 3 = 3 x fast
  180. # 4 = 1 x medium, 1 x fast
  181. # 5 = 1 x medium, 2 x fast
  182. # 6 = 1 x medium, 3 x fast
  183. # 7 = 1 x high, 1 x medium, 1 x fast
  184. # 8 = 1 x high, 1 x medium, 2 x fast
  185. # 9 = 1 x high, 1 x medium, 3 x fast (best compression)
  186. # NOTE: If using disk, do some compression (3+) as smaller files save faster
  187. compression-level: 3
  188. # The buffer size for compression:
  189. # - Larger = better ratio but uses more upfront memory
  190. # - Must be in the range [64, 33554432]
  191. buffer-size: 531441
  192. # The maximum time in milliseconds to wait for a chunk to load for an edit.
  193. # (50ms = 1 server tick, 0 = Fastest).
  194. # The default value of 100 should be safe for most cases.
  195. #
  196. # Actions which require loaded chunks (e.g. copy) which do not load in time
  197. # will use the last chunk as filler, which may appear as bands of duplicated blocks.
  198. # Actions usually wait about 25-50ms for the chunk to load, more if the server is lagging.
  199. # A value of 100ms does not force it to wait 100ms if the chunk loads in 10ms.
  200. #
  201. # This value is a timeout in case a chunk is never going to load (for whatever odd reason).
  202. # If the action times out, the operation continues by using the previous chunk as filler,
  203. # and displaying an error message. In this case, either copy a smaller section,
  204. # or increase chunk-wait-ms.
  205. # A value of 0 is faster simply because it doesn't bother loading the chunks or waiting.
  206. chunk-wait-ms: 1000
  207. # Delete history on disk after a number of days
  208. delete-after-days: 7
  209. # Delete history in memory on logout (does not effect disk)
  210. delete-on-logout: true
  211. # If history should be enabled by default for plugins using WorldEdit:
  212. # - It is faster to have disabled
  213. # - Use of the FAWE API will not be effected
  214. enable-for-console: true
  215. # Should redo information be stored:
  216. # - History is about 20% larger
  217. # - Enables use of /redo
  218. store-redo: true
  219. # Assumes all edits are smaller than 4096x256x4096:
  220. # - Reduces history size by ~10%
  221. small-edits: false
  222.  
  223. # Paths for various directories
  224. paths:
  225. tokens: "tokens"
  226. # Put any minecraft or mod jars for FAWE to be aware of block textures
  227. textures: "textures"
  228. heightmap: "heightmap"
  229. history: "history"
  230. # Multiple servers can use the same clipboards
  231. # - Use a shared directory or NFS/Samba
  232. clipboard: "clipboard"
  233. # Each player has their own sub directory for schematics
  234. per-player-schematics: true
  235. commands: "commands"
  236.  
  237. # Region restriction settings
  238. region-restrictions-options:
  239. # What type of users are allowed to WorldEdit in a region
  240. # - MEMBER = Players added to a region
  241. # - OWNER = Players who own the region
  242. mode: "MEMBER"
  243.  
  244. # Enable or disable core components
  245. enabled-components:
  246. commands: true
  247. # The "default" limit group affects those without a specific limit permission.
  248. # To grant someone different limits, copy the default limits group
  249. # and give it a different name (e.g. newbie). Then give the user the limit
  250. # permission node with that limit name (e.g. fawe.limit.newbie )
  251. limits:
  252. default:
  253. # Max actions that can be run concurrently (i.e. commands)
  254. max-actions: 250000
  255. # Max number of block changes (e.g. by `//set stone`).
  256. max-changes: 250000
  257. # Max number of blocks checked (e.g. `//count stone` which doesn't change blocks)
  258. max-checks: 250000
  259. # Number of times a change can fail (e.g. if the player can't access that region)
  260. max-fails: 1000
  261. # Allowed brush iterations (e.g. `//brush smooth`)
  262. max-iterations: 1000
  263. # Max allowed entities (e.g. cows)
  264. max-entities: 5
  265. # Blockstates include Banner, Beacon, BrewingStand, Chest, CommandBlock,
  266. # CreatureSpawner, Dispenser, Dropper, EndGateway, Furnace, Hopper, Jukebox,
  267. # NoteBlock, Sign, Skull, Structure
  268. max-blockstates: 500
  269. # Maximum size of the player's history in Megabytes:
  270. # - History on disk or memory will be deleted
  271. max-history-mb: -1
  272. # Maximum time in milliseconds //calc can execute
  273. max-expression-ms: 50
  274. # Cinematic block placement:
  275. # - Adds a delay to block placement (ms/block)
  276. # - Having an artificial delay will use more CPU/Memory
  277. speed-reduction: 0
  278. # Place chunks instead of individual blocks:
  279. # - Disabling this will negatively impact performance
  280. # - Only disable this for compatibility or cinematic placement
  281. fast-placement: true
  282. # Should WorldEdit use inventory?
  283. # 0 = No inventory usage (creative)
  284. # 1 = Inventory for removing and placing (freebuild)
  285. # 2 = Inventory for placing (survival)
  286. inventory-mode: 0
  287. # Should large edits require confirmation (>16384 chunks)
  288. confirm-large: true
  289. # List of blocks to strip nbt from
  290. strip-nbt: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement