Levertion / mcfunction-langserver

Language Server for Minecraft Functions. See https://github.com/Levertion/vscode-mcfunction for a use
MIT License
16 stars 6 forks source link

NBT paths do not support multiple entities. #105

Closed Levertion closed 5 years ago

Levertion commented 5 years ago

This occurs with e.g. @e[type=#something]

They should handle it in a similar way to NBT - parsing then validating. This could be slightly ugly.

We need to handle only erroring if every possible entity doesn't support a path.