Initial commit

This commit is contained in:
2022-09-10 14:28:27 +02:00
commit c13c4bbd85
34 changed files with 422 additions and 0 deletions

View 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}'}

View 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}

View 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

View 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

View 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

View 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

View 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

View File

@ -0,0 +1,2 @@
function malloc:fx/anchors/reset
data merge entity @s {CustomNameVisible:1b,Marker:0b,Invisible:1b,Glowing:1b}