mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
Fix namespace for new perm.
parent
675b5346ca
commit
89fa7f6d07
8
FAQ.md
8
FAQ.md
@ -126,9 +126,9 @@ The `-g` flag indicates that Multiverse should use the NullTerrain generator, an
|
||||
|
||||
This will tell Multiverse to *never* adjust the spawn, even on world reload or server restart.
|
||||
|
||||
## <a name="modeenforce" href="#wiki-modeenforce">•</a>Players keep having their game mode switched!
|
||||
New builds of Multiverse-Core include an extra permission to prevent automatic mode-switching, even when the global `enforcegamemodes` setting is `true`. This permission takes the form:
|
||||
## <a name="modeenforce" href="#wiki-modeenforce">•</a>Mods/OPs/Players keep having their game mode switched!
|
||||
New builds of Multiverse-Core include an extra permission to prevent automatic mode-switching. This permission takes the form:
|
||||
|
||||
multiverse.gamemode.ignore.WORLD_NAME
|
||||
mv.bypass.gamemode.WORLD_NAME
|
||||
|
||||
With this new permission, server owners can pick particular users to ignore some (or all) of the game mode settings on each world when teleporting between them. For example, a player with `multiverse.gamemode.ignore.*` could be an admin, keeping their creative mode setting even in survival worlds. Just set the right permissions in your preferred plugin and you're good to go.
|
||||
With this new permission, server owners can pick particular users to ignore some (or all) of the game mode settings on each world when teleporting between them. For example, a player with `mv.bypass.gamemode.*` could be an admin, keeping their creative mode setting even in survival worlds. Just set the right permissions in your preferred plugin and you're good to go.
|
Loading…
Reference in New Issue
Block a user