When I use a command block with an npc I set it up to give you a starter kit. But I used the @s selector. When I execute it it doesn't work. I tried without a npc but it still dosent work. I can't use @p if multiple users are going to be using it someone else might get the kit. Now I'm having to wait until it gets resolved because it's all paused until fixed NOTE: THE £ ICON IS A SCOREBOARD
Attachments
Comments 4
>> 100% not a bug.
I’m a command expert myself.
@s = Means the entity who is executing the command.
Command Blocks are not entities. Players only can use @s. but if you wanna use @s.
Do /execute (Targets: @p, @a, @e, @r, etc. not @s) X. Y. Z. /msg @s.
That only works.
doing /msg @s is not gonna help.
You can use tags (/tag) to do it.🙂
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response
To make your bug report as effective as possible, please try and include the following steps to reproduce the problem:
Steps to Reproduce:
1.
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Thats not a bug, the @s has no one to locate to. You need to attach an /execute before that.