From 5db02385b3d761a175c301a2f82b24bdb5d842ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:35:43 +0200 Subject: [PATCH 1/3] document https://github.com/PaperMC/Paper/pull/12589 --- src/content/docs/paper/admin/reference/system-properties.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/docs/paper/admin/reference/system-properties.md b/src/content/docs/paper/admin/reference/system-properties.md index 39049f5ee..74ebaa126 100644 --- a/src/content/docs/paper/admin/reference/system-properties.md +++ b/src/content/docs/paper/admin/reference/system-properties.md @@ -194,6 +194,11 @@ It also remaps plugin CB calls to remove the version information. - **default**: `false` - **description**: Allows you to bypass the Java version check. See [here](/paper/faq#unsupported-java-detected-what-do-i-do) for more info. +#### IReallyKnowWhatIAmDoingISwear + +- **default**: `unset` +- **description**: If set, bypasses the automatic update checking on startup. + #### paper.useLegacyPluginLoading - **default**: `false` From b01a4e12c6973811fd2d441b1fdbab61a5849e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:41:18 +0200 Subject: [PATCH 2/3] change property name --- src/content/docs/paper/admin/reference/system-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/paper/admin/reference/system-properties.md b/src/content/docs/paper/admin/reference/system-properties.md index 74ebaa126..3a1fe54bc 100644 --- a/src/content/docs/paper/admin/reference/system-properties.md +++ b/src/content/docs/paper/admin/reference/system-properties.md @@ -194,7 +194,7 @@ It also remaps plugin CB calls to remove the version information. - **default**: `false` - **description**: Allows you to bypass the Java version check. See [here](/paper/faq#unsupported-java-detected-what-do-i-do) for more info. -#### IReallyKnowWhatIAmDoingISwear +#### paper.disableStartupVersionCheck - **default**: `unset` - **description**: If set, bypasses the automatic update checking on startup. From b6a45436e3c51859249da91d74952ce54bc5c7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:42:52 +0200 Subject: [PATCH 3/3] bypasses -> disables --- src/content/docs/paper/admin/reference/system-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/paper/admin/reference/system-properties.md b/src/content/docs/paper/admin/reference/system-properties.md index 3a1fe54bc..a6cbb78a6 100644 --- a/src/content/docs/paper/admin/reference/system-properties.md +++ b/src/content/docs/paper/admin/reference/system-properties.md @@ -197,7 +197,7 @@ It also remaps plugin CB calls to remove the version information. #### paper.disableStartupVersionCheck - **default**: `unset` -- **description**: If set, bypasses the automatic update checking on startup. +- **description**: If set, disables the automatic update checking on startup. #### paper.useLegacyPluginLoading