From f31356b227a0371e1578dc1604580e471f363bbc Mon Sep 17 00:00:00 2001 From: Jikoo Date: Mon, 5 Dec 2016 19:01:21 -0500 Subject: [PATCH] Fix permissions mistakes in readme --- README.MD | 4 ++-- api/src/main/java/com/lishid/openinv/IOpenInv.java | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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. *