-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules.html
61 lines (56 loc) · 4.02 KB
/
rules.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
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<head>
<title>Pentest ss13 website</title>
<link rel="stylesheet" href="css/style.css">
<meta name="Pentest ss13's rules page." content="The rules page to pentest ss13.">
</head>
<body>
<header class ="mainHeader">
<a class="nav" href="index.html"><h1 class ="mainTitle" >
Pentest SS13 Rules
</h1></a>
<nav class="mainNav">
<li><a class="nav" target="_blank" href="https://github.com/PentestSS13/Pentest">Github</a></li>
<li><a class="nav" href="index.html">Main Page</a></li>
<li><a class="nav" target="_blank" href="https://discord.gg/ydGPEejXZB">Discord</a></li>
<li><a class="nav" target="_blank" href="https://www.patreon.com/pentestss13"> Patreon</a></li>
</nav>
</header>
<section class="body">
<section class="Main">
<section class="bodyText container">
<h1>In game server rules!</h1>
<ol>
<li><p>Don't be a dick (same as TG one)</p></li>
<li><p>Keep all ooc talk in looc or in in-game ooc chat if you can, but we are not super harsh on mistakes.</p></li>
<li><p>No ERP</p></li>
<li><p>Try to RP a character. We are aiming for a medium or high RP environment.</p></li>
<li><p>For PVP: You can only kill other players if they, or you, are being <b>obviously</b> evil.</p></li>
<li><p>Do not kill or steal from AFK players.</p></li>
<li><p>No communicating to others about the current round unless it is in a text chat in the official pentest <a class="nav" href="https://discord.gg/ydGPEejXZB">discord</a> in spoilers.</p></li>
<li><p>You need to be 18+ to play on this server.</p></li>
</ol>
</section>
<section class="bodyText container">
<h1><a class="nav" href="https://discord.gg/ydGPEejXZB">Discord</a> rules!</h1>
<ol>
<li><p>Don't be a dick to other users. That includes no harassing, doxxing, callouts, wishing harm and the likes. Try to keep the salt level at a reasonable level and take serious arguments, including politics, to private messages.</p></li>
<li><p>Don't use slurs, or offending terms. The policy is zero tolerance on the server.</p></li>
<li><p>Don't use channels outside of their intended purpose.</p></li>
<li><p>Don't abuse pings, especially towards admins.</p></li>
<li><p>Don't break any of Discord's terms of service.</p></li>
<li><p>Don't try to find loopholes and abuse edge cases to break or come close to breaking the rules. Repeatedly toeing the line will be considered as breaking a rule.</p></li>
<li><p>No NSFW content.</p></li>
<li><p>If you want to make a comment in a discord about an ongoing pentest round, make sure it is in spoilers in a public channel in this discord. Do not livestream a current ongoing round.</p></li>
<li><p>No breaking metacommunication rules from other servers.</p></li>
<li><p>No Doxxing; Do not discuss or disclose any user's personal information from: name, age, address, or other irl information without their consent. This includes jokes about Doxxing.</p></li>
</ol>
</section>
<section class="bodyText container">
<p>Pentest is a thrill-packed part round-based, part marathon, exploration and roleplaying game. It is all set against the backdrop of a whimsical metal spacefaring machine masquerading as a spaceship, with charming spritework designed to represent the sci-fi setting and it's dangerous undertones. Have fun, and survive with your crew!</p>
<a class="centered" href="https://github.com/PentestSS13/Pentest">https://github.com/PentestSS13/Pentest</a>
</section>
</section>
</section>
</body>
</html>