-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Welcome to the LocalShops wiki!
To create a shop of with a custom size:
**/shop select **
right click one block
**left click a second block **
/shop create [ShopName]
To create a shop at your location of the standard size do:
/shop create [ShopName]
To move a shop of with a custom size:
**/shop select **
right click one block
**left click a second block **
/shop move [ShopName]
To move a shop to your location with a standard size do:
/shop move [ShopName]
While holding the block you want to sell:
**/shop sell **
**/shop sell <#> **
**/shop sell all **
or you can do:
/shop sell itemName <#>
/shop sell itemName all
If you get a message that says "Sorry, ShopName is not buying ItemName right now." it could be cased by a few different reasons:
- the sell price is set to 0
- the item is not added to the shop yet
- the shop already has more items than the max stock level
Here's an example of how to setup a server shop:
/shop create GeneralStore
In my server I use gold as a standard way to set prices and create money. So lets set the shop to buy and sell GoldIngot for 1500 coins.
start by adding it to the shop:
/shop add GoldIngot
Then set the price that users can buy the item for
/shop set buy GoldIngot 1500
Next set the price that users can sell the item for
/shop set sell GoldIngot 1500
And finally set the shop owner to an account name that isn't one of your players:
/shop set owner ServerBank
The final thing I do on my own server is set the money to be unlimited:
/shop set unlimited money
From now on, only people that have the group localshops.admin will be able to use the /shop set, /shop add, /shop remove, and /shop destroy commands on GeneralStore
but if you want to add the ability to manage the shop to a specific person you can add them as a manager to the GeneralStore (they can add and remove inventory, but won't be charged for it or get money for it)
/shop set manager +UserName