Advertisement
Csabusa

Kattintható lebegő szöveg

Feb 29th, 2020
3,872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. A TEKNŐS ÉS A SZÖVEG MEGIDÉZÉSE
  2. summon minecraft:turtle -39 17.5 1 {Tags:["menu","menuhitbox1"],NoAI:1,Silent:1,ActiveEffects:[{Id:14,Amplifier:0,Duration:2147483647,ShowParticles:false}],Team:"nocollision"}
  3.  
  4. execute at @e[tag=menuhitbox1,limit=1] run summon minecraft:armor_stand ~ ~-0.3 ~ {Tags:["menu","menuszoveg1"],Marker:1,Invisible:1,CustomNameVisible:1,CustomName:"\"§aNyomj már meg!\""}
  5.  
  6.  
  7. TEKNŐS ELLENŐRZÉSE ÉS VISSZAÁLLÍTÁSA
  8. execute as @e[tag=menuhitbox1,name=.] run function kattinthatoszoveg/menupont1
  9.  
  10. execute as @e[tag=menu,name=.] run data merge entity @s {CustomName:"\"\""}
  11.  
  12.  
  13. NAMETAG ELLENŐRZÉSE
  14. execute as @e[type=item,nbt={Item:{id:"minecraft:name_tag"}}] run kill @s
  15. execute as @a[nbt=!{Inventory:[{id:"minecraft:name_tag",Slot:-106b}]}] run function kattinthatoszoveg/ujcetli
  16.  
  17.  
  18. NAMETAG BAL KÉZBE RAKÁSA (UJCETLI FUNCTION)
  19. clear @a minecraft:name_tag
  20. replaceitem entity @a weapon.offhand minecraft:name_tag{display:{Name:"\".\""}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement