Merged troubleshooting into FAQ

Jad 2019-09-02 17:14:51 -05:00
parent 9665c4cc87
commit 41b9da43ca
1 changed files with 9 additions and 1 deletions

10
FAQ.md

@ -132,4 +132,12 @@ With this new permission, server owners can pick particular users to ignore some
## Can you make plugins disable-able/configurable per world?
Unless something has changed with Spigot, 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 multi-world command disabling.
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 multi-world command disabling.
## My world won't load/import or there's an error while loading/importing, why?
**Problem:**
* You attempt to `/mv load` or `/mv import` a world and it fails to load and/or spews errors
* A world fails to load on startup (likely accompanied by errors in the console)
**Solutions:**
* If you are using any generators, make sure they are compatible with the version of Craftbukkit you are using. Incompatible generators are the **number one** cause of world load/import errors. If you read through the error shown in the console and see the name of a generator _**anywhere**_ within, you most certainly have an issue with your generator plugin.