11 Commits

Author SHA1 Message Date
Starbeamrainbowlabs
d9877b8c6c more crash fixes 2022-09-19 19:42:22 +01:00
Starbeamrainbowlabs
6102a1adf5 Upgrade meta commands 2022-09-18 22:37:26 +01:00
Starbeamrainbowlabs
8de49ac0af register commands with worldeditadditions, not worldedit 2022-05-19 22:10:09 +01:00
Starbeamrainbowlabs
b816133716 core: implement fetch_command_def
This rovides an abstraction to fetch a worldedit command's definition, 
regardless of where it was registered.

We would normally expect all commands to be registered in 
wea_c.registered_commands, but before we only do a one-off pass to 
import commands from worldedit should a new mod we aren't aware of 
register a command with worldedit and get loaded after us, we won't 
detect it - hencee  the need for this function.
2022-05-19 02:31:01 +01:00
Starbeamrainbowlabs
6cd367915d //airapply: fix rogue args_parsed 2021-08-07 22:37:45 +01:00
Starbeamrainbowlabs
fcd4de3429 //airapply: fix nodes_needed 2021-08-07 22:35:32 +01:00
Starbeamrainbowlabs
10a649e597 //airapply: error handling 2021-08-07 21:16:17 +01:00
Starbeamrainbowlabs
1c8d572bb8 //airapply: fix undefined variables 2021-07-30 20:01:38 +01:00
Starbeamrainbowlabs
8b4ba8ccc1 airapply, ellipsoidapply: allow //multi to be a subcommand 2021-07-16 23:00:31 +01:00
Starbeamrainbowlabs
57caddece7 airapply: fix header 2021-07-15 21:39:25 +01:00
Starbeamrainbowlabs
0b379c48cb Implement //airapply
For #56, but the docs aren't written yet so we'll wait on closing it 
until I've written them.
2021-07-15 02:17:14 +01:00