Skip to content

Not working #266

Description

@jayly-bot

system.runInterval(() => {
for (const player of world.getPlayers()) {
const playerContainer = player.getComponent("minecraft:inventory").container
for (let i = 0; i < playerContainer.size; i++) {
const item = playerContainer.getItem(i);
const item1 = item.getComponent("minecraft:durability")
if ( !item1 ) continue
item.nameTag = "Essa"
}
}
});


Issue Details

Do not edit this section. It is required for Discord to GitHub issue linking.

  • User: Bester#5430
  • Server: Bedrock Add-Ons

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions