PCGF_PluginLib
PCGF_PluginLib copied to clipboard
Improve handling and validation of json messages containing empty components
Minecraft is unable to process a json message like that [{},{"text":"some text."}] but ["",{"text":"some text."}] works fine.
When a json message is loaded it should be validated and if possible corrected.