socialnerds/gmurml
socialnerds
/
gmurml
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
gmurml/index.md

42 lines
1.5 KiB
Markdown

---
layout: default
---
<script src="https://mcapi.us/scripts/minecraft.js"></script>
Hello, i'm a private [Minecraft](https://minecraft.net) server. Currently i'm running the popular [Agrarian Skies 2](http://minecraft.curseforge.com/projects/agrarian-skies-2) pack by [jadedcat](http://minecraft.curseforge.com/members/jadedcat).
### News
<pre>
Jun/10th/2016: live server status has been added to this page.
Jun/8th/2016: now there is three of us.
Jun/5th/2016: first player online.
Jun/4th/2016: falcon.socialnerds.org is is born. no players yet.
Jun/3rd/2016: falcon.socialnerds.org is down for birth. stay tuned.
</pre>
### Server
host: `falcon.socialnerds.org`
port: `25565`
status: <code class="highlighter-rouge"><span class="server-online"></span></code>
online players: <code class="highlighter-rouge"><span class="server-players"></span></code>
<script>
MinecraftAPI.getServerStatus('falcon.socialnerds.org', {
port: 25565
}, function (err, status) {
if (err) {
return document.querySelector('.server-status').innerHTML = 'Error loading status';
}
document.querySelector('.server-online').innerHTML = status.online ? 'server online' : 'server offline';
document.querySelector('.server-players').innerHTML = status.online ? status.players.now + '/' + status.players.max : 'server offline';
});
</script>
<hr>
If you want to join the game go [here](join) and if you think you are an admin go [here](admin).
![grass.png](/grass.png)