-
Notifications
You must be signed in to change notification settings - Fork 50
Commands
Description: Open a player inventory like a chest. Mimics layout of player inventory - from top left, first four rows are main inventory with hotbar on the bottom. The final row has armor contents starting with helmet on the left, then the off hand slot, and finally slots to drop items as if the dropper was the player.
Permission: openinv.inventory.open.self or openinv.inventory.open.other
Usage: /openinv [player]
- Parameter
[player]: Optional player name or UUID. Defaults to last opened player or self if no player inventory previously opened.
Aliases: oi, inv, open
Description: Open a player ender chest.
Permission: openinv.enderchest.open.self or openinv.enderchest.open.other
Usage: /openender [player]
- Parameter
[player]: Optional player name or UUID. Defaults to last opened player or self if no ender chest previously opened.
Aliases: oe
Description: Clear a player inventory. Must specify exact player! No fuzzy matching.
Permission: openinv.clear.self or openinv.clear.other
Usage: /clearinv [player]
- Parameter
[player]: Optional player name or UUID. Defaults to self if not provided.
Description: Clear a player ender chest. Must specify exact player! No fuzzy matching.
Permission: openinv.clear.self or openinv.clear.other
Usage: /clearender [player]
- Parameter
[player]: Optional player name or UUID. Defaults to self if not provided.
Description: List all players online with a certain item in their inventory.
Permission: openinv.search.inventory
Usage: /searchinv <material> [minAmount]
- Parameter
<material>: Required parameter. The name of the material to search for. - Parameter
[minAmount]: The minimum amount of the material. Defaults to 1.
Aliases: si
Description: List all players online with a certain item in their ender chest.
Permission: openinv.search.inventory
Usage: /searchender <material> [minAmount]
- Parameter
<material>: Required parameter. The name of the material to search for. - Parameter
[minAmount]: The minimum amount of the material. Defaults to 1.
Aliases: se
Description: List all players online with a certain enchantment.
Permission: openinv.search.inventory
Usage: /searchenchant <[enchantment] [minLevel]>
- Note: Must supply at least one parameter, however, both are optional. I.E.
/searchenchant DAMAGE_ALL,/searchenchant 10, and/searchenchant DIG_SPEED 5are all valid commands. - Parameter
[enchantment]: The name of the enchantment to search for. - Parameter
[minLevel]: The minimum level of enchantment to search for.
Aliases: searchenchants
Description: List all containers.
Permission: openinv.search.container
Usage: /searchcontainer <material> [chunkRadius]
- Parameter
<material>: Required parameter. The name of the material to search for. - Parameter
[chunkRadius]: Note: This is a radius of CHUNKS. Chunks are 16 blocks each, and a radius checks(radius * 2 + 1) ^ 2chunks! The default value of 5 checks a 176x176 area. LARGE VALUES MAY CRASH YOUR SERVER.
Aliases: searchchest
Description: Open blocked containers.
Permission: openinv.container.any
Usage: /anycontainer [parameter]
- Parameter
[parameter]: Optional value. Specify state withonoroff, check current state withcheck.
Aliases: ac, anychest
Description: Open containers silently.
Permission: openinv.container.silent
Usage: /silentcontainer [parameter]
- Parameter
[parameter]: Optional value. Specify state withonoroff, check current state withcheck.
Aliases: sc, silentchest