CategoryWarps (分类传送-[为Minecraft添加分类传送功能])
功能:
这个插件允许你创建传送点并将它们添加到不同的分类中。你可以创建一个名为"Prison"的分类,并将所有的监狱传送点添加到其中,使得服务器中的传送点更加有序。
配置:
Settings: PerWarpPermissions: true PerCategoryPermissions: true TeleportDelay: 3 WarpMessage: '&7You are now warping to &6&l%Warp% &7in &c&l%Delay% &7Seconds.' WarpPrefix: '&0[&cWarp&0]&7:' ListWarp: '&6List of all warps and categories.' CategoryFormat: '&0[&2%Category%&0]&7: ' NoPermWarpFormat: '&c%Warp%&7, ' HasPermWarpFormat: '&6%Warp%&7, ' WarpListFormat: '%Category%&8[%Warp%&8]' DeniedCategoryFormat: '&cYou do not have permission to see these Warps!' WarpListCategoryDeny: '%Category%&8[%Deny%&8]' TeleportingParticle: Smoke
用法:
使用指令 /Warp
进行传送到指定的传送点。使用 /SetWarp
设置传送点所在的分类。使用 /DelWarp
从服务器移除传送点。使用 /WarpReload
重新加载 Config.yml 配置文件。
权限:
CategoryWarps.WarpHelp - /WarpHelp CategoryWarps.* - 允许玩家查看 WarpList 中该分类中的传送点 CategoryWarps.- 允许玩家传送到该分类中的传送点 CategoryWarps.WarpList - /WarpList CategoryWarps.Warp - /Warp CategoryWarps.SetWarp - /SetWarp CategoryWarps.DelWarp - /DelWarp CategoryWarps.Reload - /WarpReload
如果具有 CategoryWarps.WarpList 权限,则可以查看分类,但消息会显示"您没有权限查看这些传送点!"。如果拥有该分类的权限,则可以看到传送点,但会以红色显示,表示无法使用该传送点。如果拥有传送点的权限,则传送点将变为金色。所有这些消息和颜色在 Config.yml 中可配置。
源代码:
插件源代码及更多详细信息请访问GitHub。
收录