nasuhahahafff

Untitled

Aug 5th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 KB | None | 0 0
  1. # These first 6 aren't configurable
  2. issues: "https://github.com/boy0001/FastAsyncWorldedit/issues"
  3. wiki: "https://github.com/boy0001/FastAsyncWorldedit/wiki/"
  4. date: "26 Aug 2018 15:00:00 GMT"
  5. build: "https://ci.athion.net/job/FastAsyncWorldEdit/1163"
  6. commit: "https://github.com/boy0001/FastAsyncWorldedit/commit/3ed2e57"
  7. platform: "bukkit"
  8. # Options: de, ru, tr
  9. # Create a PR to contribute a translation: https://github.com/boy0001/FastAsyncWorldedit/new/master/core/src/main/resources
  10. language: ''
  11. # Enable or disable automatic updates
  12. # - true = update automatically in the background
  13. # - confirm = prompt an admin to confirm each update
  14. # - false = do not update the plugin
  15. update: "confirm"
  16. # Send anonymous usage statistics
  17. metrics: true
  18. # Set true to enable WorldEdit restrictions per region (e.g. PlotSquared or WorldGuard).
  19. # To be allowed to WorldEdit in a region, users need the appropriate
  20. # fawe.<plugin> permission. See the Permissions page for supported region plugins.
  21. region-restrictions: true
  22. # FAWE will skip chunks when there's not enough memory available
  23. prevent-crashes: false
  24. # FAWE will cancel non admin edits when memory consumption exceeds this %
  25. # - Bypass with `/wea` or `//fast` or `fawe.bypass`
  26. # - Disable with 100 or -1.
  27. max-memory-percent: 95
  28.  
  29. clipboard:
  30. # Store the clipboard on disk instead of memory
  31. # - Will be slightly slower
  32. # - Uses 2 bytes per block
  33. use-disk: false
  34. # Compress the clipboard to reduce the size:
  35. # - TODO: Buffered random access with compression is not implemented on disk yet
  36. # - 0 = No compression
  37. # - 1 = Fast compression
  38. # - 2-17 = Slower compression
  39. compression-level: 1
  40. # Number of days to keep history on disk before deleting it
  41. delete-after-days: 1
  42.  
  43. lighting:
  44. # If packet sending should be delayed until relight is finished
  45. delay-packet-sending: true
  46. async: true
  47. # The relighting mode to use:
  48. # - 0 = None (Do no relighting)
  49. # - 1 = Optimal (Relight changed light sources and changed blocks)
  50. # - 2 = All (Slowly relight every blocks)
  51. mode: 1
  52. # If existing lighting should be removed before relighting
  53. remove-first: false
  54.  
  55. # Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)
  56. tick-limiter:
  57. # Enable the limiter
  58. enabled: true
  59. # The interval in ticks
  60. interval: 20
  61. # Max falling blocks per interval (per chunk)
  62. falling: 64
  63. # Max physics per interval (excluding redstone)
  64. physics-ms: 10
  65. # Max item spawns per interval (per chunk)
  66. items: 50000
  67. # Whether fireworks can load chunks
  68. # - Fireworks usually travel vertically so do not load any chunks
  69. # - Horizontal fireworks can be hacked in to crash a server
  70. fireworks-load-chunks: false
  71.  
  72. web:
  73. # Should download urls be shortened?
  74. # - Links are less secure as they could be brute forced
  75. shorten-urls: false
  76. # The web interface for clipboards
  77. # - All schematics are anonymous and private
  78. # - Downloads can be deleted by the user
  79. # - Supports clipboard uploads, downloads and saves
  80. url: "http://empcraft.com/fawe/"
  81. # The web interface for assets
  82. # - All schematics are organized and public
  83. # - Assets can be searched, selected and downloaded
  84. assets: "https://empcraft.com/assetpack/"
  85.  
  86. extent:
  87. # Don't bug console when these plugins slow down WorldEdit operations
  88. # - You'll see a message in console if you need to change this option
  89. allowed-plugins: []
  90. # Should debug messages be sent when third party extents are used?
  91. debug: true
  92.  
  93. # Experimental options, use at your own risk
  94. # - UNSAFE = Can cause permanent damage to the server
  95. # - SAFE = Can be buggy but unlikely to cause any damage
  96. experimental:
  97. # [UNSAFE] Directly modify the region files. (OBSOLETE - USE ANVIL COMMANDS)
  98. # - IMPROPER USE CAN CAUSE WORLD CORRUPTION!
  99. anvil-queue-mode: false
  100. # [SAFE] Dynamically increase the number of chunks rendered
  101. # - Requires Paper: ci.destroystokyo.com/job/PaperSpigot/
  102. # - Set your server view distance to 1 (spigot.yml, server.properties)
  103. # - Based on tps and player movement
  104. # - Please provide feedback
  105. dynamic-chunk-rendering: -1
  106. # [SAFE] Allows brushes to be persistent
  107. persistent-brushes: false
  108. # [SAFE] Enable CUI without needing the mod installed (Requires ProtocolLib)
  109. vanilla-cui: false
  110. # Disable using native libraries
  111. disable-natives: false
  112. # [SAFE] Keep entities that are positioned in non-air blocks when editing an area
  113. # Might cause client-side FPS lagg in some situations
  114. keep-entities-in-blocks: false
  115. # [SAFE] Experimental scripting support for Java 9
  116. # -
  117. modern-craftscripts: 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: 8
  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: 1000
  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: 32
  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: false
  167. # Use a database to store disk storage summaries:
  168. # - Enables inspection and rollback
  169. # - Does not impact performance
  170. use-database: false
  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: 1
  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. patterns: "patterns"
  228. masks: "masks"
  229. textures: "textures"
  230. heightmap: "heightmap"
  231. history: "history"
  232. # Multiple servers can use the same clipboards
  233. # - Use a shared directory or NFS/Samba
  234. clipboard: "clipboard"
  235. # Each player has their own sub directory for schematics
  236. per-player-schematics: true
  237.  
  238. # Region restriction settings
  239. region-restrictions-options:
  240. # What type of users are allowed to WorldEdit in a region
  241. # - MEMBER = Players added to a region
  242. # - OWNER = Players who own the region
  243. mode: "MEMBER"
  244. # The "default" limit group affects those without a specific limit permission.
  245. # To grant someone different limits, copy the default limits group
  246. # and give it a different name (e.g. newbie). Then give the user the limit
  247. # permission node with that limit name (e.g. fawe.limit.newbie )
  248. limits:
  249. default:
  250. # Max actions that can be run concurrently (i.e. commands)
  251. max-actions: 1
  252. # Max number of block changes (e.g. by `//set stone`).
  253. max-changes: 50000000
  254. # Max number of blocks checked (e.g. `//count stone` which doesn't change blocks)
  255. max-checks: 50000000
  256. # Number of times a change can fail (e.g. if the player can't access that region)
  257. max-fails: 50000000
  258. # Allowed brush iterations (e.g. `//brush smooth`)
  259. max-iterations: 1000
  260. # Max allowed entities (e.g. cows)
  261. max-entities: 1337
  262. # Blockstates include Banner, Beacon, BrewingStand, Chest, CommandBlock,
  263. # CreatureSpawner, Dispenser, Dropper, EndGateway, Furnace, Hopper, Jukebox,
  264. # NoteBlock, Sign, Skull, Structure
  265. max-blockstates: 1337
  266. # Maximum size of the player's history in Megabytes:
  267. # - History on disk or memory will be deleted
  268. max-history-mb: -1
  269. # Maximum time in milliseconds //calc can execute
  270. max-expression-ms: 50
  271. # Cinematic block placement:
  272. # - Adds a delay to block placement (ms/block)
  273. # - Having an artificial delay will use more CPU/Memory
  274. speed-reduction: 0
  275. # Place chunks instead of individual blocks:
  276. # - Disabling this will negatively impact performance
  277. # - Only disable this for compatibility or cinematic placement
  278. fast-placement: true
  279. # Should WorldEdit use inventory?
  280. # 0 = No inventory usage (creative)
  281. # 1 = Inventory for removing and placing (freebuild)
  282. # 2 = Inventory for placing (survival)
  283. inventory-mode: 0
  284. # Should large edits require confirmation (>16384 chunks)
  285. confirm-large: true
Advertisement
Add Comment
Please, Sign In to add comment