shopguiplus_sell (task type)

Since v2.15

Plugin ‘ShopGUI+’ required

Sell a certain number of items to a ShopGUI+ shop.

Since Quests v3.13, shopguiplus_sellcertain and shopguiplus_sell have been merged into one. Both names can be used to refer to this task.

Options

Key Description Type Required Default Notes
amount The number of items to sell. Integer Yes - -
shop-id The ID of the shop. String Yes - -
item-id The ID of the item to sell. String Yes - -
worlds Worlds which should count towards the progress. List of world names No - -

Examples

Sell 1000 of item_id to shop_id:

shopguiplussell:
  type: "shopguiplus_sell"
  shop-id: "shop_id"                    # shopgui+ id of the shop that contains the item.
  item-id: "item_id"                    # shopgui+ id of item to sell
  amount: 1000                          # amount of thing to sell

Back to top

This wiki serves as a manual for Quests however there is no guarantee that the information is up-to-date or complete. As per the license, this software provides absolutely no warranty, nor are the maintainers liable for any damages. Please see the license text for more information.