☑ FastAsyncWorldEdit

FAWE needs to load before WorldEdit (where it replaces its classes). Sponge allows adding a plugin dependency, however that would ensure it loads after another plugin, not before. The lifecycle events that you linked isn’t what I need since the classes are already loaded by then.

1 Like