diff options
author | Joe Robinson <joe@lc8n.com> | 2021-11-28 18:45:27 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2021-11-28 18:45:27 +0000 |
commit | df9c201980fcbd333410a936d070db63fa840cc7 (patch) | |
tree | ec5700c4f0c3c4cc14ca487e0785021394f20629 | |
parent | c0f2547db8deaad2520ecb1a055f2545e1f3ecd6 (diff) |
Add shop example config
-rw-r--r-- | shop.yaml.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shop.yaml.example b/shop.yaml.example new file mode 100644 index 0000000..7b7e078 --- /dev/null +++ b/shop.yaml.example @@ -0,0 +1,13 @@ +items: + Banana: + price: 10 + description: "Long and yellow" + text: "Have a banana!" + Trout: + price: 20 + description: "A bit fishy" + text: "{u} slaps {t} around a bit with a large trout." + Gold Star: + price: 100 + text: "You pin the gold star on your shirt. Aren't you special?" + rank: "Gold Star"
\ No newline at end of file |