Skip to content

Commit

Permalink
docs: update command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Jun 29, 2024
1 parent 8cd6b4a commit 931ff98
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,26 +97,37 @@ This is a table of HuskClaims commands, how to use them, their required permissi
<td align="center">✅</td>
</tr>
<tr>
<td>Extend another user''s claim (uses your own claim blocks)</td>
<td>Extend another user's claim (uses your own claim blocks)</td>
<td><code>huskclaims.command.extendclaim.other</code></td>
<td align="center">❌</td>
</tr>
<!-- /unclaim command -->
<tr>
<td><code>/unclaim</code></td>
<td><code>/unclaim</code></td>
<td rowspan="2"><code>/unclaim</code></td>
<td rowspan="2"><code>/unclaim</code></td>
<td>Remove the claim you are standing in</td>
<td><code>huskclaims.command.unclaim</code></td>
<td align="center">✅</td>
</tr>
<tr>
<td>Remove another user's claim that you are standing in</td>
<td><code>huskclaims.command.unclaim.other</code></td>
<td align="center">❌</td>
</tr>
<!-- /unclaimall command -->
<tr>
<td><code>/unclaimall</code></td>
<td rowspan="2"><code>/unclaimall</code></td>
<td><code>/unclaimall [confirm]</code></td>
<td>Removes all your claims. If in admin claiming mode, removes all admin claims.</td>
<td><code>huskclaims.command.unclaimall</code></td>
<td align="center">✅</td>
</tr>
<tr>
<td><code>/unclaimall &lt;username&gt; [confirm]</code></td>
<td>Remove all of another user's claims.</td>
<td><code>huskclaims.command.unclaimall.other</code></td>
<td align="center">❌</td>
</tr>
<!-- /trust level commands -->
<tr><th colspan="5">Trust level commands</th></tr>
<tr><td colspan="5" align="center">Commands for granting access to the claim you are in. Trust levels are customizable; below are the default levels.</td></tr>
Expand Down

0 comments on commit 931ff98

Please sign in to comment.