mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
28 lines
786 B
Markdown
28 lines
786 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: 'Pumpkin'
|
|
text: 'Minecraft Server'
|
|
tagline: Empowering everyone to host fast and efficient Minecraft servers
|
|
actions:
|
|
- theme: brand
|
|
text: Quick Start
|
|
link: /about/quick-start
|
|
- theme: alt
|
|
text: Configuration
|
|
link: /config/introduction
|
|
- theme: alt
|
|
text: For developers
|
|
link: /developer/introduction
|
|
|
|
features:
|
|
- title: Written in Rust
|
|
details: Pumpkin is written 100% in Rust, ensuring memory safety and unmatched performance.
|
|
- title: Feature complete
|
|
details: With all vanilla features supported, you will have no issues.
|
|
- title: Extensible
|
|
details: Using Extism you can extend Pumpkin to your needs. Play your way!
|
|
---
|