mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2025-06-22 15:21:17 +00:00
Fix permissions mistakes in readme
This commit is contained in:
parent
7942466863
commit
f31356b227
2 changed files with 2 additions and 4 deletions
|
@ -10,7 +10,7 @@ OpenInv is a [Bukkit plugin](https://dev.bukkit.org/bukkit-plugins/openinv/) whi
|
||||||
- **OpenEnder**: Open anyone's inventory, even if they're offline.
|
- **OpenEnder**: Open anyone's inventory, even if they're offline.
|
||||||
- Read-only mode! No edits allowed! Don't grant `OpenInv.editender`
|
- Read-only mode! No edits allowed! Don't grant `OpenInv.editender`
|
||||||
- Cross-world support! Don't grant `OpenInv.crossworld`
|
- Cross-world support! Don't grant `OpenInv.crossworld`
|
||||||
- No self-opening! Don't grant `OpenInv.openself`
|
- No opening others! Don't grant `OpenInv.openenderall`
|
||||||
- **SilentChest**: Open containers without displaying an animation or making sound.
|
- **SilentChest**: Open containers without displaying an animation or making sound.
|
||||||
- **AnyChest**: Open containers, even if blocked by ocelots or blocks.
|
- **AnyChest**: Open containers, even if blocked by ocelots or blocks.
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ OpenInv is a [Bukkit plugin](https://dev.bukkit.org/bukkit-plugins/openinv/) whi
|
||||||
<td>Required to use /openender.</td>
|
<td>Required to use /openender.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>OpenInv.editinv</td>
|
<td>OpenInv.editender</td>
|
||||||
<td>Required to make changes to open ender chests.</td>
|
<td>Required to make changes to open ender chests.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -15,8 +15,6 @@ import org.bukkit.entity.Player;
|
||||||
*/
|
*/
|
||||||
public interface IOpenInv {
|
public interface IOpenInv {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if the server version is supported by OpenInv.
|
* Checks if the server version is supported by OpenInv.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue