Skip to content

Reaction Suppress AsyncWorldEdit

Daniel Mills edited this page Mar 31, 2016 · 1 revision

What does it do?

This can only be used if you have AsyncWorldEdit installed properly. This action temporarily pauses some async world edit tasks. The tasks will quickly resume, and this usually never happens, but it can happen if you are running low on memory.

When is it used?

This is only used if the server is lagging BECAUSE of async world edit. It will not interrupt any progress, it will only temporarily pause it until the server stops lagging.

Configuration

Located at plugins/React/reactions/action-suppress-world-edit.yml

component:
  # You can disable this here. However, be aware that it won't be used.
  # React will still warn you, but will not fix the problem
  enable: true
  
  # Most reactions do not use an interval, but some do
  # You shouldn't usually need to change this.
  interval: 20
action-suppress-world-edit:
  # You can disable react from automatically pausing world edit.
  temp-pause-async-worldedit: true