Skip to content

Commit

Permalink
update spark prefer plugin property (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
powercasgamer authored Jul 20, 2024
1 parent c230a28 commit 08a4cf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config-specs/paper/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,6 @@ spark:
description: >-
Whether the bundled spark profiler should be enabled as soon as possible. This can be useful for profiling the server during startup.
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).
prefer-spark-plugin:
default: "false"
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](#spark_enabled).
timings:
enabled:
default: "false"
Expand Down
4 changes: 4 additions & 0 deletions docs/paper/admin/reference/system-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,7 @@ It also remaps plugin CB calls to remove the version information.
- **default**: `false`
- **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).

#### paper.preferSparkPlugin

- **default**: `false`
- **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 comments on commit 08a4cf5

Please sign in to comment.