Skip to content

Commit 454e8fc

Browse files
committed
Misc touchups
1 parent f0ba7f9 commit 454e8fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/paper/dev/api/command-api/basics/requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Requirements
33
description: A guide to setting requirements for commands.
44
slug: paper/dev/command-api/basics/requirements
5+
version: 1.21.6
56
---
67

78
Sometimes you want to limit a player's ability to use and/or view certain commands or subcommands. Exactly for this purpose,
@@ -76,7 +77,7 @@ the update commands method as often as required, but it should generally be avoi
7677
these in very specific spots. Furthermore, this method is completely thread safe, meaning you are free to call it from an asynchronous context.
7778

7879
## Restricted commands
79-
Since 1.21.6, commands can be restricted. This feature is used by Vanilla in order to make a player confirm whether they
80+
From 1.21.6 onwards, commands can now be restricted. This feature is used by Vanilla in order to make a player confirm whether they
8081
really want to run a command from a run-command click event. That includes ones on text components or dialog buttons.
8182
All Vanilla commands, which require operator status by default, are restricted:
8283

0 commit comments

Comments
 (0)