File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Paper's command system is still experimental and may change in the future.
19
19
:::note
20
20
21
21
This uses the <Javadoc name = { " io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager" } >LifecycleEventManager</Javadoc >
22
- to register the command. See the [ Lifecycle Events] ( ./lifecycle.mdx ) page for more information.
22
+ to register the command. See the [ Lifecycle Events] ( .. /lifecycle.mdx ) page for more information.
23
23
24
24
:::
25
25
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ See [declaring dependencies](#dependency-declaration) for more information on ho
187
187
# ## Commands
188
188
Paper plugins do not use the `commands` field to register commands. This means that you do not need to include all
189
189
of your commands in the `paper-plugin.yml` file. Instead, you can register commands using the
190
- [Brigadier Command API](../api/commands.mdx).
190
+ [Brigadier Command API](../api/commands-api/commands .mdx).
191
191
192
192
# ## Cyclic plugin loading
193
193
You can’t perform that action at this time.
0 commit comments