File tree Expand file tree Collapse file tree 4 files changed +0
-26
lines changed
src/content/docs/paper/dev/api Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,6 @@ export default defineConfig({
166
166
{
167
167
label : "Command API" ,
168
168
collapsed : true ,
169
- badge : {
170
- text : "Experimental" ,
171
- variant : "danger" ,
172
- } ,
173
169
items : [
174
170
{
175
171
label : "Basics" ,
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ It offers many advantages above the previously widely used Bukkit command system
11
11
- Integration with reload events, allowing the definition of commands usable in datapacks.
12
12
- Easier creation of subcommands.
13
13
14
- ::: danger [ Experimental]
15
-
16
- Paper's command system is still experimental and may change in the future.
17
-
18
- :::
19
-
20
14
::: note
21
15
22
16
To see a comparison between the new Brigadier system and the old Bukkit system, [ click here] ( /paper/dev/command-api/misc/comparison-bukkit-brigadier ) .
Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ description: A comparison between Brigadier and Bukkit commands.
4
4
slug : paper/dev/command-api/misc/comparison-bukkit-brigadier
5
5
---
6
6
7
- ::: danger [ Experimental]
8
-
9
- Paper's command system is still experimental and may change in the future.
10
-
11
- :::
12
-
13
7
## Registering commands
14
8
### The old Bukkit way
15
9
Original file line number Diff line number Diff line change 2
2
title : Lifecycle API
3
3
description : A guide to Paper's Lifecycle API.
4
4
slug : paper/dev/lifecycle
5
- sidebar :
6
- badge :
7
- text : Experimental
8
- variant : danger
9
5
---
10
6
11
7
The lifecycle API can be used for lifecycle-related registration. It is currently used by the
12
8
Brigadier command API. It is planned to be used for the Registry Modification API as well.
13
9
Generally, systems that are initialized very early in the startup process can take advantage of this
14
10
event system.
15
11
16
- ::: danger [ Experimental]
17
-
18
- The Lifecycle API and anything that uses it is currently experimental and may change in the future.
19
-
20
- :::
21
-
22
12
## LifecycleEventManager
23
13
24
14
The [ LifecycleEventManager] ( jd:paper:io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager ) is tied
You can’t perform that action at this time.
0 commit comments