How do I set per-world permissions?
//ads -- adsterra.com -- native banner
?>
I'm using the PermissionsEX plugin on my Bukkit server for command permissions and I would like to make WorldEdit avaliable to all players only on the creative plots world (created with Multiverse), but avaliable to staff anywhere?
Best Answer
It's very simple.
//mind the indentation (trailing spaces)
groups:
mygroup:
...
permissions:
// here put the normal permissions (on all worlds)
worlds:
worldname: // <- this is the world name (directory name)
permissions:
...
Source : Pex manual
Pictures about "How do I set per-world permissions?"



How do I set permissions on my minecraft server?
To give another player operator privileges in a multiplayer game, the host can use the command \u201c/op\u201d. You can also use this command in combination with targeting to give this status to more than one player at a time, for example using @a for all. Caution!How do I give permission in Minecraft?
Access PermissionsHow do I give multiverse permissions?
To install LuckPerms, you can follow these steps:Advance PermissionsEx Tutorial - Per-World Permissions
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Ketut Subiyanto, Ksenia Chernaya, Klaus Nielsen, Ksenia Chernaya
