Velocity WebServer
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: velocity
标签: technology utility
? 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+
请登录后举报
暂无评论,抢个沙发吧~