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/en/intro.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The CommandAPI does not follow the "standard" method of registering commands. In
27
27
28
28
-**Commands should not be declared in the `plugin.yml` file.**
29
29
- 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.
0 commit comments