TabCompleteEvent API8

Is there an analogue of this event in API8?
I need to do an enumeration of the id of blocks, objects, entities, and so on in one command for a quick set. Right now I can’t do it, because commands are registered before these objects are registered.

There isnt a analogue in api 8.

I believe this is because a lot of the tab completion is done on the client now so while “tab suggestions” still happen, its not consistent

1 Like

Is there a way to edit the arguments of a command after it has been registered?

Depends on the command.

If its RAW then maybe. If its Param then no

https://jd.spongepowered.org/spongeapi/8.0.0/org/spongepowered/api/command/Command.Raw.html

https://jd.spongepowered.org/spongeapi/8.0.0/org/spongepowered/api/command/Command.Parameterized.html