Configuration (old up to 2.0 RC5) - SBPrime/AsyncWorldEdit GitHub Wiki

This page contains old configuration description. All those informations are valid for AsyncWorldEdit up to 2.0-RC5. New configuration is available here.

Back to main page

Rendering

This section contains parameters for configuring the block placer.

  • interval - number of ticks to wait between block drawing runs (for current bukkit version 1 tick = 1/20s)
  • talk-interval - how often the player should be informed of block placing progress (time in ticks = talk-interval * interval)
  • blocks - number of blocks placed in each drawing package, use -1 for no limit
  • blocks-vip - number of blocks placed in each drawing packages for users with the permission: "AWE.user.vip-queue"
  • time - Maximum number of miliseconds spend on placing blocks, use -1 for no limit
  • time-vip - Additional time to spend on placink blocks for users with the permission AWE.user.vip-queue
  • queue-limit-hard - maximum number of blocks the player can queue. After this limit is reached the player can't draw blocks (until the queue size drops below queue-limit-soft).
  • queue-limit-soft - the size the queue needs to drop below to allow player to draw blocks after reaching the queue-limit-hard.
  • queue-max-size - maximum number of entries in AWE queue.

Enabled Operations

This section contains the list of WorldEdit functions that are handled by AsyncWorldEdit.

Other

  • version - current config version, do not change
  • checkVersion - disable or enable checking if you are running the latest version
  • allowMetrics - allow metrics sending to MCStats
  • use-barapi - Use the BarAPI to display the progress
  • defaultOn - the default mode of AWE plugin. If this is set to false AWE will by off for players until he/she executes the toggle on command.
  • plotMeFixEnabled - enable or disable the plotme mask fix
  • physicsFreez - enable the physics freeze when placing blocks (only in the edited area). Stops blocks from falling and liquids from flowing
  • cleanOnLogout - enable or disable auto cancelation of loging out player
  • talkative - enable or disable detailed messages send to the players

BlocksHub

  • logBlocks - enable blocks logging using blocks hub
  • checkAccess - enable blocks access control using blocks hub

Sample

awe:
  version: 1
  rendering:
    interval: 15
    talk-interval: 10
    blocks: 1000
    blocks-vip: 1000
    time: 20
    time-vip: 10
    queue-limit-hard: 500000
    queue-limit-soft: 250000
    queue-max-size: 1000000
  checkVersion: true
  allowMetrics: true
  use-barapi: true
  defaultOn: true
  physicsFreez: true
  plotMeFixEnabled: true
  cleanOnLogout: true
  talkative: true
  blocksHub:
    logBlocks: true
    checkAccess: false
  enabledOperations:
    - undo
    - redo
    - fillXZ
    - removeAbove
    - removeBelow
    - removeNear
    - setBlocks
    - replaceBlocks
    - makeCuboidFaces
    - makeCuboidWalls
    - overlayCuboidBlocks
    - naturalizeCuboidBlocks
    - stackCuboidRegion
    - moveCuboidRegion
    - drainArea
    - fixLiquid
    - makeCylinder
    - makeSphere
    - makePyramid
    - thaw
    - simulateSnow
    - green
    - makePumpkinPatches
    - makeForest
    - makeShape
    - deformRegion
    - hollowOutRegion
    - paste
    - copy
    - regenerate
    - center
    - drawLine
    - drawSpline
    - makeBiomeShape