NameTag icon

NameTag -----

チーム機能を使用してのネームタグ設定



チーム機能を使用してのネームタグ設定

prefix、suffix、ネーム色が設定出来ます。

PlaceholderAPI に対応しています。

チャットにも対応しました。

Code (YAML):

commands
:
  nametag
:
    description
: NameTagプラグインのメインコマンド
    usage
: |
     /<command> help - ヘルプを表示
      /<command> set <プレイヤー名> <プレフィックス> <サフィックス> [色コード] - 称号を設定(MCIDの色コードを指定可能)
      /<command> color <プレイヤー名> <色コード>
      /<command> prefix <プレイヤー名> <プレフィックス> - プレフィックスを設定
      /<command> suffix <プレイヤー名> <サフィックス> - サフィックスを設定
      /<command> clear <プレイヤー名> - 称号をクリア
      /<command> info [プレイヤー名] - 称号情報を表示
      /<command> reload - プラグインをリロード

    permission
: nametag.use
    permission-message
: このコマンドを使用する権限がありません。
    aliases
: [nt, nametags ]

 

Code (YAML):

permissions
:
  nametag.*
:
    description
: NameTagプラグインの全権限
    children
:
      nametag.use
: true
      nametag.set
: true
      nametag.prefix
: true
      nametag.suffix
: true
      nametag.clear
: true
      nametag.info
: true
      nametag.info.others
: true
      nametag.reload
: true
    default
: op

  nametag.use
:
    description
: 基本コマンドの使用権限
    default
: true

  nametag.set
:
    description
: プレフィックスとサフィックスを同時に設定する権限
    default
: op

  nametag.color
:
    description
: プレイヤー名の色を変更する権限
    default
: op

  nametag.prefix
:
    description
: プレフィックスを設定する権限
    default
: op

  nametag.suffix
:
    description
: サフィックスを設定する権限
    default
: op

  nametag.clear
:
    description
: 称号をクリアする権限
    default
: op

  nametag.info
:
    description
: 自分の称号情報を見る権限
    default
: true

  nametag.info.others
:
    description
: 他のプレイヤーの称号情報を見る権限
    default
: op

  nametag.reload
:
    description
: プラグインをリロードする権限
    default
: op

 

Code (YAML):

chat
:
  color
: true
  prefix
: true
  suffix
: true

prefix-examples
:
 - "&c[管理者]"
  - "&a[VIP]"
  - "&b[MOD]"
  - "&e[スタッフ]"
  - "&d[初心者]"
  - "&6[ベテラン]"
  - "&9[ビルダー]"
  - "&5[PvP王]"
  - "&2[農民]"
  - "&4[戦士]"

suffix-examples
:
 - "&b様"
  - "&e★"
  - "&c♦"
  - "&a◆"
  - "&d♪"
  - "&6☆"
  - "&9♠"
  - "&5♥"
  - "&2◇"
  - "&4▲"
  - "null"

color-codes
:
 - "&0"
  - "&1"
  - "&2"
  - "&3"
  - "&4"
  - "&5"
  - "&6"
  - "&7"
  - "&8"
  - "&9"
  - "&a"
  - "&b"
  - "&c"
  - "&d"
  - "&e"
  - "&f"
  - "&l"
  - "&m"
  - "&n"
  - "&o"
  - "&r"

common-words
:
 - "[管理者]"
  - "[VIP]"
  - "[MOD]"
  - "[スタッフ]"
  - "[プレイヤー]"
  - "[初心者]"
  - "[ベテラン]"
  - "[ビルダー]"
  - "[PvP王]"
  - "[農民]"
  - ' [戦士 ]'

 

Resource Information
Author:
----------
Total Downloads: 68
First Release: Jul 26, 2025
Last Update: Jul 27, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings