Proper return name for CommandBlock as sender
ShaneBeee opened this issue ยท 5 comments
Suggestion
I would like to suggest giving the command block a proper toString.
Currently when doing something like send "Sender: %sender%
, it returns @
In the CommandSender ClassInfo#toString maybe we can check if the command sender is a command block and return "command block" instead of "@"
Why?
More clear/concise visual of who the command sender is.
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.
That said, @ is very confusing and obscure, so it might be worth changing specifically the unnamed case to "command block" or something.
That said, @ is very confusing and obscure, so it might be worth changing specifically the unnamed case to "command block" or something.
that's kinda what I was thinking.
When I first saw the "@" I was surprised.
I can only imagine how confusing this is for most Skripters.