Added a real live server status API query so Online/Players update automatically. Replaced static placeholder values with live data fetch and periodic refresh. Below is where to change the endpoint and settings.
Tutorial (where to change things):
- Open main.js
- At the top, find SERVER_CONFIG
- Replace this line:
ip: "play.hyperrealms.net",
with your server IP.- Save the file and refresh the site.
