Bug Closed · Resolved

<caster.owner.name> placeholder returning the wrong name.

#4247 opened by Unknown 3 years ago

Unknownreported this bug

On MM build 5.3.5 Premium 64893d49 | Paper - 307

This script:

- setowner @trigger
- delay 1
- command{c="say My owner is <caster.owner.name>!"}

Will return the name of the mob casting it when executed ~onInteract. It should return the name of the owner, which would be the interacting player. Instead this is the result:

image

Unknowncommented

<caster.owner.name> is not a valid placeholder. Use <parent...> placeholders instead.

Unknowncommented

parent placeholders are not listed on the wiki from what I can tell. Ctrl + f "parent" does not find anything either.

Unknowncommented

Haunting me again, can we get the placeholder you are talking about?

Sign in to join the discussion.