Skip to content

Commit 08a4cf5

Browse files
update spark prefer plugin property (#448)
1 parent c230a28 commit 08a4cf5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config-specs/paper/paper-global.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,6 @@ spark:
364364
description: >-
365365
Whether the bundled spark profiler should be enabled as soon as possible. This can be useful for profiling the server during startup.
366366
By default, spark is enabled once the server has finished starting up (when the **Done (X.XXXs)! For help, type "help"** message is sent in the console).
367-
prefer-spark-plugin:
368-
default: "false"
369-
description: >-
370-
Whether the bundled spark profiler should be disabled in favor of a standalone plugin.
371-
If the spark plugin is not found, the bundled version will be loaded regardless of the setting, unless it is [explicitly disabled](#spark_enabled).
372367
timings:
373368
enabled:
374369
default: "false"

docs/paper/admin/reference/system-properties.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,7 @@ It also remaps plugin CB calls to remove the version information.
221221
- **default**: `false`
222222
- **description**: Disables plugin remapping introduced in 1.20.5. For more information see the [userdev](../../dev/getting-started/userdev.mdx#1205-and-beyond) documentation and the official [announcement](https://discord.com/channels/289587909051416579/976631292747735080/1232740079097876570).
223223

224+
#### paper.preferSparkPlugin
225+
226+
- **default**: `false`
227+
- **description**: Whether the bundled spark profiler should be disabled in favor of a standalone plugin. If the spark plugin is not found, the bundled version will be loaded regardless of the setting, unless it is [explicitly disabled](/paper/reference/global-configuration#spark_enabled).

0 commit comments

Comments
 (0)