More clarity on teleport perms

Jad 2019-09-19 16:55:47 -05:00
parent b9bc6f536d
commit 3fcd5844f7

@ -13,9 +13,20 @@
---
##### Teleport Permissions
<code>[multiverse.teleport.self.NAME](Command-Reference#teleport-command)</code> - Allows users to teleport themselves to another world
<code>[multiverse.teleport.other.NAME](Command-Reference#teleport-command)</code>- Allows users to teleport themselves and others to another world
<code>[multiverse.teleport.self.TYPE](Command-Reference#teleport-command)</code> - Allows users to teleport themselves to another world.
<code>[multiverse.teleport.other.TYPE](Command-Reference#teleport-command)</code>- Allows users to teleport themselves and others to another world.
**Note**: If `enforceaccess` is on, they can only teleport to worlds of which they have the `multiverse.access.WORLD` permission to, by default this is false and they have access to ALL worlds.
###### Teleport types:
`w` = World
`p` = Portal
`a` = Anchor
`e` = Exact destination (coordinates)
`pl` = Player
`ca` = Cannon
`b` = Bed
---
##### Info Permissions