Goal Description
I have a union type which would be really useful to have working in the yaml parser for LabAPI. Only issue is right now though, is that I:
- Can't add the type converter directly to the parser
- Don't want to interfere with other plugins on the server if I patch or use reflection.
So it would be quite useful to be able to set your own parsers (ig this could be set during the LoadConfig method or something) and would allow you to make a custom parser that would work how you want it to, and without causing issues with other plugins.
Thanks for listening to my ted talk.
Notes
No response
Goal Description
I have a union type which would be really useful to have working in the yaml parser for LabAPI. Only issue is right now though, is that I:
So it would be quite useful to be able to set your own parsers (ig this could be set during the LoadConfig method or something) and would allow you to make a custom parser that would work how you want it to, and without causing issues with other plugins.
Thanks for listening to my ted talk.
Notes
No response