You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ order: 1
9
9
# Getting Started
10
10
11
11
Cardinal requires Java 8 or above to run. You can download the latest version of Java [here](https://adoptopenjdk.net/).
12
-
For Java 9 and above take a look at the [Run on Java 9+ Module System](#run-on-java-9-module-system) section.
13
12
If you want to use more advanced features that surpass the capabilities of spigot, you can take a look at the [tcpdump section](#allow-tcpdump).
14
13
15
14
## Choose an Edition
16
15
17
-
There are currently two editions available. They are different in features and pricing. Please check out the [pricing](/pricing) page to check out all the available information on the different editions.
16
+
There are currently two editions available. They are different in features and pricing.
17
+
Please check out the [pricing](/pricing) page to check out all the available information on the different editions.
| Bedrock Support | As one of few, Cardinal supports Bedrock fully. Which includes detecting cheats while other anticheats only exempt/whitelist bedrock players
60
-
| Addons | Cardinal also allows loading, developing and sharing addons. There are already some addons on my [discord](https://discord.gg/fxTn7v8) server. Furthermore, there is a rather good documentation for developers on how to write your own addons [here](how-to/addons/)
61
-
| Reports | Each flag will be stored as a so called "report". Players with a lot of reports are very probably cheating. Moderators can vew a sorted list of the players with the most reports and decide to ban those with an unusual high amount of reports
62
-
| Dialects | As closed source projects have legitimate doubts about security and privacy, Cardinal doesn't handle any database connections. Reading and writing is only possible through [dialects](how-to/addons/dialects/) which are a form of addons and provide a high level of security
63
-
| Always-up to date | Cardinal uses a dynamic loading strategy that provides better support for versioning than other plugins, which also includes the loading of the newest release on startup. This provides better and easier hotfixes to everyone
64
-
65
-
59
+
| Bedrock Support | As one of few, Cardinal supports Bedrock. This includes detecting cheats while other anticheats only exempt/whitelist bedrock players (Experimental) |
60
+
| Addons | Cardinal also allows loading, developing and sharing addons. There are already some addons on my [discord](https://discord.gg/fxTn7v8) server. Furthermore, there is a rather good documentation for developers on how to write your own addons [here](how-to/addons/)|
61
+
| Reports | Each flag will be stored as a so called "report". Players with a lot of reports are very probably cheating. Moderators can vew a sorted list of the players with the most reports and decide to ban those with an unusual high amount of reports |
62
+
| Dialects | As closed source projects have legitimate doubts about security and privacy, Cardinal doesn't handle any database connections. Reading and writing is only possible through [dialects](how-to/addons/dialects/) which are a form of addons and provide a high level of security |
63
+
| Always-up to date | Cardinal uses a dynamic loading strategy that provides better support for versioning than other plugins, which also includes the loading of the newest release on startup. This provides better and easier hotfixes to everyone |
0 commit comments