From 56e4f7d9c3da7bc4511bf6e0c6fb7ac720a31475 Mon Sep 17 00:00:00 2001 From: Eric Stokes Date: Tue, 24 Dec 2019 21:32:40 +0000 Subject: [PATCH] Restored the Big List O Permissions! I made this page years ago (about 8 to be exact) to be a bit more fun, as a pirate would pronounce it, My bookmarks are now broken and there are a bunch of not-great chagnes cluttering the changelog, please don't rename pages arbitrarily, a page that has been named something for 8 years is probably fine :) --- Big-List-O-Permissions.md | 83 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 Big-List-O-Permissions.md diff --git a/Big-List-O-Permissions.md b/Big-List-O-Permissions.md new file mode 100644 index 0000000..60e67c6 --- /dev/null +++ b/Big-List-O-Permissions.md @@ -0,0 +1,83 @@ +## All Multiverse-Core Permissions + +##### Help Permissions +[multiverse.help](Command-Reference#help-command) - Allow users to use /mv help + +--- + +##### Access Permissions +[multiverse.access.NAME](Permissions#wiki-perm) - Allows users to use the specified world +[multiverse.exempt.NAME](Permissions#wiki-perm) - Allows users to be exempted from paying for the world +[mv.bypass.gamemode.NAME](FAQ#wiki-modeenforce) - Allows users to bypass the configured `gamemode` when accessing the world + +--- + +##### Teleport Permissions +[multiverse.teleport.self.TYPE](Command-Reference#teleport-command) - Allows users to teleport themselves to another world. +[multiverse.teleport.other.TYPE](Command-Reference#teleport-command)- 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 +[multiverse.core.confirm](Command-Reference#confirm-command) +[multiverse.core.coord](Command-Reference#coordinate-command) +[multiverse.core.info](Command-Reference#information-command) +[multiverse.core.list.environments](Command-Reference#environment-command) +[multiverse.core.list.who](Command-Reference#who-command) +[multiverse.core.list.worlds](Command-Reference#list-command) + +--- + +##### Create Permissions +[multiverse.core.create](Command-Reference#create-command) - Allows users to create worlds +[multiverse.core.clone](Command-Reference#clone-command) - Allows users to copy worlds +[multiverse.core.import](Command-Reference#import-command) - Allows users to import worlds +[multiverse.core.modify](Command-Reference#modify-command) - Allows users to modify worlds +[multiverse.core.modify.add](Command-Reference#modify-command-addremove) - Allows users to use the add portion of the modify command +[multiverse.core.modify.clear](Command-Reference#modify-command-clear) - Allows users to use the clear portion of the modify command +[multiverse.core.modify.modify](Command-Reference#modify-command-addremove) +[multiverse.core.modify.remove](Command-Reference#modify-command-addremove) +[multiverse.core.modify.set](Command-Reference#modify-command-set) - Allows users to use the `set` portion of the modify command +[multiverse.core.reload](Command-Reference#reload-command) - Allows users to reload the config files + +--- + +##### Spawn Permissions +[multiverse.core.spawn.other](Command-Reference#spawn-command) +[multiverse.core.spawn.self](Command-Reference#spawn-command) +[multiverse.core.spawn.set](Command-Reference#set-spawn-command) + +--- + +##### Delete Permissions +[multiverse.core.delete](Command-Reference#delete-command) +[multiverse.core.purge](Command-Reference#purge-command) +[multiverse.core.regen](Command-Reference#regen-command) +[multiverse.core.remove](Command-Reference#remove-command) +[multiverse.core.unload](Command-Reference#unload-command) + +--- + +##### 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` \ No newline at end of file