-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrules.html
More file actions
138 lines (138 loc) · 4.25 KB
/
rules.html
File metadata and controls
138 lines (138 loc) · 4.25 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Project Enyo — Minecraft Like it’s 1999</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div id="center">
<h1>Rules</h1>
<nav>
<p>
<a href="/">Home</a>
<a href="/pvp">PVP</a>
<a href="/smp">SMP</a>
<a href="/dvz">DVZ</a>
<a href="/rules" class="current">Rules</a>
</p>
</nav>
</div>
</header>
<main>
<section>
<h2>General Composure</h2>
<small>These rules apply to all services.</small>
<ol>
<li>
Be nice and respectful towards everyone.
<ul>
<li>No racism, sexism, discrimination, or hate speech.</li>
<li>No excessive swearing, harassment or bullying.</li>
<li>Avoid sexually explicit and political topics.</li>
</ul>
</li>
<li>No spamming or self promotion.</li>
<li>Please speak English only.</li>
<li>No illegal activities of any kind.</li>
<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>
</ol>
</section>
<section>
<h2>IRC Rules</h2>
<ol>
<li>Type in complete sentences, not multiple messages.</li>
</ol>
</section>
<section>
<h2>Mumble Rules</h2>
<ol>
<li>Please configure and use <a href="https://www.mumble.info/documentation/user/audio-settings/#transmission">Push To Talk</a>.</li>
</ol>
</section>
<section>
<h2>General Minecraft Server Rules</h2>
<small>These rules apply to all the Minecraft servers. Each server have additional rules.</small>
<ol>
<li>Do not use cheats or exploits.
<ul>
<li>All client mods that give you an unfair advantage over vanilla Minecraft users are disallowed.</li>
<li>No exploits or abuse of glitches, instead report to <a href="mailto:info@projectenyo.eu">info@projectenyo.eu</a>.</li>
<li>Please ask an OP if you are unsure if a client modification is allowed.</li>
</ul>
</li>
<li>
Do not grief.
<ul>
<li>Unless stated otherwise, griefing is never allowed.</li>
</ul>
</li>
</ol>
</section>
<section>
<h3>PVP Server Rules</h3>
<small>These rules apply only to the Player vs. Player server.</small>
<ol>
<li>Do not teamgrief, which is defined as any action that intentionally harms your team.</li>
<li>Do not teamkill.</li>
<li>Do not operate a TNT cannon built by another teammate.</li>
</ol>
</section>
<section>
<h3>SMP Server Rules</h3>
<small>These rules apply only to the Survival server.</small>
<ol>
<li>Griefing is not allowed.</li>
<li>
Be reasonable with claims.
<ul>
<li>Do not create claims too close to someone else preventing them from expanding.</li>
</ul>
</li>
<li>
No killing outside the PVP area, unless combat tagged.
</li>
<li>
No spawn camping, including bed spawns.
</li>
<li>
No meta-gaming.
<ul>
<li>Please only use one account per person.</li>
<li>No attempts at cracking the seed.</li>
</ul>
</li>
</ol>
</section>
<section>
<h3>DVZ Server Rules</h3>
<small>These rules apply only to the Dwarfs vs. Zombies server.</small>
<ol>
<li>As a Dwarf, do not kill another Dwarf or hurt the Dwarfs in any other way.</li>
<li>As a Monster, do not sabotage for other monsters in any way.</li>
<li>
No meta-gaming.
<ul>
<li>As a Dwarf, do not aid your future monster self, any other monsters, or vice versa.</li>
</ul>
</li>
</ol>
</section>
<section>
<h2>Punishments</h2>
<ol>
<li>You may be warned by receiving a kick first. If the violation is severe you may be banned instead.</li>
<li>Bans may be appealed by emailing <a href="mailto:info@projectenyo.eu">info@projectenyo.eu</a> with your full in-game username.</li>
</ol>
</section>
</main>
<footer>
<p>
<small>Last updated <strong>Wed 20 Aug, 2025</strong>.</small>
</p>
</footer>
</body>
</html>