CustomScoreboard icon

CustomScoreboard -----

スコアボードプラグイン



coinfig.ymlから構成するスコアボードプラグイン。

PlaceholderAPI に対応しています。

各行の複数テキストの切替に対応しています。

  • /csb show/hide/toggle - 表示制御
  • /csb status - 状態確認
  • /csb reload - 設定再読み込み(要管理者権限)
Code (YAML):

commands
:
  customscoreboard
:
    description
: スコアボード関連のコマンド
    usage
: /<command> [reload|show|hide|toggle ]
    aliases
: [csb, cscore ]
    permission
: scoreboard.use

 

Code (YAML):

permissions
:
  scoreboard.use
:
    description
: スコアボードの基本使用権限
    default
: true
  scoreboard.admin
:
    description
: スコアボードの管理権限
    default
: op

 

Code (YAML):

# スコアボード設定ファイル
scoreboard
:
  # スコアボードを有効にするかどうか
  enabled
: true

  # スコアボードのタイトル
  title
: "&6&lCustom Server"

  # 全体の更新間隔(tick)
  update-interval
: 1

  # 行の設定
  lines
:
    # 各行は上から下の順番で表示されます
    # scoreはスコアボードの右側に表示される数値です(通常は15から0の範囲)
    line1
:
      score
: 15
      # 更新間隔(tick)
      update-interval
: 1
      # 表示するテキストのリスト(時間で切り替わります)
      texts
:
       - "&7━━━━━━━━━━━━━━━━━━━━"
        - "&8━━━━━━━━━━━━━━━━━━━━"

    line2
:
      score
: 14
      update-interval
: 72000
      texts
:
       - "&e&lサーバー情報"

    line3
:
      score
: 13
      update-interval
: 60
      texts
:
        - "&fオンライン
: &a%server_online%&f/&c%server_max_players%"

    line4
:
      score
: 12
      update-interval
: 72000
      texts
:
       - ""

    line5
:
      score
: 11
      update-interval
: 72000
      texts
:
       - "&b&lプレイヤー情報"

    line6
:
      score
: 10
      update-interval
: 72000
      texts
:
       - "%player_name%"

    line7
:
      score
: 9
      update-interval
: 40
      texts
:
        - "&fレベル
: &a%player_level%"
        - "&f経験値
: &a%player_exp%"

    line8
:
      score
: 8
      update-interval
: 40
      texts
:
        - "&fお金
: &e%vault_eco_balance%"
        - "&f残高
: &e%vault_eco_balance_formatted%"

    line9
:
      score
: 7
      update-interval
: 72000
      texts
:
       - ""

    line10
:
      score
: 6
      update-interval
: 72000
      texts
:
       - "&d&l座標情報"

    line11
:
      score
: 5
      update-interval
: 20
      texts
:
       - "&a%player_x%&7,&a%player_y%&7,&a%player_z%"

    line12
:
      score
: 4
      update-interval
: 72000
      texts
:
       - ""

    line13
:
      score
: 3
      update-interval
: 72000
      texts
:
       - "&c&l時間情報"

    line14
:
      score
: 2
      update-interval
: 20
      texts
:
       - "&e%server_time_HH:mm:ss%"

    line15
:
      score
: 1
      update-interval
: 1
      texts
:
       - "&7━━━━━━━━━━━━━━━━━━━━"
        - "&8━━━━━━━━━━━━━━━━━━━━"

# デバッグモード(ログ出力を詳細にする)
debug
: false

# PlaceholderAPIが無い場合のプレースホルダー代替値
placeholder-defaults
:
  server_online
: "?"
  server_max_players
: "?"
  player_level
: "?"
  player_exp
: "?"
  vault_eco_balance
: "?"
  vault_eco_balance_formatted
: "?"
  player_x
: "?"
  player_y
: "?"
  player_z
: "?"
  server_time_HH:mm:ss
: "?"

 

Resource Information
Author:
----------
Total Downloads: 168
First Release: Jul 28, 2025
Last Update: Jul 31, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings