
🧩 WebServer WebServer is a lightweight and simple HTTP server plugin for Velocity proxies. It allows you to host a small website directly from your proxy without using external web servers.
Perfect for: server status pages landing pages maintenance pages API endpoints (future-ready)
✨ Features 🌐 Built-in HTTP server ⚡ Lightweight & fast 📁 Serves static files (HTML, CSS, JS, images) 🛠 Automatically creates default website 🔧 Configurable port 📦 No external dependencies 🔌 Designed for Velocity
📂 File Structure After first launch: velocity/ └─ WebServer/ ├─ config.yml └─ web/ ├─ index.html ├─ style.css └─ logo.png You can fully replace the contents of the web folder with your own website.
⚙️ Configuration port: 8080 Restart the proxy after changing the port.
🚀 Getting Started
- Drop the plugin into your plugins folder
- Start Velocity
- Open your browser and go to: http://your-server-ip:8080 If the page opens — the plugin is working correctly.
🧠 Notes Only static content is supported for now Designed to be simple and secure More features may be added in future updates
🛠️ Compatibility Velocity 3.x Java 17+
