Added proper linebreaks

Paulo Carvalho 2020-04-18 18:32:05 +01:00
parent b04d1bae51
commit 05394972dd

@ -6,78 +6,78 @@
---
##### Access Permissions
<code>[multiverse.access.NAME](Permissions#wiki-perm)</code> - Allows users to use the specified world
<code>[multiverse.exempt.NAME](Permissions#wiki-perm)</code> - Allows users to be exempted from paying for the world
<code>[mv.bypass.gamemode.NAME](FAQ#wiki-modeenforce)</code> - Allows users to bypass the configured `gamemode` when accessing the world
<code>[multiverse.access.NAME](Permissions#wiki-perm)</code> - Allows users to use the specified world<br>
<code>[multiverse.exempt.NAME](Permissions#wiki-perm)</code> - Allows users to be exempted from paying for the world<br>
<code>[mv.bypass.gamemode.NAME](FAQ#wiki-modeenforce)</code> - Allows users to bypass the configured `gamemode` when accessing the world<br>
---
##### Teleport Permissions
<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.
<code>[multiverse.teleport.self.TYPE](Command-Reference#teleport-command)</code> - Allows users to teleport themselves to another world.<br>
<code>[multiverse.teleport.other.TYPE](Command-Reference#teleport-command)</code>- Allows users to teleport themselves and others to another world.<br>
**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.
**Note**: If `enforceaccess` is on (set to 'true'), 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
`w` = World<br>
`p` = Portal<br>
`a` = Anchor<br>
`e` = Exact destination (coordinates)<br>
`pl` = Player<br>
`ca` = Cannon<br>
`b` = Bed<br>
---
##### Info Permissions
<code>[multiverse.core.confirm](Command-Reference#confirm-command)</code>
<code>[multiverse.core.coord](Command-Reference#coordinate-command)</code>
<code>[multiverse.core.info](Command-Reference#information-command)</code>
<code>[multiverse.core.list.environments](Command-Reference#environment-command)</code>
<code>[multiverse.core.list.who](Command-Reference#who-command)</code>
<code>[multiverse.core.list.worlds](Command-Reference#list-command)</code>
<code>[multiverse.core.confirm](Command-Reference#confirm-command)</code><br>
<code>[multiverse.core.coord](Command-Reference#coordinate-command)</code><br>
<code>[multiverse.core.info](Command-Reference#information-command)</code><br>
<code>[multiverse.core.list.environments](Command-Reference#environment-command)</code><br>
<code>[multiverse.core.list.who](Command-Reference#who-command)</code><br>
<code>[multiverse.core.list.worlds](Command-Reference#list-command)</code><br>
---
##### Create Permissions
<code>[multiverse.core.create](Command-Reference#create-command)</code> - Allows users to create worlds
<code>[multiverse.core.clone](Command-Reference#clone-command)</code> - Allows users to copy worlds
<code>[multiverse.core.import](Command-Reference#import-command)</code> - Allows users to import worlds
<code>[multiverse.core.modify](Command-Reference#modify-command)</code> - Allows users to modify worlds
<code>[multiverse.core.modify.add](Command-Reference#modify-command-addremove)</code> - Allows users to use the add portion of the modify command
<code>[multiverse.core.modify.clear](Command-Reference#modify-command-clear)</code> - Allows users to use the clear portion of the modify command
<code>[multiverse.core.modify.modify](Command-Reference#modify-command-addremove)</code>
<code>[multiverse.core.modify.remove](Command-Reference#modify-command-addremove)</code>
<code>[multiverse.core.modify.set](Command-Reference#modify-command-set)</code> - Allows users to use the `set` portion of the modify command
<code>[multiverse.core.reload](Command-Reference#reload-command)</code> - Allows users to reload the config files
<code>[multiverse.core.create](Command-Reference#create-command)</code> - Allows users to create worlds<br>
<code>[multiverse.core.clone](Command-Reference#clone-command)</code> - Allows users to copy worlds<br>
<code>[multiverse.core.import](Command-Reference#import-command)</code> - Allows users to import worlds<br>
<code>[multiverse.core.modify](Command-Reference#modify-command)</code> - Allows users to modify worlds<br>
<code>[multiverse.core.modify.add](Command-Reference#modify-command-addremove)</code> - Allows users to use the add portion of the modify command<br>
<code>[multiverse.core.modify.clear](Command-Reference#modify-command-clear)</code> - Allows users to use the clear portion of the modify command<br>
<code>[multiverse.core.modify.modify](Command-Reference#modify-command-addremove)</code><br>
<code>[multiverse.core.modify.remove](Command-Reference#modify-command-addremove)</code><br>
<code>[multiverse.core.modify.set](Command-Reference#modify-command-set)</code> - Allows users to use the `set` portion of the modify command<br>
<code>[multiverse.core.reload](Command-Reference#reload-command)</code> - Allows users to reload the config files<br>
---
##### Spawn Permissions
<code>[multiverse.core.spawn.other](Command-Reference#spawn-command)</code>
<code>[multiverse.core.spawn.self](Command-Reference#spawn-command)</code>
<code>[multiverse.core.spawn.set](Command-Reference#set-spawn-command)</code>
<code>[multiverse.core.spawn.other](Command-Reference#spawn-command)</code><br>
<code>[multiverse.core.spawn.self](Command-Reference#spawn-command)</code><br>
<code>[multiverse.core.spawn.set](Command-Reference#set-spawn-command)</code><br>
---
##### Delete Permissions
<code>[multiverse.core.delete](Command-Reference#delete-command)</code>
<code>[multiverse.core.purge](Command-Reference#purge-command)</code>
<code>[multiverse.core.regen](Command-Reference#regen-command)</code>
<code>[multiverse.core.remove](Command-Reference#remove-command)</code>
<code>[multiverse.core.unload](Command-Reference#unload-command)</code>
<code>[multiverse.core.delete](Command-Reference#delete-command)</code><br>
<code>[multiverse.core.purge](Command-Reference#purge-command)</code><br>
<code>[multiverse.core.regen](Command-Reference#regen-command)</code><br>
<code>[multiverse.core.remove](Command-Reference#remove-command)</code><br>
<code>[multiverse.core.unload](Command-Reference#unload-command)</code><br>
---
##### Other Permissions
`multiverse.core.anchor`
`multiverse.core.config`
`multiverse.core.debug`
`multiverse.core.generator`
`multiverse.core.load`
`multiverse.core.sleep`
`multiverse.core.spout`
`multiverse.core.tp.*`
`multiverse.core.tp.self`
`multiverse.core.version`
`multiverse.core.silent`
`multiverse.core.anchor`<br>
`multiverse.core.config`<br>
`multiverse.core.debug`<br>
`multiverse.core.generator`<br>
`multiverse.core.load`<br>
`multiverse.core.sleep`<br>
`multiverse.core.spout`<br>
`multiverse.core.tp.*`<br>
`multiverse.core.tp.self`<br>
`multiverse.core.version`<br>
`multiverse.core.silent`<br>