目的地 - IzzelAliz/Multiverse-Core GitHub Wiki
目的地种类:
世界目的地
/mvtp world
/mvtp w:world
/mvtp w:world:se
权限
multiverse.teleport.self.w
multiverse.teleport.other.w
世界目的地前可以加 w:
但是无需加入, 除非你需要一个方向. 没有前缀时默认是世界目的地. 你也可以给玩家传送的方向, 就像传送门一样.
标记点目的地
/mvtp a:myplace
权限
multiverse.teleport.self.a
multiverse.teleport.other.a
标记点可以用来到达你经常要去的地方.使用 /mv anchor NAME
来创建一个标记点, 你可以在任何指令中使用它们.
详细目的地
/mvtp e:world:0,0,0
/mvtp e:world:0,0,0:0:0
权限
multiverse.teleport.self.e
multiverse.teleport.other.e
详细目的地用于传送至一个特定的位置, 但是他们很难设置, 因为有很多种类! 幸运的是, 一种简单的方式是: /mvpm dest here
, 这将设置一个位于你脚下的传送点, 包括了你看的方向. 如果你想展示你的作品, 这就太棒了!
玩家目的地
/mvtp pl:fernferret
权限
multiverse.teleport.self.pl
(注意: 这什么也不会做, 但是这样更完整)
multiverse.teleport.other.pl
就像名字一样, 他会把你传送至特定玩家! 如果那个玩家不在线, 你就不会传送, 如果你在使用传送门, 也不会传送. 如果玩家试图传送到自己的地方, 那么什么也不会发生.
Cannon目的地
/mvtp cannon-2
/mvtp ca:world:x,y,z:pitch:yaw:speed
权限
multiverse.teleport.self.ca
multiverse.teleport.other.ca
需要注意的是 你并不会见到一个大炮. 这只是一个拥有速度的传送点. cannon-X
X是速度.
床目的地
/mvtp b:playername
/mvtp b:playerbed
- Legacy backwards compatibility, teleports the player to their own bed.
权限
multiverse.teleport.self.b
multiverse.teleport.other.b
传送至一个玩家的床.
multiverse-portals
传送门目的地-需要/mvtp p:portal
/mvtp p:portal:n
/mvtp p:portal:sw
Permissions
multiverse.teleport.self.p
multiverse.teleport.other.p
有很多 PORTAL
类型的目的地. 这只会在你拥有 Multiverse-Portals 时启用. 你可以给玩家面对的方向: n,e,s,w,ne,nw,se,sw
特殊情况
当你站在传送门里 传送门面对的中心的方向, 你可以用 /mvpm dest here
. This will set the destination of the selected source portal (PortalA
) to the portal you're standing in plus the cardinal direction (p:portal:se
). This makes it a snap to set the directions of portals without any lookups!
openwarp-dev-builds
openwarp目的地-需要/mvtp ow:WarpName
Permissions
multiverse.teleport.self.ow
multiverse.teleport.other.ow
Yep, we've done it. This does not mean we will provide support for every warp plugin in this manner. This is code that has nothing to do with MV, but is OpenWarp using our API. Ask your Warp plugin author to talk to us about supporting their destinations or switch to OpenWarp.
Disclaimer: OpenWarp is authored by Multiverse committer @lithium3141