Closed sbrl closed 4 years ago
Looks like we can't assign any commands in WorldEditAdditions to the WorldEdit brush.
I suspect this might require a looking through WorldEdit's code & potentially making a PR against it to add support.
Now that we've migrated to worldedit.register_command() as suggested by @sfan5, this now works as expected:
worldedit.register_command()
Hooray :partying_face:
Looks like we can't assign any commands in WorldEditAdditions to the WorldEdit brush.
I suspect this might require a looking through WorldEdit's code & potentially making a PR against it to add support.