Skip to content

Commit

Permalink
Fixed missing "permissions:" line in plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWoodworth committed May 6, 2016
1 parent e5bcda9 commit 2725bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Commands
Required parameters have <angle brackets>. Optional parameters have [square brackets].

<table>
<table width=100%>
<tr>
<th>Command</th>
<th>Aliases</th>
Expand Down Expand Up @@ -55,17 +55,12 @@ Required parameters have &lt;angle brackets&gt;. Optional parameters have [squar
</table>

# Permissions
<table>
<table width=100%>
<tr>
<th>Default</th>
<th width=290px>Permission</th>
<th>Use</th>
</tr>
<tr>
<td>op</td>
<td>fastcraft.*</td>
<td>All FastCraft+ permissions</td>
</tr>
<tr>
<td>true</td>
<td>fastcraft.use</td>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>co.kepler.fastcraftplus</groupId>
<artifactId>fastcraftplus</artifactId>
<version>0.20</version>
<version>0.20.1</version>

<build>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ commands:
usage: /<command>
aliases: [cr, workbench, wb]

permissions:
fastcraft.use:
description: Permission to use FastCraft+ for crafting
default: true
Expand Down

0 comments on commit 2725bd7

Please sign in to comment.