Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

「カスタムコマンド」の作成 #146

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>`

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