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({
166166 {
167167 label : "Command API" ,
168168 collapsed : true ,
169- badge : {
170- text : "Experimental" ,
171- variant : "danger" ,
172- } ,
173169 items : [
174170 {
175171 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
1111- Integration with reload events, allowing the definition of commands usable in datapacks.
1212- Easier creation of subcommands.
1313
14- ::: danger [ Experimental]
15-
16- Paper's command system is still experimental and may change in the future.
17-
18- :::
19-
2014::: note
2115
2216To 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.
44slug : paper/dev/command-api/misc/comparison-bukkit-brigadier
55---
66
7- ::: danger [ Experimental]
8-
9- Paper's command system is still experimental and may change in the future.
10-
11- :::
12-
137## Registering commands
148### The old Bukkit way
159
Original file line number Diff line number Diff line change 22title : Lifecycle API
33description : A guide to Paper's Lifecycle API.
44slug : paper/dev/lifecycle
5- sidebar :
6- badge :
7- text : Experimental
8- variant : danger
95---
106
117The lifecycle API can be used for lifecycle-related registration. It is currently used by the
128Brigadier command API. It is planned to be used for the Registry Modification API as well.
139Generally, systems that are initialized very early in the startup process can take advantage of this
1410event system.
1511
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-
2212## LifecycleEventManager
2313
2414The [ LifecycleEventManager] ( jd:paper:io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager ) is tied
You can’t perform that action at this time.
0 commit comments