Allow escaping " (double quotes) in NBT Path
SCLeoX opened this issue · 1 comments
Issue type:
- ➕ Feature request
Short description:
I don't think it is currently possible to match keys with double quotes in them. It would be nice to allow escaping double quotes: ["a\"b"]
.
The downside of this is that now back slashes need escaping as well. So an alternative might be escaping double quotes by another double quotes: ["a""b"]
.
I can make a PR for this, if you think it will be a decent feature.