From a3280c7087fc5e18825566aab59a8527c378fdde Mon Sep 17 00:00:00 2001 From: SirBlobman Date: Fri, 3 Sep 2021 17:08:07 -0400 Subject: Fix wiki updates missing. --- wiki/Task-configuration-layout.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wiki/Task-configuration-layout.md b/wiki/Task-configuration-layout.md index 79eb1775..b9cfb8ff 100644 --- a/wiki/Task-configuration-layout.md +++ b/wiki/Task-configuration-layout.md @@ -621,7 +621,8 @@ Buy something from a ShopGUI+ shop. ```yaml shopguiplusbuy: type: "shopguiplus_buycertain" - id: "item_id" # shopgui+ id of item to buy + shop-id: "shop_id" # shopgui+ id of the shop that contains the item. + item-id: "item_id" # shopgui+ id of item to buy amount: 1000 # amount of thing to buy ``` ## `shopguiplus_sellcertain` @@ -629,7 +630,8 @@ Sell something to a ShopGUI+ shop. ```yaml shopguiplussell: type: "shopguiplus_sellcertain" - id: "item_id" # shopgui+ id of item to 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 ``` ## `fabledskyblock_level` -- cgit v1.2.3-70-g09d2