bundabrg / bcf

BCF Command Formatter
https://bundabrg.github.io/bcf/
GNU General Public License v3.0
6 stars 2 forks source link

Parsers. java.lang.IllegalArgumentException: argument type mismatch #24

Open Lemar98 opened 2 years ago

Lemar98 commented 2 years ago

I am trying to register my parser for my custom enum. When I execute a command in the game, the console shows me an error: https://pastebin.com/ntu4GA7g

My code: https://pastebin.com/xsSJEuQG

What am I doing wrong?