mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2025-01-03 13:38:21 +00:00
Support lowercase permissions for consistency.
This commit is contained in:
parent
e3d1af010b
commit
48c61eeb82
1 changed files with 15 additions and 16 deletions
|
@ -7,54 +7,53 @@ 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.
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
openinv:
|
openinv.any.default:
|
||||||
anychest.default:
|
description: Permission for AnyContainer to default on prior to toggling.
|
||||||
description: Permission for AnyContainer to default on prior to toggling.
|
default: false
|
||||||
default: false
|
openinv.silent.default:
|
||||||
silentchest.default:
|
description: Permission for SilentContainer to default on prior to toggling.
|
||||||
description: Permission for SilentChest to default on prior to toggling.
|
default: false
|
||||||
default: false
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
openinv:
|
openinv:
|
||||||
aliases: [oi, inv, open]
|
aliases: [oi, inv, open]
|
||||||
description: Open a player's inventory
|
description: Open a player's inventory
|
||||||
permission: OpenInv.*;OpenInv.openinv
|
permission: OpenInv.*;OpenInv.openinv;openinv.*;openinv.openinv
|
||||||
usage: |-
|
usage: |-
|
||||||
/<command> [Player] - Open a player's inventory
|
/<command> [Player] - Open a player's inventory
|
||||||
openender:
|
openender:
|
||||||
aliases: [oe]
|
aliases: [oe]
|
||||||
description: Opens the enderchest of a player
|
description: Opens the enderchest of a player
|
||||||
permission: OpenInv.*;OpenInv.openender
|
permission: OpenInv.*;OpenInv.openender;openinv.*;openinv.openender
|
||||||
usage: |-
|
usage: |-
|
||||||
/<command> [Player] - Open a player's enderchest
|
/<command> [Player] - Open a player's enderchest
|
||||||
searchinv:
|
searchinv:
|
||||||
aliases: [si]
|
aliases: [si]
|
||||||
description: Search and list players having a specific item
|
description: Search and list players having a specific item
|
||||||
permission: OpenInv.*;OpenInv.search
|
permission: OpenInv.*;OpenInv.search;openinv.*;openinv.search
|
||||||
usage: |-
|
usage: |-
|
||||||
/<command> <Item> [MinAmount] - Item is the ID or the Bukkit Material, MinAmount is the minimum amount required
|
/<command> <Item> [MinAmount] - Item is the ID or the Bukkit Material, MinAmount is the minimum amount required
|
||||||
searchender:
|
searchender:
|
||||||
aliases: [se]
|
aliases: [se]
|
||||||
permission: OpenInv.*;OpenInv.search
|
permission: OpenInv.*;OpenInv.search;openinv.*;openinv.search
|
||||||
description: Searches and lists players having a specific item in their ender chest
|
description: Searches and lists players having a specific item in their ender chest
|
||||||
usage: |-
|
usage: |-
|
||||||
/<command> <item> [MinAmount] - Item is the ID or the Bukkit Material, MinAmount is the minimum amount required
|
/<command> <item> [MinAmount] - Item is the ID or the Bukkit Material, MinAmount is the minimum amount required
|
||||||
silentchest:
|
silentcontainer:
|
||||||
aliases: [sc, silent, silentcontainer]
|
aliases: [sc, silent, silentchest]
|
||||||
description: Toggle SilentContainer function, which stops sounds and animations when using containers.
|
description: Toggle SilentContainer function, which stops sounds and animations when using containers.
|
||||||
permission: OpenInv.*;OpenInv.silent
|
permission: OpenInv.*;OpenInv.silent;openinv.*;openinv.silent
|
||||||
usage: |-
|
usage: |-
|
||||||
/<command> [Check] - Check or toggle silent chest
|
/<command> [Check] - Check or toggle silent chest
|
||||||
anycontainer:
|
anycontainer:
|
||||||
aliases: [ac, anychest]
|
aliases: [ac, anychest]
|
||||||
description: Toggle AnyContainer function, which allows opening of blocked containers.
|
description: Toggle AnyContainer function, which allows opening of blocked containers.
|
||||||
permission: OpenInv.*;OpenInv.anychest;OpenInv.anycontainer
|
permission: OpenInv.*;OpenInv.anychest;openinv.*;openinv.any
|
||||||
usage: |-
|
usage: |-
|
||||||
/<command> [Check] - Checks or toggle anychest
|
/<command> [Check] - Checks or toggle anychest
|
||||||
searchenchant:
|
searchenchant:
|
||||||
aliases: [searchenchants]
|
aliases: [searchenchants]
|
||||||
description: Search and list players with a specific enchantment.
|
description: Search and list players with a specific enchantment.
|
||||||
permission: OpenInv.*;OpenInv.searchenchant
|
permission: OpenInv.*;OpenInv.searchenchant;openinv.*;openinv.searchenchant
|
||||||
usage: |-
|
usage: |-
|
||||||
/<command> <[enchantment] [MinLevel]> - Enchantment is the enchantment type, MinLevel is the minimum level. One is optional
|
/<command> <[enchantment] [MinLevel]> - Enchantment is the enchantment type, MinLevel is the minimum level. One is optional
|
||||||
|
|
Loading…
Reference in a new issue