Skip to content

Commit b920a15

Browse files
Add faq page and java version check info (#240)
Co-authored-by: Ollie <[email protected]>
1 parent 2191428 commit b920a15

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

config/sidebar.paper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const paper: SidebarsConfig = {
7474
slug: "/cat/admin/misc",
7575
},
7676
items: [
77+
"admin/misc/faq",
7778
"admin/misc/paper-bug-fixes",
7879
],
7980
},

docs/paper/admin/misc/faq.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: /faq
3+
---
4+
5+
# Frequently Asked Questions
6+
7+
## Unsupported Java detected, what do I do?!
8+
9+
Unsupported, early-access, or internal versions of Java are often missing features, have known issues or be straight up broken.
10+
As such, we cannot provide support for servers running such versions.
11+
You should install a supported version of Java as explained [here](/misc/java-install).
12+
13+
If you still wish to continue, knowing that you are on your own and will receive NO support, you can disable the check with a system property, as explained [here](/paper/reference/system-properties#paperignorejavaversion).

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,8 @@ It also remaps plugin CB calls to remove the version information.
189189

190190
- **default**: `true`
191191
- **description**: Sets whether to parse comments in YAML files by default.
192+
193+
#### Paper.IgnoreJavaVersion:
194+
195+
- **default**: `false`
196+
- **description**: Allows you to bypass the Java version check. See [here](/paper/faq#unsupported-java-detected-what-do-i-do) for more info.

0 commit comments

Comments
 (0)