From 30b5acc3b467a9cda0d07431ec1f37882385aa6b Mon Sep 17 00:00:00 2001 From: lishid Date: Tue, 30 Dec 2014 22:31:54 -0500 Subject: [PATCH] Removed duplicate file --- src/main/java/plugin.yml | 38 ----------------------------------- src/main/resources/plugin.yml | 2 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 src/main/java/plugin.yml diff --git a/src/main/java/plugin.yml b/src/main/java/plugin.yml deleted file mode 100644 index 17f97a2..0000000 --- a/src/main/java/plugin.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: OpenInv -main: com.lishid.openinv.OpenInv -version: 2.2.5 -author: lishid -description: > - This plugin allows you to open a player's inventory as a chest and interact with it in real time. -commands: - openinv: - aliases: [oi, inv, open] - description: Open a player's inventory - usage: | - / - Open last person's inventory - / - Open a player's inventory - openender: - aliases: [oe] - description: Opens the enderchest of a player - usage: | - / - Opens a player's enderchest - searchinv: - aliases: [si] - description: Search and list players having a specific item - usage: | - / [MinAmount] - Item can be the Item ID or the CraftBukkit Item Name, MinAmount is the minimum amount to be considered. - toggleopeninv: - aliases: [toi, toggleoi, toggleinv] - description: Toggle item openinv function - usage: | - / [Check] - Checks whether item openinv is enabled - silentchest: - aliases: [sc, silent] - description: Toggle silent chest function, which hides the animation of a chest when opened or closed, and suppresses the sound. - usage: | - / [Check] - Checks whether silent chest is enabled - anychest: - aliases: [ac] - description: Toggle anychest function, which allows opening of blocked chests. - usage: | - / [Check] - Checks whether anychest is enabled diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index bf8edfc..17f97a2 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: OpenInv main: com.lishid.openinv.OpenInv -version: 2.2.4 +version: 2.2.5 author: lishid description: > This plugin allows you to open a player's inventory as a chest and interact with it in real time.