| DefinitelyTracker 玩家追踪器 | [1.8 & 1.9 & 1.10] | |
|---|---|
|  | GUI编辑器和查看器的基本工具包!没有更多的kits.yml编辑! | 
| 作 者 | Ranull | 
| 发布时间 | 2019年11月29日 | 
| 支持核心 | Spigot | 原生版本 | 
| 支持版本 | 1.13,1.14,1.15,1.16 | 
插件详细介绍
EssentialsKits 是一个简单的图形界面插件,用于查看、预览和编辑 Essentials 的工具包(kits)。它还允许你删除工具包并更改它们的延迟。
configVersion: 1
settings:
  overrideKit: true # Override the /kit command
  overrideKits: true # Override the /kits command
  enableEditor: true # Should we use the editor
  enableList: true # Should we use the GUI list
  enablePreview: true # Should allow people to preview kits in the list
  enchantGlow: true # Enchanted items glow
  hideKits: # This will always hide listed kits from the list GUI
  - HiddenKit
gui:
  listTitle: "Kits"
  editorTitle: "$name Edit"
  previewTitle: "$name Preview"
  # This is the default look of kits if not configured under the kits section.
  display: "$name"
  lore:
  - "Delay: $delay seconds"
  - ""
  - "Claim: Left Click"
  - "Preview: Right Click"
  # The kits below can be ignored or removed if not used, these are here to show you how you can configure the plugin. If you do not have these kits, you may remove the lines below.
  # Kits configured below will only effect the look of kits in the GUI list. Kit data is stored in the Essentials kits.yml file.
  kits:
    tools:
      display: "&7Tools"
      lore:
      - "&7Delay: &f$delay"
      - ""
      - "&7Claim: &fLeft Click"
      - "&7Preview: &fRight Click"
    dtools:
      display: "&bDiamond Tools"
      lore:
      - "&bDelay: &f$delay"
      - ""
      - "&bClaim: &fLeft Click"
      - "&bPreview: &fRight Click"
    notch:
      display: "&4Notch"
      lore:
      - "&4Delay: &f$delay"
      - ""
      - "&4Claim: &fLeft Click"
      - "&4Preview: &fRight Click"
    color:
      display: "&4Book &9o &6Colors"
      lore:
      - "&4Delay: &f$delay"
      - ""
      - "&9Claim: &fLeft Click"
      - "&6Preview: &fRight Click"
    firework:
      display: "&eFirework"
      lore:
      - "&eDelay: &f$delay"
      - ""
      - "&eClaim: &fLeft Click"
      - "&ePreview: &fRight Click"
要创建一个工具包,你可以使用 /editkit {name} 命令。如果该工具包不存在,它将在你退出物品栏时被创建。
免责声明: 本插件会修改你的 Essentials kits.yml 文件。建议在安装插件之前备份此文件以确保安全。目前尚不支持书和烟花。
支持:
/essentialskits - 插件帮助 (默认)/kitsgui - 查看工具包 GUI (默认)/previewkit {kit} - 预览工具包 (默认)/editkit {kit} - 创建/编辑工具包 (OP)/delaykit {kit} {delay} - 编辑工具包延迟 (OP)/deletekit {kit} - 删除工具包 (OP)essentialskits.kitsgui (默认)essentialskits.previewkit (默认)essentialskits.editkit (OP)essentialskits.delaykit (OP)essentialskits.deletekit (OP)