Skip to content

Commit 58a03c8

Browse files
committed
Add rules page
1 parent 16e8c8a commit 58a03c8

File tree

2 files changed

+136
-0
lines changed

2 files changed

+136
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1>Project Enyo</h1>
1717
<a href="/pvp">PVP</a>
1818
<a href="/smp">SMP</a>
1919
<a href="/dvz">DVZ</a>
20+
<a href="rules.html">Rules</a>
2021
</p>
2122
</nav>
2223
</header>

rules.html

+135
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
<!DOCTYPE html>
2+
<html lang="en-GB">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Project Enyo — Minecraft Like it’s 1999</title>
7+
<link rel="icon" type="image/x-icon" href="favicon.png">
8+
<link rel="stylesheet" href="style.css">
9+
<script src="script.js" async></script>
10+
</head>
11+
<body>
12+
<header>
13+
<h1>Rules</h1>
14+
<nav>
15+
<p>
16+
<a href="/">Home</a>
17+
<a href="/pvp">PVP</a>
18+
<a href="/smp">SMP</a>
19+
<a href="/dvz">DVZ</a>
20+
<a href="rules.html">Rules</a>
21+
</p>
22+
</nav>
23+
</header>
24+
<main>
25+
<section>
26+
<h2>General Composure</h2>
27+
<small>These rules apply to all services.</small>
28+
<ol>
29+
<li>
30+
Be nice and respectful towards everyone.
31+
<ul>
32+
<li>No racism, sexism, discrimination, or hate speech.</li>
33+
<li>No excessive swearing, harassment or bullying.</li>
34+
<li>Avoid sexually explicit and political topics.</li>
35+
</ul>
36+
</li>
37+
<li>No spamming or self promotion.</li>
38+
<li>Please speak English only.</li>
39+
<li>No illegal activities of any kind.</li>
40+
<li>Please respect the people who run Project Enyo and their decisions. Feedback can be sent to <a href="mailto:info@projectenyo.eu">info@projectenyo.eu</a>.</li>
41+
</ol>
42+
</section>
43+
<section>
44+
<h2>IRC Rules</h2>
45+
<ol>
46+
<li>No impersonation of other people's nicks.</li>
47+
<li>Please pick a nick not too similar to someone elses.</li>
48+
</ol>
49+
</section>
50+
<section>
51+
<h2>Mumble Rules</h2>
52+
<ol>
53+
<li>No impersonation of other people's nicks.</li>
54+
<li>Please pick a nick not too similar to someone elses.</li>
55+
<li>Please configure and use <a href="https://www.mumble.info/documentation/user/audio-settings/#transmission">Push To Talk</a>.</li>
56+
</ol>
57+
</section>
58+
<section>
59+
<h2>General Minecraft Server Rules</h2>
60+
<small>These rules apply to all the Minecraft servers. Each server have additional rules.</small>
61+
<ol>
62+
<li>Do not use <a href="https://en.wikipedia.org/wiki/Cheating_in_online_games">cheats</a> or exploits.
63+
<ul>
64+
<li>All client mods that give you an unfair advantage over vanilla Minecraft users are disallowed.</li>
65+
<li>No exploits or abuse of glitches, instead report to <a href="mailto:info@projectenyo.eu">info@projectenyo.eu</a>.</li>
66+
<li>Please ask an OP if you are unsure if a client modification is allowed.</li>
67+
</ul>
68+
</li>
69+
<li>
70+
Do not <a href="https://en.wikipedia.org/wiki/Griefer">grief</a>.
71+
<ul>
72+
<li>Unless stated otherwise, griefing is never allowed.</li>
73+
</ul>
74+
</li>
75+
</ol>
76+
</section>
77+
<section>
78+
<h3>PVP Server Rules</h3>
79+
<small>These rules apply only to the Player vs. Player server.</small>
80+
<ol>
81+
<li>Do not teamgrief, which is defined as any action that intentionally harms your team.</li>
82+
<li>Do not teamkill.</li>
83+
<li>Do not operate a TNT cannon built by another teammate.</li>
84+
</ol>
85+
</section>
86+
<section>
87+
<h3>SMP Server Rules</h3>
88+
<small>These rules apply only to the Survival server.</small>
89+
<ol>
90+
<li>No unreasonable griefing, which is defined as any griefing that was not necessary to kill or raid another player.</li>
91+
<li>
92+
Be reasonable with claims.
93+
<ul>
94+
<li>Do not create claims too close to someone else preventing them from expanding.</li>
95+
</ul>
96+
</li>
97+
<li>
98+
No meta-gaming.
99+
<ul>
100+
<li>Please only use one account per person.</li>
101+
<li>No attempts at cracking the seed.</li>
102+
</ul>
103+
</li>
104+
</ol>
105+
</section>
106+
<section>
107+
<h3>DVZ Server Rules</h3>
108+
<small>These rules apply only to the Dwarfs vs. Zombies server.</small>
109+
<ol>
110+
<li>As a Dwarf, do not kill another Dwarf or hurt the Dwarfs in any other way.</li>
111+
<li>As a Monster, do not sabotage for other monsters in any way.</li>
112+
<li>
113+
No meta-gaming.
114+
<ul>
115+
<li>As a Dwarf, do not aid your future monster self, any other monsters, or vice versa.</li>
116+
</ul>
117+
</li>
118+
</ol>
119+
</section>
120+
<section>
121+
<h2>Punishments</h2>
122+
<ol>
123+
<li>You may be warned by receiving a kick first. If the violation is severe you may be banned instead.</li>
124+
<li>Bans may be appealed by emailing <a href="mailto:info@projectenyo.eu">info@projectenyo.eu</a> with your full in-game username.</li>
125+
</ol>
126+
</section>
127+
</main>
128+
<footer>
129+
<hr>
130+
<p>
131+
<small>Last updated <strong>Wed 07 Aug, 2024</strong>.</small>
132+
</p>
133+
</footer>
134+
</body>
135+
</html>

0 commit comments

Comments
 (0)