Skip to content

Commit

Permalink
docs: fixup rtp command args
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 authored Oct 29, 2023
1 parent d5de9d5 commit 4886c57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,15 +336,15 @@ This is a table of HuskHomes commands, how to use them, and their required permi
<td align="center">✅</td>
</tr>
<tr>
<td><code>/rtp &lt;world&gt;</code></td>
<td>Teleport randomly in a specific world</td>
<td><code>huskhomes.command.rtp.world</code></td>
<td><code>/rtp &lt;player&gt;</code></td>
<td>Teleport another user randomly into the wild</td>
<td><code>huskhomes.command.rtp.other</code></td>
<td align="center">❌</td>
</tr>
<tr>
<td><code>/rtp &lt;world&gt; &lt;player&gt;</code></td>
<td>Teleport another user randomly into the wild</td>
<td><code>huskhomes.command.rtp.other</code></td>
<td><code>/rtp &lt;player&gt; &lt;world&gt;</code></td>
<td>Teleport randomly in a specific world</td>
<td><code>huskhomes.command.rtp.world</code></td>
<td align="center">❌</td>
</tr>
<!-- /back command -->
Expand Down

0 comments on commit 4886c57

Please sign in to comment.