权限

# 管理员命令
customnameplates.admin:
  default: op

# 玩家命令
# 名牌部分
nameplates.command.*:
  description: 给予玩家所有名牌命令的使用权限
  children:
    nameplates.command.equip: true
    nameplates.command.unequip: true
    nameplates.command.preview: true
    nameplates.command.list: true
# 使用 /nameplates equip 命令的权限节点
# 要给予对特定名牌的使用权限,请使用 nameplates.equip.<nameplate>
# 例如: nameplates.equip.cat
nameplates.command.equip:
  default: true
# 使用 /nameplates unequip 命令的权限节点
nameplates.command.unequip:
  default: true
# 使用 /nameplates preview 命令的权限节点
nameplates.command.preview:
  default: true
# 使用 /nameplates list 命令的权限节点
# 这允许玩家获取已拥有名牌的列表
nameplates.command.list:
  default: true

# 气泡部分
bubbles.*:
  description: 给予玩家所有气泡命令的使用权限
  children:
    bubbles.command.equip: true
    bubbles.command.unequip: true
    bubbles.command.list: true
# 使用 /bubble equip 命令的权限节点
# 要给予对特定气泡的使用权限,请使用 bubbles.equip.<bubble>
# 例如: bubbles.equip.chat
bubbles.command.equip:
  default: true
# 使用 /bubbles unequip 命令的权限节点
bubbles.command.unequip:
  default: true
# 使用 /bubbles list 命令的权限节点
# 这允许玩家获取已拥有气泡的列表
bubbles.command.list:
  default: true
# 使用气泡的权限节点
bubbles.use:
  default: true