Compatibility
Minecraft: Java Edition
1.21–1.21.5
Platforms
Links
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
Tiny Server
is a lightweight Paper plugin that starts a simple built-in HTTP server directly from your Minecraft server. Perfect for custom dashboards, status pages, resource hosting, and more — all from inside your plugin folder!
🔧 Features
-
📡 Built-in HTTP server with no external dependencies
-
🌍 IP and port configurable via config.yml
-
📁 Serves static files from plugins/WebPlugin/web/
-
📄 Supports default index.html and custom file paths
-
🧠 Lightweight and easy to use — no NGINX or Apache required
-
🛠 Useful for status monitoring, mini dashboards, simple APIs, and more!
🚀 Getting Started
-
Install the plugin on your Paper server.
-
Configure ip and port in plugins/WebPlugin/config.yml.
-
Place your static files (like index.html) into plugins/WebPlugin/web/.
-
Access your content via http://your-server-ip:your-port.
⚙️ Example config.yml
ip: 0.0.0.0
port: 25984
language: en
💡 Use Cases
-
Host a live server map or status page
-
Provide downloadable resources to players
-
Build a local web-based control panel