-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.7.4
-
None
-
Unconfirmed
-
Survival
All players are allowed to use /tell with all its modifiers, this means that @a, @p and conditions of these like r= or name= can be used by any player and admin cannot restrict the use of either of these on default vanilla. This however has serious implications:
Using a command like
/tell @p[name=Dinnerbone,r=100] I know where you are :P
and slowly increasing the range condition until the message gets sent (if the player is not in range the tell command will fail with the message that the player could not be found) any player can pin-point the distance to any other player.
Doing this in 3 different locations, will then completely pin-point the targets location (coords).
To illusrate the method look at these pictures:
http://imgur.com/eTaUltz
See this picture as a top view on the map. The left to right Axis is the X axis, the top to bottom axis is the Z axis. Y coords of the player will be ignored in this method ( they dont matter too much anyways ).
A,B and C represent the positions of the player while using the above command. P would be the location of the target, in our case that would be Dinnerbone.
the smaller circle of each color is the last range where the /tell command failed, the bigger circle is the first range where the message did get sent.
As a result, the target player could be at any point that is in between all of the 3 pairs of min and max radii.
However in reality you would not use 3 sets of min and max radii, you would use the median of the min and max radii and get 3 radii as a result. The point where all of them meet is the target players position:
http://imgur.com/Cp2lDIl
Note that the result is not 100% precise, this however can be counteracted by using smaller distances for the min and max radii.
This method works for targets more than 40k blocks away from the player (but has a limit).
A normal player should never be able to find the location of another player in survival minecraft. Especially in PvP this can be and is being abused.
So how to solve this problem?
There are multiple ways to solve this, the most elegant way in my oppinion would be to simply disallow @a and the range condition for non-op players (disallow @a to prevent spam, different issue). Most of these conditions and modifiers where designed for map makers, admins and for the use with command-blocks in the first place, not for normal players.
A different aproach would be to limit the r= condition to the area visible by the player ( so that you can only send messages with r= to players the server already sent you the coords of (for rendering purposes) ).
The third and (in my oppinion) most un-elegant way of preventing abuse would be to simply change the messages displayed when the message gets sent or fails to be sent to be the same when using range conditions. This however would probably confuse most players.
I hope that this explained the problem with the command modifiers and conditions in an understandable way. If you should still have questions feel free to ask.
Kagamul
- duplicates
-
MC-43984 Normal players can use player selectors
- Resolved