Updated Permissions (markdown)

BONNe 2019-03-05 23:12:27 +02:00
parent dbd692d912
commit 4ffd915d96
1 changed files with 10 additions and 0 deletions

@ -46,4 +46,14 @@ The Challenges are part of each Addon's core features. Commands are executed by
<td align='left' nowrap=nowrap>true</td>
<td align='left' nowrap=nowrap>Let the player use the <b>/skygrid challenges</b> command</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>addon.challenges</td>
<td align='left' nowrap=nowrap>true</td>
<td align='left' nowrap=nowrap>Let the player use the <b>/challenges</b> command. Must be enabled in config.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>addon.admin.challenges</td>
<td align='left' nowrap=nowrap>op</td>
<td align='left' nowrap=nowrap>Access the <b>/challengesadmin</b> command. Must be enabled in config.</td>
</tr>
</table>