- liteShops-ver-paper - only for paper and paper forks
- liteShops-ver-spigot - for all spigot forks (most server cores)
/shop create <name>
command to create a shop/shop open
command to open shop menu (click on the icon to open shop)/shop upgrade <shopName>
command to open shop upgrade menu (Stick -new Line
, Paper -new Page
)/shop coffer <shopName>
command to open shop storage where sales revenue is located
/shop edit <shopName> name <newName>
command to change shop name/shop edit <shopName> price <page> <index> <material> <amount>
command to set the price for an item in the shop/shop edit <shopName> icon
command to open icon menu/shop edit <shopName> color
command to set the color of your shop
/shop infinite buy create <name>
command to create infinite buy shop (can be used only by an operator)/shop infinite sell create <name>
command to create infinite sell shop (can be used only by an operator)/shop infinite buy open
command to open infinite buy shop menu/shop infinite sell open
command to open infinite sell shop menu
liteshops.command.create
permission to create a shopliteshops.command.open
permission to open shopsliteshops.command.edit
permission to edit shopsliteshops.command.coffer
permission to open shop cofferliteshops.infinite.command.open.buy
permission to open infinite buy shopsliteshops.infinite.command.open.sell
permission to open infinite sell shops
liteshops.infinite.command.create.buy
permission to create an infinite buy shopliteshops.infinite.command.create.sell
permission to create an infinite sell shop
- If you are the owner of a shop that you open through the menu, it will open in edit mode, so you can pick up things from there or add them for free
- You can also use
permission.*
to get all children of that permission For exampleliteshops.infinite.command.create.*
will giveliteshops.infinite.command.create.buy
andliteshops.infinite.command.create.sell
permissions