Stevertus / mcscript

A programming language for Minecraft Vanilla
https://mcscript.stevertus.com
MIT License
236 stars 17 forks source link

Syntax Hilighter Non-full working in VSC #48

Open JackYevhen opened 1 year ago

JackYevhen commented 1 year ago

While using VSC (with Minecraft Script extension) commands written starting with / do not have tooltip. Probable fix: "borrow" some code from language-mcfunction extension.

Also, please, make "event detector" (in load scoreboard objectives add {name} {event_type} and in tick (or "main" as it called) execute as @a[scores={{name}=1..}] ...and scoreboard players set @a {name} 0