mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2025-08-01 18:22:52 +00:00
Removed duplicate file
This commit is contained in:
parent
29b0bc980f
commit
30b5acc3b4
2 changed files with 1 additions and 39 deletions
|
@ -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: |
|
|
||||||
/<command> - Open last person's inventory
|
|
||||||
/<command> <Player> - Open a player's inventory
|
|
||||||
openender:
|
|
||||||
aliases: [oe]
|
|
||||||
description: Opens the enderchest of a player
|
|
||||||
usage: |
|
|
||||||
/<command> <Player> - Opens a player's enderchest
|
|
||||||
searchinv:
|
|
||||||
aliases: [si]
|
|
||||||
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:
|
|
||||||
aliases: [toi, toggleoi, toggleinv]
|
|
||||||
description: Toggle item openinv function
|
|
||||||
usage: |
|
|
||||||
/<command> [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: |
|
|
||||||
/<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
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: OpenInv
|
name: OpenInv
|
||||||
main: com.lishid.openinv.OpenInv
|
main: com.lishid.openinv.OpenInv
|
||||||
version: 2.2.4
|
version: 2.2.5
|
||||||
author: lishid
|
author: lishid
|
||||||
description: >
|
description: >
|
||||||
This plugin allows you to open a player's inventory as a chest and interact with it in real time.
|
This plugin allows you to open a player's inventory as a chest and interact with it in real time.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue