|
15 | 15 |
|
16 | 16 | --- |
17 | 17 |
|
| 18 | +## ✨ Why this repo? |
| 19 | + |
| 20 | +- 🚀 **One-command install** — a single script provisions a production-ready Minecraft server (Java **or** Bedrock) on Proxmox in minutes. |
| 21 | +- 🧩 **VM *and* LXC/CT** — supports both Proxmox virtualization models, plus a ready-made CT helper for Bedrock. |
| 22 | +- 🔄 **Self-updating** — `update.sh` pulls the latest **stable** PaperMC build via the new **Fill v3 API** with SHA256 + size validation. |
| 23 | +- 🔒 **Secure by default** — verified downloads, random CT passwords, UFW firewall guidance, and integrity checks (no HTML error pages saved as `server.jar`). |
| 24 | +- 🧠 **Auto-sized JVM** — memory is scaled to the host (`Xms ≈ RAM/4`, `Xmx ≈ RAM/2`, capped at 16 G) — no manual tuning required. |
| 25 | +- 🛡️ **CI-linted** — every shell script is checked with ShellCheck on each push. |
| 26 | +- 🇩🇪🇬🇧 **Bilingual docs** — full English and German documentation, kept in sync. |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +## 📑 Table of Contents |
| 31 | + |
| 32 | +- [Requirements](#-requirements) |
| 33 | +- [Introduction](#introduction) |
| 34 | +- [Quickstart](#quickstart) — [VM](#vm-dhcp) · [LXC/CT](#lxcct) · [Bedrock](#bedrock) |
| 35 | +- [Backups](#-backups) |
| 36 | +- [Auto-Update](#-auto-update) |
| 37 | +- [Configuration](#configuration) |
| 38 | +- [Integrity & Firewall](#integrity--firewall) |
| 39 | +- [Proxmox CT Helper (Bedrock)](#proxmox-ct-helper-bedrock) |
| 40 | +- [PaperMC API Migration (v2 → Fill v3)](#papermc-api-migration-v2--fill-v3) |
| 41 | +- [Admin/Commands](#-admincommands) |
| 42 | +- [Troubleshooting](#troubleshooting) |
| 43 | +- [References](#references) |
| 44 | + |
| 45 | +--- |
| 46 | + |
18 | 47 | ## Quick Links |
19 | 48 |
|
20 | 49 | - Server Commands: [SERVER_COMMANDS.md](SERVER_COMMANDS.md) |
@@ -297,6 +326,12 @@ For safe simulation workflow details, see **[SIMULATION.md](SIMULATION.md)**. |
297 | 326 | - Proxmox Wiki: <https://pve.proxmox.com/wiki/Main_Page> |
298 | 327 | - Mojang Bedrock Server: <https://www.minecraft.net/en-us/download/server/bedrock> |
299 | 328 |
|
| 329 | +## ⭐ Star History |
| 330 | + |
| 331 | +If this project saved you time, a ⭐ helps others discover it and motivates continued maintenance. |
| 332 | + |
| 333 | +[](https://star-history.com/#TimInTech/minecraft-server-Proxmox&Date) |
| 334 | + |
300 | 335 | ## License |
301 | 336 |
|
302 | 337 | [MIT](LICENSE) |
0 commit comments