FunnyWarps 有趣传送 | |
---|---|
![]() |
使用图形用户界面设置扭曲,并在每个心灵传送上获得效果 |
作 者 | DrkPnd73 |
发布时间 | 2015年6月22日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.7,1.8,1.9,1.10,1.11,1.12,1.13 |
插件详细介绍
FunnyWarps 是一款插件,它允许服务器管理员创建一个简单的 GUI 界面,其中包含可支付或免费的传送点,并带有自定义图标。在玩家支付或以其他方式满足条件后,插件还可以提供传送效果。4.0 版本在代码质量、外观和性能方面都进行了改进。
FunnyWarps 4.0 移除了特效和导入选项,但这是暂时的。此版本增加了一个新功能:用户可以收藏传送点。只需右键单击要添加为收藏的传送点,菜单中会以发光效果显示,以便玩家快速找到他们喜欢的传送点。
重要提示: 你不需要删除之前的配置。转换后可能会有一些垃圾数据,但你的所有配置都将被转换为 4.0 版本的配置。
/warps
: 打开传送菜单。/warps reload
: 重载配置文件。/warps setwarp <warpname>
: 设置一个新的传送点。/warps delwarp <warpname>
: 删除一个已存在的传送点。/warps seticon <warpname> <material>
: 设置传送点的图标。/warps setprice <warpname> <price>
: 设置传送点的价格。/warps
: 打开传送菜单。funnywarps.admin
: 允许使用所有管理员指令。funnywarps.use
: 允许打开传送菜单。
config:
# General configuration options
settings:
# Use custom model data for items in the GUI
custom-model-data: false
# Open the warp menu on server join
open-on-join: false
# Title of the warp GUI menu
title: '&6Warps'
# Use the default Minecraft inventory title
default-minecraft-title: false
# Number of warps per row in the GUI
warps-per-row: 7
# Number of empty slots to create at the start of the menu
empty-slots-at-start: 0
# Enable or disable the warp menu
enabled: true
# Message configuration options
messages:
prefix: '&7[&6Warps&7] &r'
no-permission: '&cYou do not have permission to use this command.'
warp-not-found: '&cWarp not found.'
warp-deleted: '&aWarp deleted.'
warp-set: '&aWarp set.'
warp-reloaded: '&aWarps reloaded.'
not-enough-money: '&cYou do not have enough money to warp.'
warped: '&aWarped to %warp%.'
console-cannot: '&cYou cannot use this command from console.'
# Item configuration options
items:
# Item used to go to the next page in the GUI
next-page:
material: "PAPER"
name: '&aNext Page'
lore:
- '&7Click to go to the next page.'
# Item used to go to the previous page in the GUI
previous-page:
material: "PAPER"
name: '&aPrevious Page'
lore:
- '&7Click to go to the previous page.'
warps:
# Example warp configuration
example:
# World the warp is located in
world: "world"
# X coordinate of the warp
x: 0
# Y coordinate of the warp
y: 0
# Z coordinate of the warp
z: 0
# Yaw of the warp
yaw: 0
# Pitch of the warp
pitch: 0
# Price to use the warp
price: 100
# Material of the warp icon in the GUI
material: "STONE"
# Name of the warp in the GUI
name: '&6Example Warp'
# Lore of the warp in the GUI
lore:
- '&7Click to warp to the example warp.'
- '&7Price: &6%price%'