Store and Custom Store
When I make a store it asks for name, the only name i can get to work is All. Which i dont really mind, but in the store there are items for free (which have a price in the config) but for some reason i cant get prices to match. Ive tried changing prices, moving items, making unbuyable, and removing them completely... Any Ideas?
Second, How in the world do you make a custom store?
I would also like to make a request for up coming version, a Good Wiki/Manual with instructions.
Making custom stores is pretty easy. Go to RpgStore folder, and look for customstores.yml. There, you can make a list like this: Bakery: '297': Sell Able: true Buy Able: true Buy Price: 10 Sell Price: 5
Where Bakery is the NAME OF THE STORE, when it asks for the name, either you put "Bakery" in this case, or "all" for a general store. Then, the number "297" is the item ID and the rest of the options explain by themselves.
Hope this helped :)