- Doc site UI improvements and fixes - Added Discord widget - Fixed some styling issues - Added command docs briefs and details - Briefs are shown in the right-hand panel - Details can be shown by clicking `Open full details` - Added ShaiWatchers' logo as the site favicon - Moved HTML template to static file for responsiveness improvements
25 lines
982 B
HTML
25 lines
982 B
HTML
<h2 style="margin:0 0 .5rem 0">What it does</h2>
|
||
<p>
|
||
Updates a pirate record that’s already approved. Typical cases: the player renamed their character,
|
||
or moved to a new account tag.
|
||
</p>
|
||
|
||
<hr>
|
||
|
||
<h2 style="margin:.75rem 0 .5rem">Form fields</h2>
|
||
<ul>
|
||
<li><b>Current account</b> — must match exactly what’s in the list (e.g., <code>SomeUser#12345</code>).</li>
|
||
<li><b>New in-game nickname</b> — optional; leave empty to keep the current one.</li>
|
||
<li><b>New account</b> — optional; must be <code>Name#12345</code>. If the new value already exists on another pirate, it’s rejected.</li>
|
||
</ul>
|
||
|
||
<hr>
|
||
|
||
<h2 style="margin:.75rem 0 .5rem">Rules & feedback</h2>
|
||
<ul>
|
||
<li><b>Moderator-only.</b></li>
|
||
<li>You must change at least one thing (nickname or account).</li>
|
||
<li>On success you’ll see “✅ Pirate updated.” (ephemeral) and the public list refreshes.</li>
|
||
<li>A short mod-log entry is posted for audit (“✏️ Edited pirate …”).</li>
|
||
</ul>
|