#
Inventory
#
Commands for the inventory system
The command list is not complete and not all commands are properly documented yet. Some commands might not be implemented yet.
#
Kits
#
Create Kit
Description: Creates a new kit with the specified name. It contains all items in your inventory
Syntax: /CreateKit (name)
Permission: fancycore.commands.createkit
#
Delete Kit
Description: Deletes the specified kit.
Syntax: /DeleteKit (name)
Permission: fancycore.commands.deletekit
#
Give Kit
Description: Gives the specified kit to the targeted player(s).
Syntax: /Kit (name) [player]
Permission: fancycore.commands.kit.(name)
#
List Kits
Description: Lists all available kits.
Syntax: /Kits or /ListKits
Permission: fancycore.commands.listkits
#
Backpacks
#
Open Backpack
Description: Opens the specified backpack of the targeted player.
Syntax: /Backpack (name) [player]
Permission: fancycore.commands.backpack
#
Create Backpack
Description: Creates a new backpack with the specified name and size.
Syntax: /CreateBackpack (name) (size)
Permission: fancycore.commands.createbackpack
#
Delete Backpack
Description: Deletes the specified backpack.
Syntax: /DeleteBackpack (name)
Permission: fancycore.commands.deletebackpack
#
List Backpacks
Description: Lists all available backpacks.
Syntax: /Backpacks or /ListBackpacks
Permission: fancycore.commands.listbackpacks
#
Utilities
#
Clear Inventory
Description: Clears the inventory of the targeted player(s).
Syntax: /ClearInventory [player]
Permission: fancycore.commands.clearinventory
#
Open another Player's Inventory
Description: Opens the inventory of the targeted player.
Syntax: /OpenInventory (player) or /Invsee (player)
Permission: fancycore.commands.openinventory