Skip to content

Commit 2a86fcd

Browse files
committed
Add notice that commands may also be plugin commands
1 parent e278512 commit 2a86fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The CommandAPI does not follow the "standard" method of registering commands. In
2727

2828
- **Commands should not be declared in the `plugin.yml` file.**
2929
- Commands are automatically registered under the `minecraft` namespace. For example, if you register a command `/hello`, you can also run it using `/minecraft:hello`. However, you can change this default `minecraft` namespace. More about this [on the command registration page](./create-commands/registration#registering-the-command).
30-
- Commands are not "linked" to a certain plugin. In other words, you can’t look up which commands are registered by which plugin.
30+
- Commands are not "linked" to a certain plugin. In other words, you can’t look up which commands are registered by which plugin. This is not the case for commands on Paper versions that have Paper's Brigadier API, or in other words, any Paper build starting in 1.20.6 with build 65.
3131

3232
## How this documentation works
3333

0 commit comments

Comments
 (0)