
GamemodeCheck
Check a player's game mode or list all players by game mode. プレイヤーのゲームモードを確認できます。 ゲームモードの一覧も見ることができます。
Список изменений
✅ 日本語版:GamemodeCheck v1.0 リリースノート
GamemodeCheck は、サーバー管理者がプレイヤーのゲームモードを素早く確認できる、シンプルかつ便利なツールです。
🛠 主な機能
-
🎯 特定プレイヤーのゲームモード確認
/gamemodecheck <MCID>で、指定プレイヤーの現在のゲームモードを表示します。 -
📋 全プレイヤーのゲームモード一覧表示
/gamemodecheck *で、オンラインプレイヤーをゲームモードごとに分類して表示します。 -
🎨 メッセージのカスタマイズ
config.ymlを編集することで、すべてのメッセージを自由に変更可能。カラーコード(&)対応。 -
⌨️ タブ補完対応 コマンド入力時にオンラインプレイヤー名や
*を自動補完。
📦 コマンド
/gamemodecheck <MCID | *>
<MCID>を指定 → 該当プレイヤーのゲームモードを表示*を指定 → ゲームモードごとにオンラインプレイヤーを一覧表示
🔐 パーミッション
| ノード | 説明 | デフォルト |
|---|---|---|
gamemodecheck.use | コマンド使用を許可 | OPのみ |
⚙️ 設定ファイル(config.yml)
messages:
no-permission: "&cYou do not have permission to use this command."
usage: "&eUsage: /gamemodecheck <MCID|*>"
player-not-found: "&cPlayer {player} not found."
player-mode: "&aPlayer {player}'s game mode: &e{mode}"
list-header: "&6Game Modes:"
mode-format: "&e{mode}: &a{players}"
{player}→ プレイヤー名{mode}→ ゲームモード名{players}→ プレイヤー名の一覧
🔮 今後の予定
- オフラインプレイヤーのゲームモード確認に対応予定
ご意見・バグ報告・要望など、お気軽にご連絡ください!
🇺🇸 English Version: GamemodeCheck v1.0 Release Notes
GamemodeCheck is a lightweight and useful plugin that allows server administrators to quickly check players' game modes.
✨ Features
-
🔍 Check a specific player's game mode Use
/gamemodecheck <MCID>to display the current game mode of a player. -
📊 List all players by game mode Use
/gamemodecheck *to group and display all online players by their game mode. -
🎨 Fully customizable messages All messages can be edited in
config.yml. Supports color codes (&). -
⌨️ Tab completion support Automatically suggests online player names and the
*argument.
📌 Command
/gamemodecheck <MCID | *>
- Specify
<MCID>→ Shows that player's game mode - Use
*→ Lists all online players grouped by game mode
🔐 Permission
| Node | Description | Default |
|---|---|---|
gamemodecheck.use | Allows use of the command | OP only |
⚙️ Configuration (config.yml)
messages:
no-permission: "&cYou do not have permission to use this command."
usage: "&eUsage: /gamemodecheck <MCID|*>"
player-not-found: "&cPlayer {player} not found."
player-mode: "&aPlayer {player}'s game mode: &e{mode}"
list-header: "&6Game Modes:"
mode-format: "&e{mode}: &a{players}"
{player}→ Player name{mode}→ Game mode{players}→ List of player names
🛠 Future Plans
- Support for checking offline players’ game modes
Feel free to report bugs or share feature requests!
