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
Raw Normal View History

2016-06-03 23:16:22 +02:00
---
layout: default
---
2016-06-10 19:20:37 +02:00
<script src="https://mcapi.us/scripts/minecraft.js"></script>
2016-06-03 23:16:22 +02:00
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>
2016-06-10 19:20:37 +02:00
Jun/10th/2016: live server status has been added to this page.
Jun/8th/2016: now there is three of us.
2016-06-05 14:16:13 +02:00
Jun/5th/2016: first player online.
2016-06-04 00:21:55 +02:00
Jun/4th/2016: falcon.socialnerds.org is is born. no players yet.
Jun/3rd/2016: falcon.socialnerds.org is down for birth. stay tuned.
2016-06-03 23:16:22 +02:00
</pre>
### Server
2016-06-04 00:21:55 +02:00
host: `falcon.socialnerds.org`
2016-06-05 14:16:13 +02:00
port: `25565`
2016-06-10 19:20:37 +02:00
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>
2016-06-03 23:16:22 +02:00
<hr>
2016-06-10 20:30:02 +02:00
If you want to join the game go [here](join) and if you think you are an admin go [here](admin).
2016-06-04 21:03:41 +02:00
2016-06-10 20:30:02 +02:00
![grass.png](/grass.png)