Hasty Briefsbeta

MCDB – full-stack web servers in Minecraft

20 days ago
  • #Web Server
  • #Minecraft
  • #Plugin
  • MCDB is a Spigot Minecraft server plugin that turns the server into a full-stack web server.
  • It supports file storage, data storage, and webpage serving, with SQL-like queries via the /query endpoint.
  • Currently, MCDB hosts its HTTP server on port 8000, with future plans to make this configurable via config.yml.
  • An example website, MCSocial, demonstrates MCDB's capabilities as a Minecraft-themed social media platform.
  • The Boilderplate World folder includes necessary tables (users, authTokens, profiles, posts) and MCSocial source code.
  • Setup involves running a Spigot server (v1.21.5), adding MCDB.jar, and replacing the world folder with the provided one.
  • Access MCSocial by navigating to http://localhost:8000/index.html in a web browser.