WarpsGUI 传送GUI 1.8-1.14 主城和传送点GUI | |
---|---|
![]() |
在图形用户界面中提供独特的原点和经线插件 |
作 者 | MrHardyCZ |
发布时间 | 2016年4月28日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.8,1.9,1.10,1.11,1.12,1.13,1.14 |
插件详细介绍
EditWarp插件提供了一个简单而有效的方案,通过图形用户界面(GUI)实现无限的家和传送点管理,允许自定义图标、消息甚至声音。本插件已完全重写。
请勿使用评论区报告问题或漏洞。您可以通过私信或Discord (ZakSmak#4116) 联系我,我会尽快修复。
您可以随意反编译和修改本插件的代码。本插件包含由WesJD制作的AnvilGUI API,遵循MIT许可证。
如果您喜欢这个插件,欢迎通过PayPal进行捐赠。
warps.usewarp.<warpname>
- 允许玩家使用特定的传送点。
#Messages
Messages:
Prefix: "&7[&6Warps&7] "
NoPerm: "%prefix%&cYou don't have permission to use this warp!"
Warped: "%prefix%&aWarped to %warp%!"
HomeWarped: "%prefix%&aWarped to home!"
NoHome: "%prefix%&cYou don't have a home set!"
SetHome: "%prefix%&aHome set!"
HomeLimit: "%prefix%&cYou have reached your home limit!"
NoPermToRemove: "%prefix%&cYou don't have permission to remove this warp!"
WarpRemoved: "%prefix%&aWarp %warp% removed!"
HomeRemoved: "%prefix%&aHome removed!"
WarpDoesntExist: "%prefix%&cThis warp doesn't exist!"
InvalidItem: "%prefix%&cInvalid item!"
NoPermToCreate: "%prefix%&cYou don't have permission to create this warp!"
WarpCreated: "%prefix%&aWarp %warp% created!"
HomeCreated: "%prefix%&aHome set!"
HomeNameTaken: "%prefix%&cThis home name is already taken!"
WarpNameTaken: "%prefix%&cThis warp name is already taken!"
WorldDisabled: "%prefix%&cThis world is disabled!"
NameTooLong: "%prefix%&cName is too long! (Max 30 characters)"
NameTooShort: "%prefix%&cName is too short! (Min 3 characters)"
InvalidName: "%prefix%&cInvalid name! (Only letters and numbers allowed)"
#Settings
Settings:
Homes:
Enabled: true
Limit: 1
Warps:
Enabled: true
NeedPerm: false
Worlds:
Disabled:
- "world_nether"
GUI:
Rows: 3
HomeRows: 3
Title: "&6Warps"
HomeTitle: "&6Homes"
FillEmptySlots: false
FillItem:
Material: "STAINED_GLASS_PANE"
Data: 15
Name: " "
Sounds:
GUISound: "BLOCK_NOTE_PLING"
WarpSound: "ENTITY_ENDERMEN_TELEPORT"
ErrorSound: "ENTITY_VILLAGER_NO"
#Items
Items:
HomeItem:
Material: "BED"
Data: 0
Name: "&6Home"
Lore:
- "&7Teleport to your home"
SetHomeItem:
Material: "COMPASS"
Data: 0
Name: "&6Set Home"
Lore:
- "&7Set your home"
CreateWarpItem:
Material: "EMERALD"
Data: 0
Name: "&6Create Warp"
Lore:
- "&7Create a warp"