OpenInv/src/plugin.yml

34 lines
1.4 KiB
YAML
Raw Normal View History

name: OpenInv
main: lishid.openinv.OpenInv
2012-01-12 19:23:53 +00:00
version: 1.6.6
author: lishid
2012-01-12 19:23:53 +00:00
website: http://forums.bukkit.org/threads/15379/
description: >
2012-01-12 19:23:53 +00:00
This plugin allows you to open a player's inventory as a chest and interact with it in real time.
commands:
openinv:
2012-01-12 19:23:53 +00:00
aliases: [oi, inv, open]
description: Open a player's inventory
usage: |
2012-01-12 19:23:53 +00:00
/<command> - Open last person's inventory
/<command> <Player> - Open a player's inventory
searchinv:
2012-01-12 19:23:53 +00:00
aliases: [si, search]
description: Search and list players having a specific item
usage: |
/<command> <Item> [MinAmount] - Item can be the Item ID or the CraftBukkit Item Name, MinAmount is the minimum amount to be considered.
toggleopeninv:
2012-01-12 19:23:53 +00:00
aliases: [toi, toggleoi, toggleinv]
description: Toggle item openinv function
usage: |
2012-01-12 19:23:53 +00:00
/<command> [Check] - Checks whether item openinv is enabled
2011-12-16 10:30:28 +00:00
silentchest:
2012-01-12 19:23:53 +00:00
aliases: [sc, silent]
description: Toggle silent chest function, which hides the animation of a chest when opened or closed, and suppresses the sound.
2011-12-16 10:30:28 +00:00
usage: |
2012-01-12 19:23:53 +00:00
/<command> [Check] - Checks whether silent chest is enabled
anychest:
aliases: [ac]
description: Toggle anychest function, which allows opening of blocked chests.
usage: |
/<command> [Check] - Checks whether anychest is enabled