trychen
本帖最后由 lt_name 于 2022-6-27 11:59 编辑


英文名字: LeetTP
最新版本: 1.2.6
更新时间: 2016-9-2
作者: projectinfinity
官方链接: http://forums.nukkit.cn/index.php?resources/leettp.8/
下载地址: https://pan.baidu.com/s/1i4InEYx(百度网盘)

LeetTP是一个非常完整的传送插件,拥有传送、地标、家、主城等功能的插件。而且支持牌子地标传送。
牌子地标传送
牌子如下所写,WarpName 为 传送的坐标名。
  1. [WARP]
  2. WarpName
复制代码

命令与权限
命令 描述 权限
/home [name] 传送到名字为[name]的家中,如果不输入[name]则传送到默认家 leettp.command.home
/homes 列出所有家 leettp.command.homes
/sethome [name] 设置一个名字为[name]的家,如果不输入[name]则设置为默认家 leettp.command.sethome
/delhome [name] 删除一个名字为[name]的家,如果不输入[name]则删除默认家 leettp.command.delhome
/setspawn 在你当前位置设置出生点 leettp.command.setspawn
/spawn 传送到出生点 leettp.command.spawn
/back 回到上一个位置 leettp.command.back
/tpaccept [player] 接受[player]的传送邀请 leettp.command.tpaccept
/tpdeny [player] 拒绝[player]的传送邀请 leettp.command.tpdeny
/tptoggle 切换你的传送状态 leettp.command.tptoggle
/tpa [player] 发送一个传送邀请到[player]所在位置 leettp.command.tpa
/tpahere [player] 发送一个传送邀请[player]到你所在位置 leettp.command.tpahere
/tpo [player] 传送到[player]所在位置(无视传送状态) leettp.command.tpo
/tpohere [player] 传送[player]到你所在位置(无视传送状态) leettp.command.tpohere
/tpworld [world] 传送到世界[world] leettp.command.tpworld
/warp [name] [-p] 传送到名为[warp]的公共地标或者自己设置的私有地标。如果私有地标和公共地标同名,加上"-p" 传送到自己的私有地标,否则传送到公共地标 leettp.command.warp
/warps 列出所有的公共地标或者自己的私有地标 leettp.command.warps
/setwarp [name] [-p] 设置一个名为[name]的公共地标。加上"-p"表示设置一个名为[name]的私有地标 leettp.command.setwarp 或 leettp.warp.public (设置公共地标)
/delwarp [name] [-p] 删除一个名为[name]的公共地标。加上"-p"表示删除自己的名为[name]的私有地标leettp.command.delwarp 或 leettp.warp.delall (删除公共地标)

命令别名tp -> tpa
tphere -> tpahere

更新日志
1.2.6:在使用/warp, /tpworld or /home时,如果世界未被加载,将会自动加载,可以在配置文件中禁用
1.2.5:升级API,修复了错误。
1.2.4:修改了Tpworld在新版本中无法传送到别的时间的问题
1.2.3:修复了在使用warp命令时抛空指针异常的问题
1.2.2:{为了适应"RIP协议",更新地标牌子的设置方式}






2021.12 数据,可能有更多内容

英文名字: LeetTP最新版本: 1.2.6更新时间: 2016-9-2作者: projectinfinity官方链接: http://forums.nukkit.cn/index.php?resources/leettp.8/下载地址: https://pan.baidu.com/s/1i4InEYx(百度网盘)http://ci.regularbox.com/job/LeetTP-Nukkit/(Jenkins)
LeetTP是一个非常完整的传送插件,拥有传送、地标、家、主城等功能的插件。而且支持牌子地标传送。
牌子地标传送
牌子如下所写,WarpName 为 传送的坐标名。

代码:

  1. [WARP]
  2. WarpName

命令与权限
命令
描述
权限
/home [name]
传送到名字为[name]的家中,如果不输入[name]则传送到默认家
leettp.command.home
/homes
列出所有家
leettp.command.homes
/sethome [name]
设置一个名字为[name]的家,如果不输入[name]则设置为默认家
leettp.command.sethome
/delhome [name]
删除一个名字为[name]的家,如果不输入[name]则删除默认家
leettp.command.delhome
/setspawn
在你当前位置设置出生点
leettp.command.setspawn
/spawn
传送到出生点
leettp.command.spawn
/back
回到上一个位置
leettp.command.back
/tpaccept [player]
接受[player]的传送邀请
leettp.command.tpaccept
/tpdeny [player]
拒绝[player]的传送邀请
leettp.command.tpdeny
/tptoggle
切换你的传送状态
leettp.command.tptoggle
/tpa [player]
发送一个传送邀请到[player]所在位置
leettp.command.tpa
/tpahere [player]
发送一个传送邀请[player]到你所在位置
leettp.command.tpahere
/tpo [player]
传送到[player]所在位置(无视传送状态)
leettp.command.tpo
/tpohere [player]
传送[player]到你所在位置(无视传送状态)
leettp.command.tpohere
/tpworld [world]
传送到世界[world]
leettp.command.tpworld
/warp [name] [-p]
传送到名为[warp]的公共地标或者自己设置的私有地标。如果私有地标和公共地标同名,加上"-p" 传送到自己的私有地标,否则传送到公共地标
leettp.command.warp
/warps
列出所有的公共地标或者自己的私有地标
leettp.command.warps
/setwarp [name] [-p]
设置一个名为[name]的公共地标。加上"-p"表示设置一个名为[name]的私有地标
leettp.command.setwarp 或 leettp.warp.public (设置公共地标)
/delwarp [name] [-p]
删除一个名为[name]的公共地标。加上"-p"表示删除自己的名为[name]的私有地标
leettp.command.delwarp 或 leettp.warp.delall (删除公共地标)

命令别名tp -> tpa
tphere -> tpahere


更新日志
1.2.6:在使用/warp, /tpworld or /home时,如果世界未被加载,将会自动加载,可以在配置文件中禁用
1.2.5:升级API,修复了错误。
1.2.4:修改了Tpworld在新版本中无法传送到别的时间的问题
1.2.3:修复了在使用warp命令时抛空指针异常的问题
1.2.2:{为了适应"RIP协议",更新地标牌子的设置方式}






Bryan33
差点又当成插件版的扣分了
→_→

andylizi
@berry64 当这个插件的指令跟你的ess冲突时会发生什么

Snake1999
俄语社区有他的构建站的地址的,楼主可以考虑加一下{:10_505:}
http://ci.regularbox.com/job/LeetTP-Nukkit/

trychen
已获得作者转载允许QWQ

Mr_Aicy
{:10_523:}你的插件已经被我偷走了,快去报警

Actahedral
本帖最后由 wode490390 于 2017-6-18 22:38 编辑

新版本已经更新

更新记录:
This build updates the warp sign handling to accommodate for the "RIP Tiles" commit.
此版本更新了地标牌子的设置方式,以适应"RIP协议"。

117779284
希望能汉化一下·

trychen
wode490390 发表于 2016-3-8 00:27
v1.2.2版已经与2016.02.17更新!
下载地址:http://pan.baidu.com/s/1dEbv7S9

感谢提醒

qq307198081
支持一下~! 今天Nukkit发了好多帖子 真心希望快点壮大起来~!

Seuyon
权限节点如何添加,貌似这些指令玩家都用不了。。。

trychen
sa1402189438 发表于 2016-4-3 23:18
权限节点如何添加,貌似这些指令玩家都用不了。。。

具体你应该看看Nukkit的权限相关

OJZ404
tp插件开启了又关闭了。。。
以下是服务器的提示。

> 18:58:30 [INFO] 开启中... LeetTP v1.2.1-b22
> 18:58:30 [ALERT] java.lang.ClassCastException: cn.nukkit.utils.TextFormat cannot be cast to java.lang.String
at cc.leet.leettp.util.Messages.findColors(Messages.java:140)
at cc.leet.leettp.util.Messages.<init>(Messages.java:66)
at cc.leet.leettp.LeetTP.onEnable(LeetTP.java:49)
at cn.nukkit.plugin.PluginBase.setEnabled(PluginBase.java:89)
at cn.nukkit.plugin.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:120)
at cn.nukkit.plugin.PluginManager.enablePlugin(PluginManager.java:456)
at cn.nukkit.Server.enablePlugin(Server.java:618)
at cn.nukkit.Server.enablePlugins(Server.java:607)
at cn.nukkit.Server.<init>(Server.java:454)
at cn.nukkit.Nukkit.main(Nukkit.java:65)
> 18:58:30 [INFO] 关闭中... LeetTP v1.2.1-b22
> 18:58:30 [ALERT] java.lang.NullPointerException
at cc.leet.leettp.LeetTP.onDisable(LeetTP.java:86)
at cn.nukkit.plugin.PluginBase.setEnabled(PluginBase.java:91)
at cn.nukkit.plugin.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:133)
at cn.nukkit.plugin.PluginManager.disablePlugin(PluginManager.java:528)
at cn.nukkit.plugin.PluginManager.enablePlugin(PluginManager.java:462)
at cn.nukkit.Server.enablePlugin(Server.java:618)
at cn.nukkit.Server.enablePlugins(Server.java:607)
at cn.nukkit.Server.<init>(Server.java:454)
at cn.nukkit.Nukkit.main(Nukkit.java:65)


请LZ帮忙解决一下下,谢谢啦。。。。

HJ_xi
OJZ404 发表于 2016-8-15 19:07
tp插件开启了又关闭了。。。
以下是服务器的提示。

我也是遇到这个问题

抹不去的忆
不粗哦,,,,,

XS999
好用,和pm的一样了

3364597319
为什么不能用setwarp

1347993953

Lz这你准备怎么解释- -

和谐之糖
哇哦,不错!

鹤潶王
感谢楼主

万物基于MC
插件bug:
管理员用tp会变成tpa
控制台用tp会拒绝访问

很浪的小蒙
可以跨纬度吗?

李辣条
大佬。。。真的不知道怎么设置权限。。。

545646548
6666666666

Kid0307
mcbbs有你更精彩~

枕上雪
        MCBBS有你更精彩~

Beiying丶
这个支持猫端的1.12.2吗,我用了没反应啊

mh1819
请问权限如何给玩家设置warp的使用?目前只有op能使用warp,我添加到菜单上使用时很正常,随后才发现玩家不能传送进入某世界后会回不去

易碎品鸡蛋egg
请问一下为什么我把他丢进plugins文件夹后加载不出来(我用的是spigot服务端,里面的lockettex箱子锁插件可以加载但好像不可以使用,其他的插件都可以使用。会不会是因为他跟那个多世界插件冲突了

pp~3366
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

香喷喷eww
非常好用的插件感谢楼主

hb腐竹
不错,目前服务器已经投入使用很好用的插件真的强

紫诡
终于找到这个好用的模组啦!!!!

黑色星期1
很不错的东西

第一页 上一页 下一页 最后一页