QuizyW - Simple Web Hosting Plugin for Minecraft Servers
QuizyW is a lightweight and easy-to-use web hosting plugin that allows you to host multiple websites directly from your Minecraft server. Whether you want to create a server dashboard, a shop interface, or any other web content, QuizyW makes it simple and efficient.
Key Features: • Host multiple websites simultaneously • Each site runs on its own port • Support for HTML, CSS, JavaScript, and media files • Simple configuration • Real-time reload without server restart • Secure file serving • Permission-based management
Technical Details: • Version: 1.0 • API Version: 1.21 • Dependencies: None • Soft Dependencies: None • Permissions: quizyw.reload
️ Configuration: Each website requires a config.qz file with two simple parameters: • port: The port number for the website • main: The main file to serve (usually index.html)
File Structure Example:
plugins/QuizyW/website1/ ↳ config.qz ↳ index.html ↳ style.css ↳ script.js
Commands: /reloadweb - Reloads all web servers Permission: quizyw.reload Usage: /reloadweb
Use Cases:
- Server Dashboard • Display server statistics • Show online players • Server announcements
- Shop Interface • Item displays • Purchase systems • Player balances
- Community Hub • Server rules • Staff listings • Event calendars
- Documentation • Server guides • Tutorial pages • FAQ sections