initial commit
This commit is contained in:
commit
2d966b8198
28 changed files with 2901 additions and 0 deletions
20
Pages/Rules.cshtml
Normal file
20
Pages/Rules.cshtml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
@page "/rules"
|
||||
@{
|
||||
ViewData["Title"] = "Rules";
|
||||
}
|
||||
|
||||
<h1>Rules</h1>
|
||||
<p>It's PvE. There isn't much to ruin — but the little there is, don't:</p>
|
||||
<ul>
|
||||
<li>No cheats or automation. Yes, even against bots — the leaderboards are shared.</li>
|
||||
<li>No leaderboard griefing (win-trading the Gun Game timer, farming an empty server with exploits).</li>
|
||||
<li>Keep chat civil. The entire point of this place is not having to mute anyone.</li>
|
||||
<li>Exploits and crashes: report them, don't farm them.</li>
|
||||
</ul>
|
||||
<p class="muted">Breaking these gets your progress wiped and/or a ban. There is no appeals process; there is one admin.</p>
|
||||
|
||||
<h2>Wipes</h2>
|
||||
<p>
|
||||
No scheduled wipes. Balance changes happen live and are listed in the <a href="/changelog">changelog</a>;
|
||||
if a change ever requires a reset (unlikely), it will be announced here first.
|
||||
</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue