SBPrime / AsyncWorldEdit-Premium

Async WorldEdit - Edit millions of blocks without lag! (Premium version)
Other
19 stars 4 forks source link

ASWE is not supporting Worldedit 7.1 command , /tool tree [tree_type] #210

Closed Tsoccerguy3 closed 4 years ago

Tsoccerguy3 commented 4 years ago

when trying to place a tree , it says its done but there is no tree

SBPrime commented 4 years ago

This tool is broken try disabling it in the awe config.

Tsoccerguy3 commented 4 years ago

ok can you state what the old line and the new line is ?

from ?

to?

Tsoccerguy3 commented 4 years ago

There is a problem with you default config , after removing the # sign at tree and tool AWE will not load . needed to remove the double brackets to get the plugin to work

from disabledOperations: {} to disabledOperations:

List of WorldEdit operations that AWE won't run in async mode

disabledOperations: {}

 - tool
 - tree
SBPrime commented 4 years ago

You need to have proper YAML:

disabledOptions:
  - treePlanter