You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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..}] ...
andscoreboard players set @a {name} 0
The text was updated successfully, but these errors were encountered: