Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
HTTPSMC
HttpsMC lets you host a small website directly from your Minecraft server and edit it in-game using books.
Features
Embedded HTTP server inside your Paper/Spigot server
Serves HTML, CSS, and JavaScript
In-game editing with Book & Quill:
/html → index.html
/css → style.css
/js → script.js
Clickable website link with /opensite
Works on home servers or hosts with extra TCP ports
Effectively free web hosting on your server
Requirements
Paper or Spigot 1.21.x
Java 17+
Extra port for public access (or localhost)
Quick Start
Drop the JAR into plugins/
Start the server
Configure plugins/HTTPSMC/config.yml
Restart
Run /html, edit the book, sign it
Open the site via /opensite
Important Security Note
HTTPSMC is designed for static, public content only.
This plugin serves HTML, CSS, and JavaScript files
It does not provide authentication, admin panels, databases, or user accounts
It does not handle passwords, logins, cookies, or private data
All content served should be considered public
The built-in web server uses HTTP (not HTTPS). This is acceptable as long as no sensitive or private information is served.
Safe Use Cases
✅ Landing pages ✅ Informational websites ✅ Front-end demos ✅ Public status pages ✅ Learning / testing environments
Do NOT use for
❌ Login systems ❌ Admin panels ❌ Private APIs ❌ Databases ❌ Anything requiring secrecy or encryption
If you need secure or private web functionality, use a proper web server with HTTPS and authentication instead.



