onebone / EconomyS

The economy plugin for PocketMine-MP
GNU General Public License v3.0
144 stars 188 forks source link

Shop and sell #371

Closed DerddyDert closed 7 years ago

DerddyDert commented 7 years ago

I apologize but since there is no documentation on the new shop and sell procedures would you please explain all the [side] options? Is there a way to put a shop or sell item into either a frame or glass? Thanks!

onebone commented 7 years ago

Side decides where to put item relative to position of the shop.

Unfortunately, it does not support putting items on frame. To put item in a glass, you should provide side as -1 or "sell" (or "shop").

You can also provide side as "up", "down", "north", "east", "west", "south", "sell" (or "shop"), "none".