mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
More clarity on teleport perms
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
|
||||
|
Loading…
Reference in New Issue
Block a user