Skip to content

Commit

Permalink
Create custom-commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakatai-0322 committed Dec 28, 2022
1 parent 1a9d910 commit bf77c96
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/plugin/custom-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
{
"title": "カスタムコマンド",
"description": "当サーバーで使えるコマンドについて"
}
---

# カスタムコマンド

当サーバーで使えるコマンドについて、一部を紹介します。

## 経済関係

- `/balancetop`

省略形: `/baltop`

サーバー内の長者番付(金持ちランキング)を表示します。

表示に時間がかかることが多いです。(サーバー内すべてのプレイヤーの残高を確認する必要があるため)

- `/balance <Player>`

省略形: `/bal <Player>`

引数は、無しで実行した場合、自分の残高が、引数ありで実行した場合、指定したプレイヤーの残高が表示されます。

- `/money <Player>`

`/balance`及び、`/bal`とほとんど同じで、指定したプレイヤーの残高が表示されます。

前者とは使用しているプラグインの種類が異なります。

- `/pay <Player> <Amount>`

プレイヤーと金額を指定してその額をプレイヤーに送金できます。

0 comments on commit bf77c96

Please sign in to comment.