socialnerds/excelsior
socialnerds
/
excelsior
Archived
1
0
Fork 0

moved admin and join to subfolder

This commit is contained in:
david 2016-06-10 20:30:02 +02:00
parent 2a398d20cf
commit f31c9febba
4 changed files with 16 additions and 7 deletions

View File

@ -6,7 +6,7 @@
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ site.title }}</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" >
{% include head.html %}
</head>

View File

@ -3,7 +3,7 @@ layout: default
---
### Admin
If you are an admin you can login to [falcon.socialnerds.org]({{ site.url }}/index.html) via SSH. `ssh user@falcon.socialnerds.org`
If you are an admin you can login to [falcon.socialnerds.org](/) via SSH. `ssh user@falcon.socialnerds.org`
I have written a simple tool to control our Minecraft server. **`falcon`**. Once connected you can use it to connect to the servers console `falcon console`, start the server `falcon start`, check it's status `falcon status` or kill it with `falcon kill` (but you should avoid the latter - connect to the console and type `stop` to shutdown the server).
@ -14,4 +14,4 @@ If you are wondering how to detach the console window again. Go no further. Type
<hr>
I only allow SSH key authentication. Send your SSH key to [falcon@socialnerds.org](mailto:falcon@socialnerds.org).
![grass.png](grass.png)
![grass.png](/grass.png)

View File

@ -35,9 +35,7 @@ online players: <code class="highlighter-rouge"><span class="server-players"></s
});
</script>
### 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>
_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)._
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)
![grass.png](/grass.png)

11
join/index.md Normal file
View File

@ -0,0 +1,11 @@
---
layout: default
---
### Join the Game
To join us at [falcon.socialnerds.org](/) 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>
_Unfortunately you need to get whitelisted before you can join. Ask for it at [falcon@socialnerds.org](mailto:falcon@socialnerds.org)._
![grass.png](/grass.png)