Advertisement
Guest User

Untitled

a guest
Mar 8th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. awe:
  2. #Do not change
  3. version: 3
  4. rendering:
  5. #amount of time (in ticks) the server will place a chunk of blocks
  6. interval: 15
  7. #how often that a user will get an update on the current que (number of intervals)
  8. talk-interval: 10
  9. #maximum size of the blocks queue
  10. queue-max-size: 10000000
  11. dispatcher:
  12. #maximum number of jobs performed in one runn
  13. max-jobs: 2000
  14. #maximum number of idle runs befor disabling dispatcher
  15. max-idle-runs: 200
  16. #maximum number of miliseconds the dispatcher can use
  17. #This value should by lover then 50% o 1tick (25ms)
  18. max-time: 20
  19. #Maximum number of blocks in queue mode before AWE forces block placing.
  20. #Use -1 to disable force flush.
  21. forceFlushBlocks: 10000
  22. #check for updates
  23. checkVersion: true
  24. #Disable or enable blocks physics freeze when placing blocks
  25. physicsFreez: true
  26. #Enable PlotMe Global Mask Fix
  27. plotMeFixEnabled: true
  28. #File containing all the messages
  29. strings: "english.yml"
  30. #Show debug messages
  31. debug: false
  32. #Blocks hub plugin options
  33. blocksHub:
  34. #Enable block chang loggin
  35. logBlocks: true
  36. #Enable blocks access control
  37. checkAccess: true
  38. #Player permission groups.
  39. #Permission node: AWE.Groups.<group name>
  40. permissionGroups:
  41. #The group entry (at least one group is required!)
  42. #If a player has multiple groups, the las one defined in the config
  43. #is assigned.
  44. default:
  45. #Indicates that the group is default.
  46. #Only one group can by default, if multiple groups are set to default
  47. #the first one is used asdefault. The default group is used for players
  48. #that do not have any other permission groups.
  49. isDefault: true
  50. #Maximum number of jobs a player can have. -1 --> no job limit
  51. maxJobs: 5
  52. #Enable or disable auto job cancelation on player quit
  53. cleanOnLogout: false
  54. #Default AWE status for loging in players
  55. defaultMode: on
  56. renderer:
  57. #blocks to place (per-interval), this determines the max speed of block placing
  58. #if you experience lag lower this and the next number, use -1 for no limit
  59. blocks: 10000
  60. #Maximum number of miliseconds spend on placing blocks, use -1 for no limit
  61. time: 75
  62. queue:
  63. #maximum size of the player block queue
  64. limit-hard: 500000000
  65. #number of blocks on the player queue when to stop placing blocks
  66. limit-soft: 250000
  67. messages:
  68. #Whether or not to show progress using BarAPI
  69. progress-bar: true
  70. #Whether or not to show progress using the chat messages
  71. progress-chat: true
  72. #is async world edit talkative
  73. talkative: true
  74. retired:
  75. #Indicates that the group is default.
  76. #Only one group can by default, if multiple groups are set to default
  77. #the first one is used asdefault. The default group is used for players
  78. #that do not have any other permission groups.
  79. isDefault: false
  80. #Maximum number of jobs a player can have. -1 --> no job limit
  81. maxJobs: 1
  82. #Enable or disable auto job cancelation on player quit
  83. cleanOnLogout: true
  84. #Default AWE status for loging in players
  85. defaultMode: on
  86. renderer:
  87. #blocks to place (per-interval), this determines the max speed of block placing
  88. #if you experience lag lower this and the next number, use -1 for no limit
  89. blocks: 10000
  90. #Maximum number of miliseconds spend on placing blocks, use -1 for no limit
  91. time: 75
  92. queue:
  93. #maximum size of the player block queue
  94. limit-hard: 500000
  95. #number of blocks on the player queue when to stop placing blocks
  96. limit-soft: 250000
  97. messages:
  98. #Whether or not to show progress using BarAPI
  99. progress-bar: true
  100. #Whether or not to show progress using the chat messages
  101. progress-chat: true
  102. #is async world edit talkative
  103. talkative: true
  104. #Example of additional vip group:
  105. # vip:
  106. # #you can remove this, the isDefault is by default set to false
  107. # isDefault: false
  108. # maxJobs: -1
  109. # cleanOnLogout: false
  110. # #You can omit entries with that are same value as in the default group
  111. # #defaultMode: on
  112. # renderer:
  113. # blocks: 20000
  114. # time: -1
  115. #AWE will make the following WorldEdit actions async
  116. enabledOperations:
  117. - undo
  118. - redo
  119. - fillXZ
  120. - removeAbove
  121. - removeBelow
  122. - removeNear
  123. - setBlocks
  124. - replaceBlocks
  125. - makeCuboidFaces
  126. - makeCuboidWalls
  127. - overlayCuboidBlocks
  128. - naturalizeCuboidBlocks
  129. - stackCuboidRegion
  130. - moveCuboidRegion
  131. - drainArea
  132. - fixLiquid
  133. - makeCylinder
  134. - makeSphere
  135. - makePyramid
  136. - thaw
  137. - simulateSnow
  138. - green
  139. - makePumpkinPatches
  140. - makeForest
  141. - makeShape
  142. - deformRegion
  143. - hollowOutRegion
  144. - paste
  145. - copy
  146. - cut
  147. - regenerate
  148. - center
  149. - drawLine
  150. - drawSpline
  151. - makeBiomeShape
  152. - forest
  153. - flora
  154. - setBiome
  155. - loadSchematic
  156. - saveSchematic
  157. - craftScript
  158. - makeFaces
  159. - makeWalls
  160. - overlayBlocks
  161. - naturalizeBlocks
  162. - stackRegion
  163. - moveRegion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement