Updated Commands (markdown => textile)

BONNe 2019-03-05 23:10:23 +02:00
parent ea128f82ce
commit dbd692d912

@ -1,7 +1,6 @@
<h2><b>Challenges Commands</b></h2> <h2><b>Challenges Commands</b></h2>
Commands for Challenges are formatted by the command being the Addon or the Addon Alias as the command followed by the "challenges" mode to use. Commands for Challenges are formatted by the command being the Addon or the Addon Alias as the command followed by the "challenges" mode to use.
<table align='center'> <table align='center'><tr>
<tr>
<td align='left'><b>Command</b></td> <td align='left'><b>Command</b></td>
<td align='left'><b>Enable For</b></td> <td align='left'><b>Enable For</b></td>
<td align='left'><b>Description</b></td> <td align='left'><b>Description</b></td>
@ -55,4 +54,22 @@ Commands for Challenges are formatted by the command being the Addon or the Addo
<td align='left' nowrap=nowrap>Access BSkyBlock Player Challenges GUI</td> <td align='left' nowrap=nowrap>Access BSkyBlock Player Challenges GUI</td>
<td align='left' nowrap=nowrap>bskyblock.challenges</td> <td align='left' nowrap=nowrap>bskyblock.challenges</td>
</tr> </tr>
<tr>
<td align='left' nowrap=nowrap><b>/challenges</b></td>
<td align='left' nowrap=nowrap>true</td>
<td align='left' nowrap=nowrap>Access Player Challenges GUI.
Contains either Challenges in current world or list of worlds
where are Challenges enabled.
This must be enabled in configuration.</td>
<td align='left' nowrap=nowrap>addon.challenges</td>
</tr>
<tr>
<td align='left' nowrap=nowrap><b>/challengesadmin</b></td>
<td align='left' nowrap=nowrap>op</td>
<td align='left' nowrap=nowrap>Access Admin Challenges GUI. Contains
list of worlds where Challenges are enabled.
This must be enabled in configuration.</td>
<td align='left' nowrap=nowrap>addon.challenges.admin</td>
</tr>
</table> </table>