Spigot-like command coding

Hey guys, I’m building a server for a French community and I was wondering if there is a way for me to get the actual arguments used with a command instead of using the Sponge API. My problem is that I’m trying to make my server 100% translated to French but the GenericArguments and stuff that handle the arguments automatically are all in English.

Thanks for your help!

There is. You can implement CommandCallable. Im assuming your mean that the Sponge error messages from it are in English and cannot be changed.

I will also warn you that CommandCallable has been removed in API 8 with no obvious alternative (there is one but its not a single class).

There is? Command.Raw?

Ah. Doesnt matter about that warning then XD