mirror of
https://github.com/BX-Team/DivineMC.git
synced 2026-01-04 15:31:43 +00:00
[ci-skip] Use VitePress instead of Docusaurus (#7)
* [ci-skip] full rework of docs * [ci-skip] update index page * [ci-skip] fix logo * [ci-skip] fix logo 2
This commit is contained in:
35
docs/docs/index.md
Normal file
35
docs/docs/index.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
outline: deep
|
||||
aside: false
|
||||
---
|
||||
|
||||
# Welcome to DivineMC wiki
|
||||
|
||||
DivineMC is the fork of Purpur compatible with Spigot plugins, offering the best performance for your server.
|
||||
|
||||
## Features
|
||||
|
||||
- **DivineMC is a fork of [Purpur](https://github.com/PurpurMC/Purpur)** designed for configurability, new fun and exciting gameplay features.
|
||||
- **Contains [Lithium](https://github.com/CaffeineMC/lithium-fabric) patches** that optimizing many areas in game.
|
||||
- **Contains** some PaperMC pull requests patches.
|
||||
- **Bug fixes** for several Minecraft issues.
|
||||
- **Plugin compatibility** with Spigot & Paper plugins.
|
||||
|
||||
## Downloads
|
||||
|
||||
In normal case, you can download the latest JAR file from releases tab [here](https://github.com/DivineMC/DivineMC/releases/latest)
|
||||
|
||||
**Please note:** Java >= 17 is required.
|
||||
|
||||
## Building
|
||||
In order to distribute and use this server software, you need a paperclip file:
|
||||
|
||||
```bash
|
||||
./gradlew applyPatches && ./gradlew createReobfPaperclipJar
|
||||
```
|
||||
|
||||
## License
|
||||
Patches are licensed under GPL-3.0.
|
||||
All other files are licensed under MIT.
|
||||
|
||||
###### [List of all forks](https://gist.github.com/SoSeDiK/1773ef2c239722f7083a25b2f78619ed)
|
||||
Reference in New Issue
Block a user