Template:Playercount

From BetaMC Wiki
Revision as of 05:52, 17 June 2025 by Garsooon (talk | contribs) (test for player count without modules)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Players Online
...
Loading...

<script>(function(){var id='default';fetch('https://betamc.org:8080/api/players').then(r=>r.json()).then(d=>{var c=typeof d==='number'?d:d.players||d.online||d.count||0;document.getElementById('count-'+id).textContent=c;document.getElementById('status-'+id).textContent='Online';}).catch(()=>{document.getElementById('count-'+id).textContent='✗';document.getElementById('status-'+id).textContent='Offline';});})();</script>