[ SimpleWarp - 地标传送插件 ]


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 (已做汉化 可供参考用...)

  1. #    >=>>=>   >=>                         >=>           >=>        >=>
  2. #  >=>    >=> >=>                         >=>           >=>        >=>
  3. #   >=>       >=> >===>>=>>==>  >=> >=>   >=>   >==>    >=>   >>   >=>    >=> >=>  >> >==> >=> >=>
  4. #     >=>     >=>  >=>  >>  >=> >>   >=>  >=> >>   >=>  >=>  >=>   >=>  >=>   >=>   >=>    >>   >=>
  5. #        >=>  >=>  >=>  >>  >=> >>   >=>  >=> >>===>>=> >=> >> >=> >=> >=>    >=>   >=>    >>   >=>
  6. #  >=>    >=> >=>  >=>  >>  >=> >=> >=>   >=> >>        >> >>    >===>  >=>   >=>   >=>    >=> >=>
  7. #    >=>>=>   >=> >==>  >>  >=> >=>      >==>  >====>   >=>        >=>   >==>>>==> >==>    >=>
  8. #                               >=>      The original warp plugin for PocketMine           >=>

  9. display-exact-coordinates: false
  10.   # 如果设置为false,则显示给玩家的最终坐标
  11. storage-mode: 1
  12.   # SimpleWarp可以通过三种主要方式存储数据.
  13.   #
  14.   # MEMORY_TILL_CLOSE = 0
  15.   # 当服务器启动时,将自动载入 WARPS
  16.   # 直到服务器关闭为止. 服务器关闭时
  17.   # 它们被转换回 YAML。 这个新的 YAML 将
  18.   # 替换 warps.yml,这将会使更改无效或者
  19.   # 无法加载的传送点将被删除.
  20.   #
  21.   #
  22.   # FLUSH_ON_CHANGE = 1
  23.   # 服务器启动时,传送点将被加载.每当一个
  24.   # 传送点更新, 它将在 warps.yml 中更新. 当
  25.   # 服务器关闭时, 传送点储存文件不会被覆盖.
  26.   #
  27.   # NO_MEMORY_STORE = 2
  28.   # 传送点永远不会“存储”在内存中.它们按需转换
  29.   # 在 YAML 和对象格式之间.对配置进行的任意更改
  30.   # 将立即在服务器中加载使用,反之也一样.
  31.   #
  32. essentials-support: false
  33.   # 如果启用了Essentials-support并安装了EssentialsPE,
  34.   # SimpleWarp将采取步骤以确保
  35.   # 插件共存.
  36. hold-still-enabled: true
  37. hold-still-time: 60
复制代码

LANG.YML

  1. ---
  2. addwarp-cmd: addwarp
  3. addwarp-desc: 新增传送点.
  4. addwarp-usage: /addwarp <name> [<ip> <port>|<x> <y> <z> <level>|<player>]
  5. addwarp-event-cancelled: 插件已取消创建此传送点.
  6. closewarp-cmd: closewarp
  7. closewarp-desc: 关闭传送点.
  8. closewarp-usage: /closewarp <name>
  9. closewarp-event-cancelled: 插件已取消此操作.
  10. delwarp-cmd: delwarp
  11. delwarp-desc: 删除传送点.
  12. delwarp-usage: /delwarp <name>
  13. delewarp-event-cancelled: 插件已取消删除此传送点.
  14. listwarps-cmd: listwarps
  15. listwarps-desc: 列出传送点列表.
  16. listwarps-usage: /listwarps
  17. listwarps-list-title: |
  18.   传送点列表:
  19. listwarps-no-warps: §c无传送点.§r
  20. listwarps-noperm: §c你没有权限使用该命令§r
  21. openwarp-cmd: openwarp
  22. openwarp-desc: 开启传送点.
  23. openwarp-usage: /openwarp <name>
  24. delwarp-event-cancelled: 插件已取消此操作.
  25. warp-cmd: warp
  26. warp-desc: 传送点帮助.
  27. warp-usage: /warp <name> [player]
  28. warp-added-xyz: 已创建新的传送点 §b%s§r %s
  29. warp-added-player: 已创建新的传送点 §b%s§r %s
  30. warp-added-server: 已创建新的传送点 §b%s§r %s
  31. warp-added-self: 已创建新的传送点 §b%s§r %s
  32. level-not-loaded: |-
  33.   §c你选择了未加载的世界
  34.   请参阅[url]http://bit.ly/levelerror[/url]以获得解释.§r
  35. needs-external-warps: 此传送点需要§bFastTransfer§r或PocketMine的较新版本.
  36. player-not-loaded: §c您选择了未加载的玩家.§r
  37. addwarp-noperm: §c你没有权限使用该命令§r
  38. bad-warp-name: §c无效传送点名.§r
  39. closed-warp-1: 你关闭了传送点 §b%s§r
  40. closed-warp-2: '  只有获得§b%s§r权限的玩家才能使用此功能 warp.'
  41. warp-doesnt-exist: §c未找到传送点.§r
  42. closewarp-noperm: §c你没有权限使用该命令§r
  43. warp-deleted: 你删除了传送点 §b%s§r
  44. delwarp-noperm: §c你没有权限使用该命令§r
  45. opened-warp-1: 你开启了传送点 §b%s§r
  46. opened-warp-2: '  任何玩家都可以使用此传送点.'
  47. openwarp-noperm: §c你没有权限使用该命令§r
  48. warping-popup: 传送中...
  49. other-player-warped: '%s 已经传送到 §b%s§r.'
  50. no-permission-warp: §c你没有权限传送至传送点.§r
  51. no-permission-warp-other: §c你没有权限传送其他玩家.§r
  52. warp-done: 你已被传送
  53. warp-noperm: §c你没有权限使用该命令§r
  54. level-not-loaded-warp: 传送点所处世界未加载
  55. ess-warp-doesnt-exist: §c传送点未找到.§r
  56. ess-warp-conflict: 传送点 §b%s§r 存在于 §bEssentialsPE§r 和 §bSimpleWarp§r. 一个来自 §bSimpleWarp§r
  57.   将默认使用. 如果您想使用 §bEssentialsPE§r 传送点, 传送点前缀为 §3ess:§r
  58. addwarp-ess-prefix-warning: 支持 §bEssentialsPE§r 在此服务器上启用. 当玩家想要显示使用 §bEssentialsPE§r
  59.   传送点, 他们可以加前缀 用命令 §3ess:§r. 通过选择一个以相同的开头的传送点名称前缀.
  60. hold-still-popup: 传送时不要移动.
  61. hold-still-other: 目标必须保持静止才能完成传送.
  62. hold-still-cancelled: 传送不成功,因为您移动了.
  63. hold-still-cancelled-other: 由于目标已移动,所以传送未成功.
  64. warp-failed-popup: §c传送失败!§r
  65. warpreport-cmd: warpreport
  66. warpreport-desc: 反馈有关SimpleWarp的问题.
  67. warpreport-usage: /warpreport [title]
  68. warpreport-noperm: §c你没有权限使用该命令§r
  69. plugin-disabled: §cSimpleWarp已禁用,无法执行命令.§r
  70. ...

复制代码

插件下载

[原帖]https://poggit.pmmp.io/p/SimpleWarp/4.0.1

插件更新

当前版本 V4.0.1 [2020/2/6 转载]