Hello! How do I make a function that lets me go into 'true invis' meaing it shows nothing, not ur tools, not particles, not armour, im very new and i cant figure out functions as i cant find any thing about it online! Please help me.
Thats a snippet that im stuck on. Also how do i make it so i can summon particles that trace the player while he teleports where the enderpearl lands!
Code:
on rightclick:
if player's tool is unbreakable diamond sword of sharpness 4 named "&1&lShadow Sword":
if {cooldownshadow::%player's uuid%} is not set:
push player forward with speed 2.3
# run function here
play sound "entity.enderman.teleport" at player
set {cooldownshadow::%player's uuid%} to 3
loop 3 times:
wait 1 second
remove 1 from {cooldownshadow::%player's uuid%}
send action bar "&1&lShadow Step &c&lAbility &r&1&lis ready to be used!" to player
delete {cooldownshadow::%player's uuid%}
else:
send action bar "&r &1Shadow Step &cAbility &r| &cCD: &b&l%{cooldownshadow::%player's uuid%}% &r" to player
Thats a snippet that im stuck on. Also how do i make it so i can summon particles that trace the player while he teleports where the enderpearl lands!