Miguel Macedo

MCStatus: Remote Server Monitor

A Mobile Dashboard for Real-Time Minecraft Server Analytics Utilizing a Custom RESTful Plugin Architecture

  • Project image 1d5gj1nmwsw_7eevi1xijd.jpg
  • Project image 2jwmefccr64_ct1o4af36v.jpg

Description

This personal project bridges game server management with mobile development. It consists of a Java/Python backend plugin and a mobile frontend, working together to visualize real-time JSON data regarding player activity and storage metrics.

The Problem

Standard server query protocols are limited to basic status checks, forcing administrators to access the console directly or log into the game to view deeper metrics like world size or specific resource usage.

The Solution

I built a custom server-side plugin that exposes internal data through a REST API, allowing a companion mobile app to fetch and display detailed statistics remotely without needing direct server access.

This project was completed on February 2022

Go Back