-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a9d910
commit bf77c96
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>` | ||
|
||
プレイヤーと金額を指定してその額をプレイヤーに送金できます。 |