Skip to content
Jonbas edited this page Mar 12, 2011 · 13 revisions

Welcome to the LocalShops wiki!

Please help by filling out any of the following pages:
Tutorials
*Creating a Shop
*Managing a Shop
*Buying and Selling
*First Time Example

Setting up a Server Shop

Here's an example of how to setup a server shop:

/shop create GeneralStore

move a little bit so that you get the message: You have entered the 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

Clone this wiki locally