-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/ctellraw selectors aren't fully functional #696
Comments
This is likely an issue with clientarguments. |
I will close and reopen it there tonight |
Perhaps it's a good idea to verify that is the case first, do you have a log you can share? |
|
Looks like it's in clientcommands. Probably |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
/ctellraw
, selectors don't work properly in most cases.For example, if I perform
/ctellraw {"translate":"death.fell.accident.generic","with":[{"selector":"@s"}]}
I will getRTTV fell from a high place
with the correct selector tag.However if I try
/ctellraw {"translate":"death.fell.accident.generic","with":[{"selector":"RTTV"}]}
I will get a NullPointerException thatnet.minecraft.server.MinecraftServer.getPlayerList()
cannot be invoked becausenet.minecraft.commands.CommandSourceStack.getServer()
is null.The text was updated successfully, but these errors were encountered: