Created Destinations (markdown)

FernFerret 2011-08-17 15:35:57 -07:00
parent 3f65db4d9b
commit e3c7cf40c1
1 changed files with 35 additions and 0 deletions

35
Destinations.md Normal file

@ -0,0 +1,35 @@
## Destination Types:
* [[World|Destinations#wiki-world]]
* [[Exact|Destinations#wiki-exact]]
* [[Player|Destinations#wiki-player]]
* [[Cannon|Destinations#wiki-cannon]]
* [[Portal - Requires MV-Portals|Destinations#wiki-portal]]
## <a name="world"></a>World Destinations
`/mvtp world`
`/mvtp world:n`
`/mvtp w:world`
`/mvtp w:world:se`
World destinations can be prefixed with a `w:` but it is not required. If no prefix is found for a destination, it is assumed to be a world. You can also add a direction to spawn a player in a world just like with portals.
## <a name="exact"></a>Exact Destinations
`/mvtp e:world:0,0,0`
`/mvtp e:world:0,0,0:0:0`
Exact destinations are useful if you know exactly where someone should spawn, but they're difficult to set, as that's a lot to type! Luckily, an easy way of setting an exact destination is by using: `/mvpm dest here` this will set the destination to an exact dest of your current location, __including where you are looking__. This is great if you want people to spawn looking at your awesome creations!
## <a name="player"></a>Player Destinations
`/mvtp pl:fernferret`
Player destinations are exactly what they sound like, they will always teleport you to a _specific_ player! If that player is not online, you will not teleport, or if you're using a portal, it will act as if it's inactive. If a player tries to teleport to themselves, nothing will happen.
## <a name="portal"></a>Portal Destinations - _REQUIRES:_ [Multiverse-Portals](https://github.com/Herocraft/Multiverse-Portals/wiki/)
`/mvtp p:portal`
`/mvtp p:portal:n`
`/mvtp p:portal:sw`
These are examples of the `PORTAL` destination type. Portal destination types are ONLY available if you have [Multiverse-Portals](https://github.com/Herocraft/Multiverse-Portals/wiki) installed. If you want players to face a different direction when being placed at the destination, you can add any of the following with a colon (as shown twice above) `n,e,s,w,ne,nw,se,sw`
TODO: Document the `here` functionality when you're standing inside a portal.