diff --git a/README.MD b/README.MD index 2014cf4..b9ddba6 100644 --- a/README.MD +++ b/README.MD @@ -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. - Read-only mode! No edits allowed! Don't grant `OpenInv.editender` - 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. - **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 Required to use /openender. - OpenInv.editinv + OpenInv.editender Required to make changes to open ender chests. diff --git a/api/src/main/java/com/lishid/openinv/IOpenInv.java b/api/src/main/java/com/lishid/openinv/IOpenInv.java index 8eee839..28514fc 100644 --- a/api/src/main/java/com/lishid/openinv/IOpenInv.java +++ b/api/src/main/java/com/lishid/openinv/IOpenInv.java @@ -15,8 +15,6 @@ import org.bukkit.entity.Player; */ public interface IOpenInv { - - /** * Checks if the server version is supported by OpenInv. *