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

44 lines
1.9 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
### Join the game
Download and install [MultiMC](http://multimc.org/#Download%20&%20Install). MultiMC is a Minecraft launcher which can start custom Minecraft instances. Download the AS2 [client files](http://minecraft.curseforge.com/projects/agrarian-skies-2/files/2261684/download) and import them into a new MultiMC instance(Minecraft v1.7.10 + Forge 10.13.4).
<hr>
2016-06-04 20:41:27 +02:00
_Unfortunately you need to get whitelisted before you can join. Ask for help at [falcon@socialnerds.org](mailto:falcon@socialnerds.org). If you are an admin go [here](admin.html)._
2016-06-04 21:03:41 +02:00
![grass.png](grass.png)