diff --git a/FAQ.md b/FAQ.md index 5d489eb..59a8855 100644 --- a/FAQ.md +++ b/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. -## 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: +## 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. \ No newline at end of file +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. \ No newline at end of file