Skip to content

Commit

Permalink
DP | yes sir
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Aug 31, 2024
1 parent 48681c8 commit 17271e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nnb_main/data/nnb_main/function/create_marker.mcfunction
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
$tellraw @s "<grey> \u2139 | Generated $(Tag)"
$tellraw @s {"text":" \u2139 | Generated $(Tag)","color":"gray","type":"text"}
$give @s minecraft:armor_stand[minecraft:entity_data={Invisible:true,Invulnerable:true,NoBasePlate:true,NoGravity:true,Small:true,CustomNameVisible:false,DisabledSlots:4128768,Tags:["$(Tag)"],id:"minecraft:armor_stand"},minecraft:custom_name='{"text":"$(Tag) Marker"}'] 1
2 changes: 1 addition & 1 deletion nnb_main/main.jmc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function lobby_music() {

// Simple function to create marker
function create_marker() {
$Text.tellraw(@s, "<grey> ℹ | Generated $(Tag)");
$Text.tellraw(@s, "&<gray> ℹ | Generated $(Tag)");
$give @s minecraft:armor_stand[minecraft:entity_data={Invisible:true,Invulnerable:true,NoBasePlate:true,NoGravity:true,Small:true,CustomNameVisible:false,DisabledSlots:4128768,Tags:["$(Tag)"],id:"minecraft:armor_stand"},minecraft:custom_name='{"text":"$(Tag) Marker"}'] 1;
}

Expand Down

0 comments on commit 17271e7

Please sign in to comment.