Skip to content

Commit 1954c2f

Browse files
authored
chore: remove Experimental from certain API (#613)
1 parent 735da6f commit 1954c2f

File tree

4 files changed

+0
-26
lines changed

4 files changed

+0
-26
lines changed

astro.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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",

src/content/docs/paper/dev/api/command-api/basics/introduction.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2216
To see a comparison between the new Brigadier system and the old Bukkit system, [click here](/paper/dev/command-api/misc/comparison-bukkit-brigadier).

src/content/docs/paper/dev/api/command-api/misc/comparison-bukkit-brigadier.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ description: A comparison between Brigadier and Bukkit commands.
44
slug: 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

src/content/docs/paper/dev/api/lifecycle.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,13 @@
22
title: Lifecycle API
33
description: A guide to Paper's Lifecycle API.
44
slug: paper/dev/lifecycle
5-
sidebar:
6-
badge:
7-
text: Experimental
8-
variant: danger
95
---
106

117
The lifecycle API can be used for lifecycle-related registration. It is currently used by the
128
Brigadier command API. It is planned to be used for the Registry Modification API as well.
139
Generally, systems that are initialized very early in the startup process can take advantage of this
1410
event 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

2414
The [LifecycleEventManager](jd:paper:io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager) is tied

0 commit comments

Comments
 (0)