Skip to content

Commit fb843b3

Browse files
committed
refactor: some formulations
1 parent 63c75fc commit fb843b3

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Diff for: getting-started/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ order: 1
99
# Getting Started
1010

1111
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.
1312
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).
1413

1514
## Choose an Edition
1615

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.
1818

1919
### Download Community Edition
2020

Diff for: index.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ server owner.
5656

5757
| Feature | Description |
5858
|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
59-
| 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 |

Diff for: static/images/banner.png

-62.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)