summaryrefslogtreecommitdiffstats
path: root/wiki/Task-configuration-layout.md
diff options
context:
space:
mode:
authorSirBlobman <blobmansrealm@gmail.com>2021-09-03 17:08:07 -0400
committerSirBlobman <blobmansrealm@gmail.com>2021-09-03 17:08:07 -0400
commita3280c7087fc5e18825566aab59a8527c378fdde (patch)
tree242023ea11de4eb66c292173ab3459a3d26c3623 /wiki/Task-configuration-layout.md
parent6b43d403fe09b6f0a0036a82233634eb07862053 (diff)
Fix wiki updates missing.
Diffstat (limited to 'wiki/Task-configuration-layout.md')
-rw-r--r--wiki/Task-configuration-layout.md6
1 files 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`