Updated FAQ (markdown)

main-- 2013-02-18 09:07:10 -08:00
parent 8b87fc399e
commit e6858bd6f0
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -130,7 +130,7 @@ New builds of Multiverse-Core include an extra permission to prevent automatic m
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.
## <a name="plugindisable" href="#wiki-plugindisable"></a>Can you make plugins disable-able per world?
## <a name="plugindisable" href="#wiki-plugindisable"></a>Can you make plugins disable-able/configurable per world?
Unless something has changed with Bukkit, this still isn't possible.
Plugins are still [scoped](http://en.wikipedia.org/wiki/Scope_(computer_science\)) at the Server level, meaning **once it's loaded it's active for all worlds**. Each plugin is responsible for supporting multi-world functions, but there are some permissions plugins that support multiworld command disabling.