cs2-web/Pages/Rules.cshtml
Kamal Tufekcic 2d966b8198 initial commit
2026-07-05 12:14:39 +03:00

20 lines
860 B
Text

@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>