Small fix of adding a fallback in case of a too long message
If a JSON message would turn out too long (which could prevent the server from sending it or possibly even kicking out players), DMP will now remove all JSON formatting (such as item hover events and so on) to avoid that from happening. (This is a last case scenario and should not occur normally, however.)