layout, hero, features
| layout |
hero |
features |
| home |
| name |
tagline |
image |
actions |
| DivineMC |
DivineMC is the fork of Purpur compatible with Spigot plugins, offering the best performance for your server. |
| src |
alt |
| logo.png |
DivineMC |
|
|
|
| theme |
text |
link |
| alt |
Documentation |
/docs/ |
|
|
|
| icon |
title |
details |
| 🍴 |
Fork of Purpur |
DivineMC is the fork of Purpur compatible with Spigot plugins, offering the best performance for your server. |
|
| icon |
title |
details |
| 📰 |
Lithium patches |
DivineMC contains Lithium patches that optimizing many areas in game. |
|
| icon |
title |
details |
| 🆕 |
New features |
DivineMC contains some PaperMC pull requests patches. |
|
| icon |
title |
details |
| 🐛 |
Bug fixes |
DivineMC have patches that fixes bugs for several Minecraft issues. |
|
| icon |
title |
details |
| 🔌 |
Plugin compatibility |
DivineMC have full compatibility with Spigot & Paper plugins. |
|
| icon |
title |
details |
| 🔃 |
Always up-to date |
DivineMC always updated to latest version of Purpur |
|
|
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #ffa38a 30%, #310085);
--vp-home-hero-image-background-image: linear-gradient(-45deg, #ffa38a 50%, #310085 50%);
--vp-home-hero-image-filter: blur(40px);
}
@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(56px);
}
}
@media (min-width: 960px) {
:root {
--vp-home-hero-image-filter: blur(72px);
}
}
</style>