diff --git a/README.MD b/README.MD index 66c183f..3cf7cd9 100644 --- a/README.MD +++ b/README.MD @@ -15,48 +15,7 @@ OpenInv is a [Bukkit plugin](https://dev.bukkit.org/bukkit-plugins/openinv/) whi - **AnyContainer**: Open containers, even if blocked by ocelots or blocks. ## Commands -
Command | -Aliases | -Description | -
---|---|---|
/openinv [player] | -oi, inv, open | -Open a player's inventory. If unspecified, will select last player opened or own if none opened previously. | -
/openender [player] | -oe | -Open a player's ender chest. If unspecified, will select last player opened or own if none opened previously. | -
/searchinv <item> [minAmount] | -si | -Lists all online players that have a certain item in their inventory. | -
/searchender <item> [minAmount] | -se | -Lists all online players that have a certain item in their ender chest. | -
/searchenchant <[enchantment] [MinLevel]> | -searchenchants | -Lists all online players with a specific enchantment. | -
/anycontainer [check] | -ac, anychest | -Check or toggle the AnyContainer function, allowing opening blocked containers. | -
/silentcontainer [check] | -sc, silentchest | -Check or toggle the SilentContainer function, allowing opening containers silently. | -