Initial commit
This commit is contained in:
4
data/malloc/functions/fx/anchors/new.mcfunction
Normal file
4
data/malloc/functions/fx/anchors/new.mcfunction
Normal file
@ -0,0 +1,4 @@
|
||||
function malloc:fx/anchors/reset
|
||||
function malloc:fx/anchors/reset_tags
|
||||
function malloc:fx/anchors/show
|
||||
data merge entity @s {CustomName:'{"text":"DEFAULT","color":"white","bold":true}'}
|
1
data/malloc/functions/fx/anchors/reset.mcfunction
Normal file
1
data/malloc/functions/fx/anchors/reset.mcfunction
Normal file
@ -0,0 +1 @@
|
||||
data merge entity @s {ArmorItems:[],CustomNameVisible:0b,NoGravity:1b,Silent:1b,Invulnerable:1b,ShowArms:1b,Marker:1b,Invisible:1b,DisabledSlots:4144959}
|
5
data/malloc/functions/fx/anchors/reset_tags.mcfunction
Normal file
5
data/malloc/functions/fx/anchors/reset_tags.mcfunction
Normal file
@ -0,0 +1,5 @@
|
||||
tag @s add fx
|
||||
tag @s remove fx-purple
|
||||
tag @s remove fx-red
|
||||
tag @s remove fx-blue
|
||||
tag @s remove fx-green
|
5
data/malloc/functions/fx/anchors/set_blue.mcfunction
Normal file
5
data/malloc/functions/fx/anchors/set_blue.mcfunction
Normal file
@ -0,0 +1,5 @@
|
||||
function malloc:fx/anchors/reset
|
||||
function malloc:fx/anchors/reset_tags
|
||||
function malloc:fx/anchors/show
|
||||
data merge entity @s {ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:255}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:255}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:255}}},{id:"minecraft:leather_helmet",Count:1b,tag:{display:{color:255}}}],CustomName:'{"text":"BLUE","color":"blue","bold": true}'}
|
||||
tag @s add fx-blue
|
5
data/malloc/functions/fx/anchors/set_green.mcfunction
Normal file
5
data/malloc/functions/fx/anchors/set_green.mcfunction
Normal file
@ -0,0 +1,5 @@
|
||||
function malloc:fx/anchors/reset
|
||||
function malloc:fx/anchors/reset_tags
|
||||
function malloc:fx/anchors/show
|
||||
data merge entity @s {CustomName:'{"text":"GREEN","color":"green","bold":true}',ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:65280}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:65280}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:65280}}},{id:"minecraft:leather_helmet",Count:1b,tag:{display:{color:65280}}}]}
|
||||
tag @s add fx-green
|
5
data/malloc/functions/fx/anchors/set_purple.mcfunction
Normal file
5
data/malloc/functions/fx/anchors/set_purple.mcfunction
Normal file
@ -0,0 +1,5 @@
|
||||
function malloc:fx/anchors/reset
|
||||
function malloc:fx/anchors/reset_tags
|
||||
function malloc:fx/anchors/show
|
||||
data merge entity @s {ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:14483711}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:14483711}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:14483711}}},{id:"minecraft:leather_helmet",Count:1b,tag:{display:{color:14483711}}}],CustomName:'{"text":"PURPLE","color":"light_purple","bold":true}'}
|
||||
tag @s add fx-purple
|
5
data/malloc/functions/fx/anchors/set_red.mcfunction
Normal file
5
data/malloc/functions/fx/anchors/set_red.mcfunction
Normal file
@ -0,0 +1,5 @@
|
||||
function malloc:fx/anchors/reset
|
||||
function malloc:fx/anchors/reset_tags
|
||||
function malloc:fx/anchors/show
|
||||
data merge entity @s {ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:leather_helmet",Count:1b,tag:{display:{color:16711680}}}],CustomName:'{"text":"RED","color":"red","bold": true}'}
|
||||
tag @s add fx-red
|
2
data/malloc/functions/fx/anchors/show.mcfunction
Normal file
2
data/malloc/functions/fx/anchors/show.mcfunction
Normal file
@ -0,0 +1,2 @@
|
||||
function malloc:fx/anchors/reset
|
||||
data merge entity @s {CustomNameVisible:1b,Marker:0b,Invisible:1b,Glowing:1b}
|
Reference in New Issue
Block a user