-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>This Land</title>
<link rel="stylesheet" href="/site.css" />
</head>
<body>
<main>
<h1>This Land</h1>
<p>This land is a fertile land! We shall rule over this land, and we shall call it... This Land!</p>
<h2>Rules</h2>
<p>Better rules coming soon, but generally:</p>
<ul>
<li>Respect each other. Don't make us need a full Code of Conduct immediately</li>
<li>Don't take things from other players unless they've given you permission</li>
<li>Don't make changes to other players buildings without their permission (reversible pranks are fine if the person will find them funny. If in doubt, don't)</li>
<li>If you have operator privileges, don't use them to spawn items or add/remove blocks</li>
</ul>
<h2>Joining</h2>
<p>We only accept people that somebody on the server properly knows. If this is you, then ask that person to refer you to the server admins.</p>
<h2>Server details</h2>
<p>
<strong>Minecraft Vanilla:</strong>
<code>games.thisland.space:2225</code>
[<a href="https://map.thisland.space/">map</a>]
</p>
<p>
<strong>Minecraft Vanilla Creative:</strong>
<code>games.thisland.space:5552</code>
</p>
<h2>Community</h2>
<p>
<strong>GitHub:</strong>
<a href="https://github.com/this-land-server">github.com/this-land-server</a>
</p>
<p>
<strong>Discord:</strong>
Ask an admin for access once you have access to the game server.
</p>
</main>
</body>
</html>