You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/paper/dev/api/command-api/arguments/entity-player.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The arguments described in this section relate to arguments which you can use to
15
15
All of these have entity selectors (`@a`, `@e`, `@n`, etc.) as valid inputs, though they require the `minecraft.command.selector` permission in order to
16
16
be able to be used. The specific arguments may allow or disallow certain selectors.
17
17
18
-
Due to the permission requirement for selectors it is adviced to add a `requires` statement to your command:
18
+
Due to the permission requirement for selectors it is advised to add a `requires` statement to your command:
0 commit comments