mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-27 21:23:30 +01:00
Updated Permissions (markdown)
parent
71dfdca319
commit
8df6904817
@ -10,7 +10,7 @@ Multiverse supports any plugin that adheres to the SuperPerms Bukkit Permissions
|
||||
## Multiverse World Permissions
|
||||
Multiverse allows you to control who can enter worlds via permissions! When you create a world or import a world into Multiverse-Core, it automatically creates a permission: `multiverse.access.WORLDNAME`. If a player _has_ `multiverse.access.WORLDNAME`, then they can enter that world.
|
||||
|
||||
**NOTE:** Ensure you have `enforceaccess` **enabled** in your Multiverse `[[config.yml]]`. If `enforceaccess` is set to `false` _anyone_ can go to _any_ world and **all world-access permissions are ignored**.
|
||||
**NOTE:** Ensure you have `enforceaccess` **enabled** in your Multiverse [`config.yml`](https://github.com/Multiverse/Multiverse-Core/wiki/config.yml). If `enforceaccess` is set to `false` _anyone_ can go to _any_ world and **all world-access permissions are ignored**.
|
||||
|
||||
If you give a user `multiverse.access.*` they can go to all worlds.
|
||||
<!-- Outdated plugin:
|
||||
@ -48,7 +48,9 @@ With this setup, all users will have the ability to teleport themselves using th
|
||||
You can use: `multiverse.*` to give someone all permissions for Multiverse. If you only want to give someone access to all worlds, use: `multiverse.access.*` for example.
|
||||
|
||||
## Setting Permissions in game
|
||||
Multiverse has the courtesy to show which permission node is needed for a command if you enter a /command and it fails due to permissions. Having this info readily available to you in the game can save you some time looking up the permission, and allow you to enter that permission into a group on the spot if need be. An admin can simply enter permissions in as you need them. For example, you try to run [`/mvlist`](https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference#list) and oh my you don't have permission, but you will be notified that you need `multiverse.world.list` permission node. Entering
|
||||
Multiverse has the courtesy to show which permission node is needed for a command if you enter a /command and it fails due to permissions. Having this info readily available to you in the game can save you some time looking up the permission, and allow you to enter that permission into a group on the spot if need be. An admin can simply enter permissions in as you need them. For example, you try to run [`/mvlist`](https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference#list) and oh my you don't have permission, but you will be notified that you need `multiverse.world.list` permission node. Entering
|
||||
|
||||
([LuckPerms](https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-plugin.28140/) is required for this command, otherwise, use your permission plugin's command!)
|
||||
|
||||
/lp <group/user> <group name or username> permission set multiverse.core.list true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user