- 版权类型
- 转载
- 插件英文名称
- SetHome GUI
- 支持的核心
- Bukkit
- Spigot
- Paper
- Purpur
- Leaves
- 资源语言
- 英语
- 适配版本
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
- 1.20.6
- 1.21
插件介绍
介绍
关于这插件
使用SetHome GUI,您将能够访问一个菜单,在该菜单中,您可以通过简单的点击一个家并传送到它。
这是一个非常简单的插件,有一个配置文件,很容易配置,只需一个命令。
消息和菜单是可定制的。
安装
开始
下载插件:下载插件并且安装到插件文件夹
准备去用:现在启动服务器然后享受这插件
使用
命令
/home » 打开主菜单
/home reload
» 重载插件配置文件
控制
权限
sethome.reload ➣ 允许重新加载配置文件
sethome.maxhomes.x ➣ 允许用户设置家的数量
sethome.cooldown.bypass ➣ 允许绕过传送等待
插件
变量
%home% ➣ 显示家的名字.
插件
配置
YAML:
[/SIZE][/SIZE][/SIZE]
##########################
# SetHome GUI #
##########################
# Author: Beeted_
# Version: 1.8.0
# For support: https://discord.gg/3k4MbQ3KNv
# Premium plugin (Support me): https://builtbybit.com/resources/sethome-gui.51982
# If you liked the plugin, I would greatly appreciate a review on the Spigot page :)
# Customize the menu.
menu:
open-command: /home
gui-title: "&9&lHome Menu &8⌂"
glass-pane-color: "GRAY"
center-glass-color: "LIGHT_BLUE"
info-title: "&8❮❮❮ &7Set Home &8| &7Go Home &8❯❯❯"
set-home-item:
material: RED_BED
display-name: "&7➤ &3&lSet Home"
lore:
- "&7With this item you can"
- "&7set your home and save it"
- "&7with a name."
- ""
- "&a(Left-Click to set home)"
your-homes-item:
material: OAK_DOOR
display-name: "&7➤ &e&lYour homes"
lore:
- "&7With this object you can"
- "&7open the menu of your homes"
- "&7and manage all your homes."
- ""
- "&a(Left-Click to open menu)"
homes-menu:
gui-title: "&9&lYour Homes Menu &8⌂"
go-back-item: "&cGo Back"
close-item: "&4Close"
home-item:
display-name: "&7&lHOME &8» &b%home%"
#You can use %home% and %world% on lore.
lore:
- "&c(Right-Click to delete)"
- "&a(Left-Click to teleport)"
no-homes-item:
display-name: "&cYou don't have homes"
lore:
- "&7Create a home with /home"
confirmation-menu:
gui-title: "&cConfirm Deletion"
confirm-item:
display-name: "&aConfirm"
cancel-item:
display-name: "&cCancel"
# Customize the messages.
messages:
home-established: "&aYour home has been established!"
not-established-home: "&cYou don't have an established home."
teleported: "&aYou have traveled home: &7%home%"
home-not-found: "&4Error: Home coordinates not found."
home-removed: "&cYour home &b%home% &chas been removed."
home-limit-reached: "&cYou have reached the maximum number of homes allowed (%limit%)."
home-exists: "&4A home with that name already exists. Please choose a different name."
enter-home-name: "&eEnter the name for your home in the chat. Type &7cancel &eif you want to cancel."
home-cancelled: "&cYou have canceled the creation of the home."
no-reload-permissions: "&cYou don't have permission to reload the plugin!"
plugin-reloaded: "&aPlugin reloaded successfully!"
teleport-cooldown: "&aYou are being teleported in &7%seconds% &aseconds. Don't move."
teleport-in-progress: "&cYou already have a teleport in progress. Wait to make a new one."
teleport-cancelled: "&cYour teleport has been canceled because you have moved."
world-not-found: "&cThe world to travel to has not been found."
# You should only set a single title to true.
# They can only be activated if the cooldown is greater than 0
titles:
cooldown-title:
enable: true
teleport-title: "&aTeleporting..."
teleport-subtitle: "&eTeleporting in %seconds% seconds..."
static-title:
enable: false
teleport-title: "&aTeleporting..."
teleport-subtitle: "&eTeleporting in %seconds% seconds..."
teleport-cooldown: 5
cancel-on-move: true
[SIZE=4][SIZE=4][SIZE=4]