Allow spectators to edit inventories

Requires permission OpenInv.spectate
Closes #155
This commit is contained in:
Jikoo
2020-09-15 13:35:04 -04:00
parent 1a6d513603
commit da55790fd2
4 changed files with 29 additions and 7 deletions

View File

@@ -136,6 +136,10 @@ OpenInv is a [Bukkit plugin](https://dev.bukkit.org/bukkit-plugins/openinv/) whi
<td>OpenInv.silent.default</td>
<td>Cause SilentContainer to be enabled by default.</td>
</tr>
<tr>
<td>OpenInv.spectate</td>
<td>Allows users in spectate gamemode to edit inventories.</td>
</tr>
</table>
## For Developers