Skip to content

Commit

Permalink
Merge pull request #35 from GiganticMinecraft/add-shop-cmd
Browse files Browse the repository at this point in the history
docs: Add `/towny shop` reference
  • Loading branch information
m1sk9 authored Aug 16, 2024
2 parents 1f8d630 + ff03034 commit 23113ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* [国コマンド](./towny/nation.md)
* [小区画コマンド](./towny/plot.md)
* [住民コマンド](./towny/resident.md)
* [ショップコマンド](./towny/shop.md)

# サポーター

Expand Down
11 changes: 11 additions & 0 deletions src/towny/shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Towny: ショップコマンド

## `/shop create <個数> <売値> <買取価格>`

持っているアイテムをショップに登録します。コマンド実行後在庫を入れたチェストを右クリックします。個数は単品、まとめ売りの設定が個別で行えます。

例: `/shop create 64 100 0`: 64個で100mineで販売します。

## `/shop remove`

ショップを削除します。

0 comments on commit 23113ac

Please sign in to comment.