Skip to content

Commit

Permalink
Don't run and kill item lol
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 3, 2023
1 parent 39df04e commit 5b9d79e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
execute in tropicraft:tropics run fill 2170 123 2615 2170 122 2615 air
execute in tropicraft:tropics run data merge entity @e[tag=disguises.player.text,limit=1,sort=nearest] {text:'{"color":"#6D00AD","text":"Ⓞ"}'}
execute in tropicraft:tropics run data merge entity @e[tag=disguises.player.text,limit=1,sort=nearest] {text:'{"color":"#6D00AD","text":"Ⓞ"}'}
execute in tropicraft:tropics run kill @e[current_world=true,type=item,nbt={Item:{id:"minecraft:purple_stained_glass"}}]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
execute if score @s disguise.cloneing matches 1.. run tellraw @s {"translate":"lt.disguise.already_cloned","color":"red"}
execute if score @s disguise.cloneing matches 1.. run return 1
data merge entity @e[tag=disguises.player.text,limit=1,sort=nearest] {text:'{"color":"#480073","text":"Ⓧ"}'}
scoreboard players reset * disguise.cloneing
scoreboard players set @s disguise.cloneing 1
Expand Down

0 comments on commit 5b9d79e

Please sign in to comment.