I have the command

/give @p[lm=10] bow 

set up in one command and

/xp -10L @p[lm=10] in another. 

I need to know how to make the second command apply to only players in a specific radius.

1 Answer

It should just be /xp -10L @p[lm=10,r=X] where X is the number of blocks in the radius.