1 331
收录服务器
1 859
注册
29 212
玩家
HomeGUI GUI主页
EssentialsX Home的交互式和可定制的图形用户界面!
作 者 TechnoVision
发布时间 2020年4月23日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17
点此下载

🏠 HomeGUI 插件提供了一个交互式的、可定制的图形用户界面(GUI),方便玩家轻松访问 EssentialsX 的家。这个 GUI 是动态的,支持最多 54 个家,每个家都可以有独特的图标和名称。玩家可以直接在 GUI 中设置、使用、删除和修改他们的家,几乎不需要任何命令!

🏠 HomeGUI

📌 指令

  • /home - 打开家园 GUI。
  • /home <name> - 直接传送到指定的家。
  • /h reload - 重新加载 config.yml 配置文件。

🔑 权限

  • home.rl - 重新加载 config.yml 配置文件。

⚙️ 依赖

EssentialsX (没有 EssentialsX 插件,本插件将无法工作)。

✨ 主要特性

  • Essentials 家园的交互式 GUI。
  • 每个家都可以自定义图标。
  • 动态 GUI 布局,最多支持 54 个家。
  • 完全可定制的 config.yml 配置文件。
  • 向后兼容 1.8 - 1.17 版本。

🐛 Bug 反馈

如果您遇到任何错误、漏洞或问题,请联系作者或在 Discord 中寻求支持。如果你喜欢这个插件,请留下一个评论!

🔜 即将推出

  • 无限的家和图标。

⚙️ 配置文件 (config.yml) 示例


# +---------------------------------------------------------------------------------------------------------------------------------+ #
# |                                                      HomeGUI Configuration File                                                     | #
# +---------------------------------------------------------------------------------------------------------------------------------+ #

# +---------------------------------------------------------------------------------------------------------------------------------+ #
# |                                                           GUI Settings                                                            | #
# +---------------------------------------------------------------------------------------------------------------------------------+ #
Settings:
  title: "&6Homes"
  rows: 6 # Must be between 1 and 6!
  item-material: COMPASS
  filler:
    enabled: true
    item: GRAY_STAINED_GLASS_PANE
    name: " "

# +---------------------------------------------------------------------------------------------------------------------------------+ #
# |                                                          Home Icon Settings                                                       | #
# +---------------------------------------------------------------------------------------------------------------------------------+ #
home-icon:
  material: GRASS_BLOCK
  name: "&a%home%"
  lore:
    - "&7World: &f%world%"
    - "&7Coords: &f%x%, %y%, %z%"
    - ""
    - "&eLeft Click to Teleport"
    - "&eRight Click to Edit"

# +---------------------------------------------------------------------------------------------------------------------------------+ #
# |                                                         No Homes Icon Settings                                                    | #
# +---------------------------------------------------------------------------------------------------------------------------------+ #
no-homes:
  enabled: true
  slot: 49
  material: BARRIER
  name: "&cNo Homes!"
  lore:
    - "&7You don't have any homes!"

# +---------------------------------------------------------------------------------------------------------------------------------+ #
# |                                                            Edit Home GUI                                                          | #
# +---------------------------------------------------------------------------------------------------------------------------------+ #
edit-gui:
  title: "&6Edit Home"
  rows: 3
  filler:
    enabled: true
    item: GRAY_STAINED_GLASS_PANE
    name: " "
  rename:
    slot: 11
    material: NAME_TAG
    name: "&aRename Home"
    lore:
      - "&7Click to rename this home!"
  icon:
    slot: 13
    material: PAINTING
    name: "&aChange Icon"
    lore:
      - "&7Click to change the icon of"
      - "&7this home!"
  delete:
    slot: 15
    material: LAVA_BUCKET
    name: "&cDelete Home"
    lore:
      - "&7Click to permanently delete"
      - "&7this home!"
  back:
    slot: 22
    material: OAK_SIGN
    name: "&cBack"
    lore:
      - "&7Click to go back!"

# +---------------------------------------------------------------------------------------------------------------------------------+ #
# |                                                          GUI Message Settings                                                     | #
# +---------------------------------------------------------------------------------------------------------------------------------+ #
Messages:
  no-permission: "&cYou don't have permission to use this command!"
  home-does-not-exist: "&cThat home does not exist!"
  reloaded-config: "&aSuccessfully reloaded the config!"
  teleporting: "&aTeleporting to &6%home%&a!"
  delete-home: "&cSuccessfully deleted &6%home%&c!"
  same-name: "&cThat is already the name of this home!"
  name-home: "&aWhat would you like to rename this home to?"
  max-homes: "&cYou have reached the maximum amount of homes!"

# +---------------------------------------------------------------------------------------------------------------------------------+ #
# |                                                            Other Settings                                                         | #
# +---------------------------------------------------------------------------------------------------------------------------------+ #
Other:
  max-homes: 54
  new-home-delay: 5
  new-home-message: "&aPlease wait &6%time% &aseconds before creating another home!"
  delete-home-delay: 5
  delete-home-message: "&cPlease wait &6%time% &aseconds before deleting another home!"