SimpleWarp 是一款集齐强大的地标传送插件
授权搬运
申请中...
插件功能
- 可自定义编辑语言
- 丰富的传送功能
插件命令
/warp
传送至传送点
权限: simplewarp.command.warp
/addwarp
新建传送点
权限: simplewarp.command.addwarp
/delwarp
删除传送点
权限: simplewarp.command.delwarp
/listwarps
新建传送点
权限: simplewarp.command.listwarps
/warp <NAME> <PLAYER>
强制其他玩家传送
权限: simplewarp.command.warp.other
/openwarp
开启传送点
权限: simplewarp.command.openwarp
/closewarp
关闭传送点
权限: simplewarp.command.closewarp
图片展示
插件配置
CONFIG.YML (已做汉化 可供参考用...)
- # >=>>=> >=> >=> >=> >=>
- # >=> >=> >=> >=> >=> >=>
- # >=> >=> >===>>=>>==> >=> >=> >=> >==> >=> >> >=> >=> >=> >> >==> >=> >=>
- # >=> >=> >=> >> >=> >> >=> >=> >> >=> >=> >=> >=> >=> >=> >=> >> >=>
- # >=> >=> >=> >> >=> >> >=> >=> >>===>>=> >=> >> >=> >=> >=> >=> >=> >> >=>
- # >=> >=> >=> >=> >> >=> >=> >=> >=> >> >> >> >===> >=> >=> >=> >=> >=>
- # >=>>=> >=> >==> >> >=> >=> >==> >====> >=> >=> >==>>>==> >==> >=>
- # >=> The original warp plugin for PocketMine >=>
- display-exact-coordinates: false
- # 如果设置为false,则显示给玩家的最终坐标
- storage-mode: 1
- # SimpleWarp可以通过三种主要方式存储数据.
- #
- # MEMORY_TILL_CLOSE = 0
- # 当服务器启动时,将自动载入 WARPS
- # 直到服务器关闭为止. 服务器关闭时
- # 它们被转换回 YAML。 这个新的 YAML 将
- # 替换 warps.yml,这将会使更改无效或者
- # 无法加载的传送点将被删除.
- #
- #
- # FLUSH_ON_CHANGE = 1
- # 服务器启动时,传送点将被加载.每当一个
- # 传送点更新, 它将在 warps.yml 中更新. 当
- # 服务器关闭时, 传送点储存文件不会被覆盖.
- #
- # NO_MEMORY_STORE = 2
- # 传送点永远不会“存储”在内存中.它们按需转换
- # 在 YAML 和对象格式之间.对配置进行的任意更改
- # 将立即在服务器中加载使用,反之也一样.
- #
- essentials-support: false
- # 如果启用了Essentials-support并安装了EssentialsPE,
- # SimpleWarp将采取步骤以确保
- # 插件共存.
- hold-still-enabled: true
- hold-still-time: 60
LANG.YML
- ---
- addwarp-cmd: addwarp
- addwarp-desc: 新增传送点.
- addwarp-usage: /addwarp <name> [<ip> <port>|<x> <y> <z> <level>|<player>]
- addwarp-event-cancelled: 插件已取消创建此传送点.
- closewarp-cmd: closewarp
- closewarp-desc: 关闭传送点.
- closewarp-usage: /closewarp <name>
- closewarp-event-cancelled: 插件已取消此操作.
- delwarp-cmd: delwarp
- delwarp-desc: 删除传送点.
- delwarp-usage: /delwarp <name>
- delewarp-event-cancelled: 插件已取消删除此传送点.
- listwarps-cmd: listwarps
- listwarps-desc: 列出传送点列表.
- listwarps-usage: /listwarps
- listwarps-list-title: |
- 传送点列表:
- listwarps-no-warps: §c无传送点.§r
- listwarps-noperm: §c你没有权限使用该命令§r
- openwarp-cmd: openwarp
- openwarp-desc: 开启传送点.
- openwarp-usage: /openwarp <name>
- delwarp-event-cancelled: 插件已取消此操作.
- warp-cmd: warp
- warp-desc: 传送点帮助.
- warp-usage: /warp <name> [player]
- warp-added-xyz: 已创建新的传送点 §b%s§r %s
- warp-added-player: 已创建新的传送点 §b%s§r %s
- warp-added-server: 已创建新的传送点 §b%s§r %s
- warp-added-self: 已创建新的传送点 §b%s§r %s
- level-not-loaded: |-
- §c你选择了未加载的世界
- 请参阅[url]http://bit.ly/levelerror[/url]以获得解释.§r
- needs-external-warps: 此传送点需要§bFastTransfer§r或PocketMine的较新版本.
- player-not-loaded: §c您选择了未加载的玩家.§r
- addwarp-noperm: §c你没有权限使用该命令§r
- bad-warp-name: §c无效传送点名.§r
- closed-warp-1: 你关闭了传送点 §b%s§r
- closed-warp-2: ' 只有获得§b%s§r权限的玩家才能使用此功能 warp.'
- warp-doesnt-exist: §c未找到传送点.§r
- closewarp-noperm: §c你没有权限使用该命令§r
- warp-deleted: 你删除了传送点 §b%s§r
- delwarp-noperm: §c你没有权限使用该命令§r
- opened-warp-1: 你开启了传送点 §b%s§r
- opened-warp-2: ' 任何玩家都可以使用此传送点.'
- openwarp-noperm: §c你没有权限使用该命令§r
- warping-popup: 传送中...
- other-player-warped: '%s 已经传送到 §b%s§r.'
- no-permission-warp: §c你没有权限传送至传送点.§r
- no-permission-warp-other: §c你没有权限传送其他玩家.§r
- warp-done: 你已被传送
- warp-noperm: §c你没有权限使用该命令§r
- level-not-loaded-warp: 传送点所处世界未加载
- ess-warp-doesnt-exist: §c传送点未找到.§r
- ess-warp-conflict: 传送点 §b%s§r 存在于 §bEssentialsPE§r 和 §bSimpleWarp§r. 一个来自 §bSimpleWarp§r
- 将默认使用. 如果您想使用 §bEssentialsPE§r 传送点, 传送点前缀为 §3ess:§r
- addwarp-ess-prefix-warning: 支持 §bEssentialsPE§r 在此服务器上启用. 当玩家想要显示使用 §bEssentialsPE§r
- 传送点, 他们可以加前缀 用命令 §3ess:§r. 通过选择一个以相同的开头的传送点名称前缀.
- hold-still-popup: 传送时不要移动.
- hold-still-other: 目标必须保持静止才能完成传送.
- hold-still-cancelled: 传送不成功,因为您移动了.
- hold-still-cancelled-other: 由于目标已移动,所以传送未成功.
- warp-failed-popup: §c传送失败!§r
- warpreport-cmd: warpreport
- warpreport-desc: 反馈有关SimpleWarp的问题.
- warpreport-usage: /warpreport [title]
- warpreport-noperm: §c你没有权限使用该命令§r
- plugin-disabled: §cSimpleWarp已禁用,无法执行命令.§r
- ...
插件下载
[原帖]https://poggit.pmmp.io/p/SimpleWarp/4.0.1
插件更新
当前版本 V4.0.1 [2020/2/6 转载]