FancyCoreCommands
Inventory
Economy options for FancyCore
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
createkit
Creates a new kit with the specified name (note: it contains all items in your inventory).
- Permissions:
fancycore.commands.createkit - Syntax:
/createkit <name><name>- Kit name
deletekit
Deletes the specified kit.
- Permissions:
fancycore.commands.deletekit - Syntax:
/deletekit <name><name>- Kit name
kit
Gives the specified kit to the targeted player(s).
- Permissions:
fancycore.commands.kit.(name) - Syntax:
/kit <name> [player]<name>- Kit name[player]- Target player (optional)
listkits
Lists all available kits.
- Permissions:
fancycore.commands.listkits - Syntax:
/listkitsor/kits
Backpacks
backpack
Opens the specified backpack of the targeted player.
- Permissions:
fancycore.commands.backpack - Syntax:
/backpack <name> [player]<name>- Backpack name[player]- Target player (optional)
createbackpack
Creates a new backpack with the specified name and size.
- Permissions:
fancycore.commands.createbackpack - Syntax:
/createbackpack <name> <size><name>- Backpack name<size>- Inventory size
deletebackpack
Deletes the specified backpack.
- Permissions:
fancycore.commands.deletebackpack - Syntax:
/deletebackpack <name><name>- Backpack name
listbackpacks
Lists all available backpacks.
- Permissions:
fancycore.commands.listbackpacks - Syntax:
/listbackpacksor/backpacks
Utilities
clearinventory
Clears the inventory of the targeted player(s).
- Permissions:
fancycore.commands.clearinventory - Syntax:
/clearinventory [player][player]- Target player (optional)
openinventory
Opens the inventory of the targeted player.
- Permissions:
fancycore.commands.openinventory - Syntax:
/openinventory <player>or/invsee <player><player>- Target player