You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easy to use plugin, that adds shops to your server
Releases
liteShops-ver-paper - only for paper and paper forks
liteShops-ver-spigot - for all spigot forks (most server cores)
Commands
Shops
/shop create <name>command to create a shop
/shop opencommand 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
Edit
/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> iconcommand to open icon menu
/shop edit <shopName> colorcommand to set the color of your shop
Infinite Shops
/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 opencommand to open infinite buy shop menu
/shop infinite sell opencommand to open infinite sell shop menu
Permissions
Available for everyone by default
liteshops.command.createpermission to create a shop
liteshops.command.openpermission to open shops
liteshops.command.editpermission to edit shops
liteshops.command.cofferpermission to open shop coffer
liteshops.infinite.command.open.buypermission to open infinite buy shops
liteshops.infinite.command.open.sellpermission to open infinite sell shops
Available only for operators by default
liteshops.infinite.command.create.buypermission to create an infinite buy shop
liteshops.infinite.command.create.sellpermission to create an infinite sell shop
Notes
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 example liteshops.infinite.command.create.* will give
liteshops.infinite.command.create.buy and liteshops.infinite.command.create.sell permissions