Skip to main content
notWavemelon u/notWavemelon avatar

Wavemelon

u/notWavemelon

Feed options
Hot
New
Top
View
Card
Compact

squall


mojang is fr cooking



also note that you have to moving forward to interact with any items or hit mobs and stuff like that because technically you're hitting the armor stand so if anyone has an idea of how to fix that it would be very helpful

edit: marker tag lmao. the only things you need to change is in the first command, add "Marker:1b," (including the comma) and in the 3rd command change "~-0.2" to "~1.7". and it updates just as fast, if not faster.


UPDATE: FOUND A SOLUTION!

All I did was use Armor Stands with names and tags. All that's left is a nickname mod that changes the username in the tablist and death messages/chat messages. Commands and instructions will be given below

As an example, I'm naming the tag "Nametag1" and the team "NametagTeam1" as well.

Make a team for your character that you want to rename, make sure the team has the modification "nametagVisibility" to "never", then, add the player you want to be renamed to the team. That's all for that. Then, somewhere in the world, place a command block (or putit in the command bar if you want to suffer):

summon armor_stand ~ ~ ~ {Invisible:1b,NoBasePlate:1b,CustomName:'[{"text":"<Nickname>"}]',CustomNameVisible:1b,PersistenceRequired:1b,Tags:["Nametag1"]}

After this, place a repeating always active command block with this command:

tp @e[tag=Nametag1,type=armor_stand] <Player>

Place a chain command block, with Conditional and Always Active on with this command:

execute as @e[tag=Nametag1,type=armor_stand] at @a[team=NametagTeam1] run tp ~ ~-0.2 ~

After this, it should work fine and even sync with the players' movements. Again, when paired with a nickname mod that works in the tablist and chat, it's a perfect solution.


no, unfortunately


How do I make a text display that always follows a player overhead (like a nameplate)?
Image
r/MinecraftCommands
How do I make a text display that always follows a player overhead (like a nameplate)?

I tried placing 2 always active repeating command blocks

One to summon a text display,

execute at [Player] run summon text_display ~ ~2 ~ {billboard:"center",text:'{"text":"[Text]"}'}

and one to kill that text display

kill @e[type=text_display]

But, when you try it, it flashes. Without the kill command block, it stacks or streaks. I want it to always be above the player's head without flashing or streaking. The reason is that I want to "nickname" a player but couldn't actually find a mod for fabric that does so, so I thought this might work. If anyone knows how to do this or if it's just not possible, please lmk in the comments.

Thanks!


Need a Nickname mod for Fabric
Image
r/Minecraft
Need a Nickname mod for Fabric

For the past 4 months, I've been looking for a Nicknamer mod for the Fabric mod loader.

Every other nickname mod either doesn't change the nameplate above the player's head or runs on a different mod loader/version of the game.

This has been very frustrating to me and I would like to know if a mod like this actually exists. The closest thing I've found for something like this is Tschipp's FakeName (forge only) or PyroFab's Impersonate (can't use own skin and it shows my actual username next to fake name)

And before anyone says, I don't know how to code mods and so far I've searched every corner of the internet that I can.

For people wondering why, I want to create a series that has custom characters and this is the only thing getting in the way.

Thanks!