Name an entity

Started by Bohne47 on

Topic category: Help with Minecraft modding (Bedrock Edition)

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Name an entity

I created an entity which uses the minecraft:entity component. In the game, this entity now uses the name NPC like it would be named with a name tag. I want to choose a name by myself or that this entity doesn't have any name. But I don't want that it's named NPC.

I hope to get help

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use procedures to…
Wed, 01/17/2024 - 14:13

You can use procedures to change the display name of an entity. The 'set display name of entity' function should be helpful. You'll have to make your own procedure, depending on how you want the entity's name to change.